ClaudeKit Skills is now available as a Claude Code Plugin Marketplace, enabling seamless installation and automatic updates.
/plugin marketplace add mrgoonie/claudekit-skillsInstall specific plugin categories based on your needs:
# AI & ML Tools
/plugin install ai-ml-tools@claudekit-skills
# Web Development
/plugin install web-dev-tools@claudekit-skills
# DevOps & Infrastructure
/plugin install devops-tools@claudekit-skills
# Backend Development
/plugin install backend-tools@claudekit-skills
# Document Processing
/plugin install document-processing@claudekit-skills
# Debugging Frameworks
/plugin install debugging-tools@claudekit-skills
# Problem Solving Techniques
/plugin install problem-solving-tools@claudekit-skills
# Platform Integrations
/plugin install platform-tools@claudekit-skills
# Meta Development
/plugin install meta-tools@claudekit-skills
# Media Processing
/plugin install media-tools@claudekit-skills
# Research Tools
/plugin install research-tools@claudekit-skills
# Specialized Skills
/plugin install specialized-tools@claudekit-skills# Update specific plugin
/plugin update ai-ml-tools@claudekit-skills
# Update all plugins
/plugin update --allAI and ML capabilities with Google Gemini API integration
Includes:
ai-multimodal- Process images, videos, audio, and documents with Gemini APIgoogle-adk-python- Google's Agent Development Kit for building AI agents
Dependencies:
- Python 3.8+
google-genai,pypdf,python-docx,Pillow- Environment:
GEMINI_API_KEY
Comprehensive web development skills
Includes:
frontend-development- React/TypeScript patterns with Suspense, TanStack Routerfrontend-design- Production-grade UI/UX with creative, polished codeui-styling- shadcn/ui components with Tailwind CSSweb-frameworks- Next.js App Router, Turborepo monoreposaesthetic- Design principles and visual hierarchy
Dependencies:
- Node.js 18+
- npm/pnpm/yarn
DevOps and infrastructure management
Includes:
devops- Cloudflare Workers, Docker, Google Cloud Platformdatabases- MongoDB and PostgreSQL administrationchrome-devtools- Browser automation with Puppeteer
Dependencies:
- Docker (optional)
- Cloudflare Wrangler (optional)
- Google Cloud CLI (optional)
- PostgreSQL client (optional)
- MongoDB Shell (optional)
Backend development frameworks
Includes:
backend-development- Node.js, Python, Go, REST/GraphQL APIsbetter-auth- TypeScript authentication framework
Dependencies:
- Node.js 18+ (for better-auth)
- Python 3.8+ (for backend patterns)
Document creation and processing
Includes:
document-skills/docx- Word documents with tracked changesdocument-skills/pdf- PDF extraction, creation, mergingdocument-skills/pptx- PowerPoint presentationsdocument-skills/xlsx- Excel spreadsheets and financial modeling
Dependencies:
- Python 3.8+
pypdf,python-docx,python-pptx,openpyxl
Systematic debugging frameworks
Includes:
debugging/defense-in-depth- Multi-layer validationdebugging/root-cause-tracing- Backward call stack analysisdebugging/systematic-debugging- Four-phase debugging processdebugging/verification-before-completion- Evidence-based completion
Advanced problem-solving techniques
Includes:
problem-solving/collision-zone-thinking- Force unrelated concepts togetherproblem-solving/inversion-exercise- Flip core assumptionsproblem-solving/meta-pattern-recognition- Spot universal principlesproblem-solving/scale-game- Test at extremesproblem-solving/simplification-cascades- Find eliminating insightsproblem-solving/when-stuck- Dispatch to right technique
Platform integrations
Includes:
shopify- Build apps, extensions, and themesmcp-management- Manage MCP serversmcp-builder- Build MCP servers in Python/TypeScript
Agents:
mcp-manager- MCP server management agent
Commands:
/use-mcp- MCP integration command
Dependencies:
- Node.js 18+
- Shopify CLI (optional)
Meta development tools
Includes:
skill-creator- Create new Claude Code skillscode-review- Review workflows and quality gates
Commands:
/git/*- Git workflow commands/skill/*- Skill management commands
Media processing capabilities
Includes:
media-processing- FFmpeg (video/audio) and ImageMagick (images)
Dependencies:
- FFmpeg
- ImageMagick
Installation:
# macOS
brew install ffmpeg imagemagick
# Ubuntu/Debian
sudo apt-get install ffmpeg imagemagick
# Windows
choco install ffmpeg imagemagickResearch and documentation
Includes:
docs-seeker- llms.txt documentation discoveryrepomix- Package repositories for AI analysis
Dependencies:
- Node.js 18+ (for repomix)
repomixCLI tool
Specialized capabilities
Includes:
sequential-thinking- Step-by-step reasoning with extended thinkingmermaidjs-v11- Diagram generation (flowcharts, sequence, etc.)
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"claudekit-skills": {
"source": {
"source": "github",
"repo": "mrgoonie/claudekit-skills"
}
}
},
"enabledPlugins": {
"ai-ml-tools@claudekit-skills": true,
"web-dev-tools@claudekit-skills": true,
"devops-tools@claudekit-skills": true
}
}Pin to specific version for stability:
{
"extraKnownMarketplaces": {
"claudekit-skills": {
"source": {
"source": "github",
"repo": "mrgoonie/claudekit-skills",
"ref": "v1.0.0"
}
}
}
}Restrict to approved marketplaces in managed settings:
{
"strictKnownMarketplaces": [
{
"source": "github",
"repo": "mrgoonie/claudekit-skills",
"ref": "v1.0.0"
}
]
}For users who prefer manual installation:
git clone https://github.com/mrgoonie/claudekit-skills
cp -r claudekit-skills/.claude/* /path/to/your/project/.claude/Note: Manual installation is deprecated. Marketplace installation is recommended for automatic updates and version management.
# Refresh marketplace
/plugin marketplace remove claudekit-skills
/plugin marketplace add mrgoonie/claudekit-skills# Force update
/plugin uninstall ai-ml-tools@claudekit-skills
/plugin install ai-ml-tools@claudekit-skillsEach plugin documents its dependencies. Install required system tools and Python packages as needed. See INSTALLATION.md for detailed dependency installation instructions.
- GitHub Issues: https://github.com/mrgoonie/claudekit-skills/issues
- Documentation: https://claudekit.cc
- Substack: https://faafospecialist.substack.com/
MIT License - see LICENSE for details.