npx claudepluginhub nicknisi/claude-pluginsTransform brain dumps into structured implementation artifacts: contracts, phased PRDs, and implementation specs
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
My personal collection of Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add nicknisi/claude-plugins
Then install plugins:
/plugin install consultant@nicknisi
This is a pnpm workspace with TypeScript project references.
# Install dependencies
pnpm install
# Type check everything
pnpm run typecheck
# Build all MCP servers
pnpm run build
# Build and sync marketplace metadata
pnpm run build:all
plugins/your-plugin/.claude-plugin/plugin.json with metadatapnpm-workspace.yaml and root tsconfig.jsonpnpm run sync to auto-discover and add to marketplaceThe sync script scans plugins/ and automatically discovers all plugins with valid plugin.json files. Add a plugin directory and it shows up. Remove one and it disappears.
MIT