Skip to content

kintecus/claude-plugins

 
 

Repository files navigation

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

About

Nick's own marketplace of Claude Plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 62.5%
  • JavaScript 27.0%
  • TypeScript 10.5%