Capabilities
MCP servers and GitHub Actions connect agents to external systems. Treat them as capability plugins and scope tokens carefully.
A Claude Code plugins directory helps developers find reusable extension patterns for coding agents. Search MCP servers, slash commands, subagents, hooks, settings presets, output styles, and GitHub automation ideas, then copy a setup prompt with a concrete verification check.
Filter by extension type, agent fit, or workflow. Pick a result to generate a setup prompt and verification check.
MCP servers and GitHub Actions connect agents to external systems. Treat them as capability plugins and scope tokens carefully.
Slash commands, output styles, and project settings shape how Claude Code plans, reviews, explains, and validates work.
Hooks and focused subagents catch risky edits, run repeatable checks, and keep review attention on a narrow domain.
A Claude Code plugin is a reusable extension pattern for Claude Code, such as an MCP server, slash command, subagent, hook, settings preset, output style, or GitHub workflow that adds a repeatable capability to an agent workflow.
Start with project settings, one focused slash command, and any MCP server that connects Claude Code to your real source of truth. Add hooks and subagents after the workflow is stable.
MCP servers are one important plugin type. They connect Claude Code to external tools and data, while slash commands, hooks, subagents, settings, and output styles customize how Claude Code behaves inside a project.
Prefer narrow permissions, project-scoped configuration, explicit verification steps, and read-only access until the workflow proves reliable. Avoid broad filesystem, token, or production access unless the task needs it.
Many MCP server and workflow ideas can transfer to Codex CLI or Cursor, but Claude Code-specific slash commands, hooks, output styles, and subagents should be adapted to each agent's configuration model.
Generate settings JSON with permission presets, environment variables, model defaults, and statusline config.
Open toolCreate Claude Code subagent files with roles, triggers, model selection, and scoped tool permissions.
Open toolBuild MCP client config for Claude Code, Cursor, Codex CLI, Claude Desktop, and VS Code.
Open tool