npx skills add nicknisi/claude-pluginsREADME
Claude Plugins
My personal collection of Claude Code plugins.
Using this marketplace
Add this marketplace to Claude Code:
/plugin marketplace add nicknisi/claude-plugins
Then install plugins:
/plugin install consultant@nicknisi
Plugins
- consultant - Multi-model AI consultation and research with GPT-5/Codex, Gemini, Grok, Perplexity, and Claude (supports both single-agent consultation and parallel multi-agent research)
- content - Tools for bootstrapping content creation
- developer-experience - Tools for the experienced developer experience engineer
- essentials - Core productivity tools and workflows for Claude Code
- ideation - Transform brain dumps into structured contracts, phased PRDs, and implementation specs
- meta - Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
- sandbox - Experimental agents, skills, and output styles for unconventional interaction patterns
- spec-driven - Transform specifications into executable code with validation-driven development
- workos - Enterprise authentication and SSO integration toolkit
Development
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
Adding a new plugin
- Create
plugins/your-plugin/.claude-plugin/plugin.jsonwith metadata - Add components: agents, commands, skills, or MCP servers
- If adding an MCP server, update
pnpm-workspace.yamland roottsconfig.json - Run
pnpm run syncto auto-discover and add to marketplace
The 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.
License
MIT
Publisher
Statistics
Stars41
Forks2
Open Issues0
LicenseMIT License
CreatedNov 3, 2025