Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add stevenfreedman/claude-toolkit
Or install specific skill: npx add-skill https://github.com/stevenfreedman/claude-toolkit/tree/master/templates/skill-template
# Description
Replace with description of the skill and when Claude should use it.
# SKILL.md
name: template-skill
description: Replace with description of the skill and when Claude should use it.
Insert instructions below
# README.md
Claude Toolkit
The comprehensive collection of Claude Code skills, agents, commands, hooks, and tools.
What's Inside
Skills (115+)
| Domain | Count | Highlights |
|---|---|---|
| Document Processing | 4 | PDF, DOCX, PPTX, XLSX manipulation |
| Engineering | 25+ | TDD, code review, architecture, DevOps, data science |
| Workflow | 20+ | Planning, debugging, git workflows, subagent delegation |
| Business | 25+ | Marketing, product, executive, compliance (FDA, GDPR, ISO) |
| Creative | 8 | Algorithmic art, design, GIFs, themes |
| Developer Tools | 6 | MCP builder, skill creator, webapp testing |
| Productivity | 15+ | File organization, meetings, invoices, research |
| Communication | 3 | Brand guidelines, internal comms, doc co-authoring |
Agents (12)
Specialized subagents for task delegation:
- planner - Feature implementation planning
- architect - System design decisions
- code-reviewer - Code quality and security review
- security-reviewer - Vulnerability analysis
- tdd-guide - Test-driven development
- build-error-resolver - Fix compilation errors
- e2e-runner - Playwright E2E testing
- refactor-cleaner - Dead code cleanup
- doc-updater - Documentation sync
- database-reviewer - Database design review
- go-reviewer - Go code review
- go-build-resolver - Go build fixes
Commands (24+)
Slash commands for quick execution:
- /tdd - Test-driven development workflow
- /plan - Feature implementation planning
- /code-review - Quality and security review
- /build-fix - Fix build errors
- /e2e - E2E test generation
- /verify - Run verification loop
- /learn - Extract patterns from sessions
- And many more...
Rules (8)
Always-follow guidelines:
- Security, testing, coding style, git workflow, performance, patterns
Hooks
Event-based automations for session lifecycle, memory persistence, and context compaction.
Installation
Claude Code Plugin (Recommended)
/plugin marketplace add stevenfreedman/claude-toolkit
Manual Installation
git clone https://github.com/stevenfreedman/claude-toolkit.git
cp -r claude-toolkit/* ~/.claude/
Directory Structure
claude-toolkit/
βββ skills/ # 115+ skills by domain
β βββ document-processing/ # pdf, docx, pptx, xlsx
β βββ engineering/ # TDD, architecture, DevOps
β βββ workflow/ # Planning, debugging, git
β βββ business/ # Marketing, product, compliance
β βββ creative/ # Art, design, themes
β βββ developer-tools/ # MCP, skill creation
β βββ productivity/ # Organization, research
β βββ communication/ # Branding, comms
β βββ meta/ # Skill creation guides
βββ agents/ # 12 specialized subagents
βββ commands/ # 24+ slash commands
βββ rules/ # 8 guideline files
βββ hooks/ # Event automations
βββ scripts/
β βββ node/ # Node.js utilities
β βββ python/ # 68+ Python analysis tools
βββ mcp-configs/ # MCP server configurations
βββ contexts/ # Dynamic context injection
βββ ui/ # Next.js search/browse UI
βββ resources/ # Resource directory data
βββ docs/ # Documentation and guides
βββ tests/ # Test suites
Sources & Attribution
This toolkit consolidates contributions from:
| Repository | Author | License |
|---|---|---|
| anthropics/skills | Anthropic | Apache 2.0 / Proprietary |
| obra/superpowers | Jesse Vincent | MIT |
| affaan-m/everything-claude-code | Affaan Mustafa | MIT |
| alirezarezvani/claude-skills | Alireza Rezvani | MIT |
| composiohq/awesome-claude-skills | Composio | MIT |
See ATTRIBUTION.md for complete details.
Documentation
- Agent Skills Spec - Official Anthropic specification
- Shortform Guide - Quick start
- Longform Guide - Advanced usage
- Skill Template - Create new skills
License
MIT License - See LICENSE for details.
Note: Document processing skills (pdf, docx, pptx, xlsx) from Anthropic are source-available but not open source.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.