Plugins
Extend Claude Code with plugins from the Agronod marketplace. Plugins add slash commands, autonomous agents, and lifecycle hooks to customize your AI development environment.
What Plugins Are
Plugins are composable modules that extend Claude Code. Each plugin provides:
- Commands - User-invoked slash commands like
/plugin install - Skills - Orchestration logic that chains operations and interacts with agents
- Agents - Autonomous workers spawned for parallel or isolated tasks
- Hooks - Lifecycle triggers that run on code changes, tool use, and other events
The marketplace contains 13 plugins with ~55 skills and ~7 agent types covering development workflows, infrastructure, reporting, and team coordination.
Official documentation: Agronod Plugins GitHub
Installation
# Add the Agronod marketplace
/plugin marketplace add agronod/claude-plugins
# Install a specific plugin
/plugin install <plugin-name>@agronod-plugins
# Manage your plugins
/pluginSee Agronod Plugins Onboarding for detailed setup and first use.
Plugin Resources
Component Model
Commands, Skills, and Agents: how they fit together and when to use each.
Learn more →Skill Activation
How Claude autonomously discovers and activates skills based on context and intent.
Learn more →Hooks & Lifecycle
Trigger custom scripts on code changes, tool use, and other Claude Code events.
Learn more →Specs Workflow
Spec-driven development: requirements, planning, and implementation with task coordination.
Learn more →Dev Plugin
The most-used plugin: 7 specialist agents, 19 skills, team orchestration, and skill awareness.
Learn more →Extend Claude Code
To create and contribute plugins:
- Review the CONTRIBUTING.md guide for plugin structure and requirements
- Use skill
descriptionfrontmatter to enable autonomous activation - Follow the component model (Commands → Skills → Agents) for clear layering
Related
- Chat - Interact with Claude and installed plugins
- Steering - Control Claude's behavior and context
- MCP Servers - Protocol servers for external tool integration