stevenfreedman

template-skill

0
0
# Install this skill:
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

/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

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.