Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1021 Bytes

File metadata and controls

28 lines (17 loc) · 1021 Bytes

Claude Code Plugins

Community plugins for Claude Code.

Install

/plugin marketplace add pittaaron/claude-code-plugins
/plugin install <plugin-name>@aaronpitt

Available plugins

Plugins are grouped by setup cost. Standard plugins work out of the box. Advanced plugins need external dependencies and one-time configuration.

Advanced

Plugin Description
project-sync Sync claude.ai projects, conversations, and knowledge files into Claude Code for offline context. Requires the claude-in-chrome MCP extension and a permission allowlist entry.

Developing

Plugins live under plugins/<category>/<name>/, each with its own .claude-plugin/plugin.json and a skills/, commands/, agents/, or hooks/ folder as needed. Categories are a convention in this marketplace (standard, advanced) — not a Claude Code feature.

License

MIT — see LICENSE.