@waoooo/claude-skills
v1.0.0
Published
Curated collection of Claude Code Skills for development, testing, and automation
Maintainers
Readme
@waoooo/claude-skills
Curated collection of Claude Code Skills for development, testing, and automation.
Overview
This package contains 49 production-ready Skills for Claude Code, covering:
- Product Builder Workflow (job creation, specs review, task execution, progress tracking)
- Git Operations (commit, PR creation, branch management)
- Development Tools (worktree manager, changelog generator)
- Document Processing (PDF, DOCX, PPTX, XLSX)
- Multi-Model Collaboration (CCB integration, acceptance review)
- Documentation Generation (API docs, capability docs, roadmap docs)
- And more...
Installation
npm install @waoooo/claude-skillsUsage
Skills are automatically discovered by Claude Code when installed in:
- Global:
~/.claude/skills/ - Workspace:
<workspace>/.claude/skills/ - Project:
<project>/.claude/skills/
Available Skills
See registry.json for the complete list of available Skills with metadata.
Development
# Build registry
pnpm build:registry
# Test
pnpm test
# Build
pnpm buildLicense
MIT
