A curated collection of Claude Code plugins from Ability.ai.
# Add the abilities marketplace (one-time)
/plugin marketplace add abilityai/abilities
# List available plugins
/plugin list abilityai
# Install a plugin
/plugin install trinity-onboard@abilityai| Plugin | Description | Skills |
|---|---|---|
| trinity-onboard | Deploy agents to Trinity platform | /trinity-onboard, /credential-sync, /trinity-sync |
| playbook-builder | Create structured playbooks with state management | /create-playbook, /save-playbook |
# Add marketplace (one-time)
/plugin marketplace add abilityai/abilities
# Install plugins
/plugin install trinity-onboard@abilityai
/plugin install playbook-builder@abilityai# Clone the repository
git clone https://github.com/abilityai/abilities.git
# Install a plugin directly
/plugin add ./abilities/plugins/trinity-onboardDeploy any Claude Code agent to the Trinity platform.
What is Trinity? Trinity is sovereign infrastructure for autonomous AI agents. It provides:
- Autonomous operation — Agents run 24/7 with cron-based scheduling
- Multi-agent orchestration — Coordinate teams of specialized agents
- Human-in-the-loop — Approval gates where decisions matter
- Enterprise controls — Complete audit trails, cost tracking, Docker isolation
- Your infrastructure — Self-hosted, data never leaves your perimeter
/onboard # Convert workspace to Trinity agent
/credential-sync # Encrypt/decrypt credentialsThe onboarding wizard analyzes your agent, creates required configuration files (template.yaml, .mcp.json), pushes to GitHub, and deploys to Trinity.
After deployment, your agent can:
- Run autonomously on schedules
- Collaborate with other agents via MCP
- Persist memory across sessions
- Be managed via web UI or API
Create structured, transactional playbooks with state management for autonomous, gated, or manual execution.
/create-playbook # Interactive playbook creation wizard
/save-playbook # Capture workflow from conversation- Autonomous mode: Full automation with checkpoints
- Gated mode: Human approval at critical steps
- Manual mode: Step-by-step guided execution
Supports state persistence, rollback capabilities, and Trinity integration.
We welcome contributions! See CLAUDE.md for development guidelines.
- Create a new directory in
plugins/ - Add
.claude-plugin/plugin.jsonwith plugin metadata - Add your skills in
skills/[skill-name]/SKILL.md - Add a
README.mdwith usage documentation - Register in
.claude-plugin/marketplace.json - Submit a pull request
- Issues: GitHub Issues
- Email: support@ability.ai
- Website: ability.ai