A curated collection of Claude Code plugins: skills, agents, hooks, and commands for development workflows.
npx claudepluginhub achxy/dotclaudeSlightly overkilled GitHub SDLC workflow: issue, project, branch, commit, PR, merge, track. Includes 5 policy skills and an autonomous shipping agent.
Export, import, and restore Claude Code sessions. Portable session sharing and archival with manifest validation, UUID regeneration, and pre-import snapshots.
LLM-native repository architecture enforcing hypermodular directory structure and maximum strictness. Every directory is a self-describing atom with progressive disclosure, integrity hashes, and machine-readable manifests.
A curated collection of Claude Code plugins, distributed as a plugin marketplace.
| Plugin | Description |
|---|---|
| gh-sdlc | Slightly overkilled GitHub SDLC workflow: issue, project, branch, commit, PR, merge, track |
| ccgraft | Export, import, and restore Claude Code sessions |
| hypersaint | LLM-native repository architecture: hypermodular atoms, progressive disclosure, integrity hashes |
Add the marketplace and install individual plugins:
/plugin marketplace add Achxy/dotclaude
/plugin install gh-sdlc@dotclaude
/plugin install ccgraft@dotclaude
/plugin install hypersaint@dotclaude
Load a plugin directly for testing:
claude --plugin-dir ./plugins/gh-sdlc
claude --plugin-dir ./plugins/ccgraft
claude --plugin-dir ./plugins/hypersaint
Validate the marketplace:
claude plugin validate .
dotclaude/
├── .claude-plugin/
│ └── marketplace.json
├── .github/
│ ├── CODEOWNERS
│ └── workflows/
│ └── test.yml
├── plugins/
│ ├── gh-sdlc/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── gh-sdlc/
│ │ │ ├── commit-policy/
│ │ │ ├── issue-policy/
│ │ │ ├── pr-policy/
│ │ │ └── gh-projects/
│ │ └── agents/
│ │ └── sdlc-shipper.md
│ ├── ccgraft/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── export-session/
│ │ │ ├── import-session/
│ │ │ └── restore-backup/
│ │ ├── hooks/hooks.json
│ │ ├── scripts/
│ │ └── tests/
│ └── hypersaint/
│ ├── .claude-plugin/plugin.json
│ └── skills/
│ └── hypersaint/
│ ├── references/
│ ├── scripts/
│ └── assets/
├── LICENSE
└── README.md
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations