Cloud Code Plugins
A curated collection of Claude Code plugins from the abilities marketplace. Install plugins to extend your agent with knowledge management, development workflows, deployment tools, and more.
Abilities Plugin Marketplace
The official agent development toolkit for Claude Code - curated plugins covering the full agent lifecycle
create-agent Plugin
Create new agents with domain-specific wizards or from scratch - each wizard builds a fully configured, Trinity-compatible agent
agent-dev Plugin
Development tools for extending agents - skills, memory systems, git-backed state, a GitHub Issues development cycle, long-running pipelines, multi-agent orchestration, a shared canonical-data layer, and fleet analysis and migration
trinity Plugin
Connect, deploy, operate, and sync agents on Trinity - seven skills from a guided first journey through repository-first deployment, in-place onboarding, multi-remote sync, remote loops, and instance provisioning
dev-methodology Plugin
Documentation-driven development methodology - context loading, implementation, testing, documentation, and PR validation
utilities Plugin
General-purpose ops and productivity skills for SSH-accessible services and daily workflows
add-project-management (moved to agent-dev)
Cross-actor project management - GitHub Issues as the single source of truth, an approval-ready completion lattice, an autonomous steward, and projection sync. The standalone plugin is deprecated; run /agent-dev:add-project-management
Quick Install
Add the abilities marketplace and install any plugin:
# Add the abilities marketplace (one-time) /plugin marketplace add abilityai/abilities # Install the core plugins /plugin install create-agent@abilityai /plugin install agent-dev@abilityai /plugin install trinity@abilityai