nicknisi/claude-plugins

Nick's own marketplace of Claude Plugins

41 stars2 forksUpdated Jan 23, 2026
npx skills add nicknisi/claude-plugins

README

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

  1. Create plugins/your-plugin/.claude-plugin/plugin.json with metadata
  2. Add components: agents, commands, skills, or MCP servers
  3. If adding an MCP server, update pnpm-workspace.yaml and root tsconfig.json
  4. Run pnpm run sync to 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

nicknisinicknisi

Statistics

Stars41
Forks2
Open Issues0
LicenseMIT License
CreatedNov 3, 2025