Skip to content

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

bash
# Add the Agronod marketplace
/plugin marketplace add agronod/claude-plugins

# Install a specific plugin
/plugin install <plugin-name>@agronod-plugins

# Manage your plugins
/plugin

See Agronod Plugins Onboarding for detailed setup and first use.

Plugin Resources

Extend Claude Code

To create and contribute plugins:

  • Review the CONTRIBUTING.md guide for plugin structure and requirements
  • Use skill description frontmatter to enable autonomous activation
  • Follow the component model (Commands → Skills → Agents) for clear layering
  • Chat - Interact with Claude and installed plugins
  • Steering - Control Claude's behavior and context
  • MCP Servers - Protocol servers for external tool integration

Built with VitePress and powered by Claude Code