Open Source — MIT License

151 Skills for
Claude Code

Battle-tested workflows, lifecycle hooks, coding rules, and session automation. Built across 24 real projects. Install in 30 seconds.

151Skills
3Hooks
4Rule Sets
0Dependencies
click to copy $ git clone https://github.com/Strategyherogo/claude-code-power-pack.git
Skills
Every workflow you need
Type /commands:skill-name and Claude follows a structured workflow. No setup required.
/systematic-debug
Multi-step debugging with hypothesis generation and root cause isolation
/tdd
Test-driven development — write tests first, then implementation
/build-test
Verify build process and artifacts compile correctly
/edge-test
Test boundary conditions, null cases, and edge scenarios
/root-trace
Trace an error to its root cause through the call stack
/scaffold
Generate project boilerplate — files, folders, config
/api-test
Hit endpoints, inspect responses, validate schemas
/docker
Dockerfile generation and container management
/migration
Database migration helper — schema changes, rollbacks
/api-docs
Generate API documentation from code
/git-flow
Feature, release, and hotfix branch management
/deploy-verify
Comprehensive pre-deployment verification checklist
/quick-deploy
Rapid deployment with minimal verification gates
/commit-msg
Conventional commit message generation
/changelog
Maintain and update CHANGELOG from git history
/release-notes
Auto-generate release notes from commits
/secret-scan
Find leaked secrets in code and git history
/dependency-audit
Check for outdated and vulnerable packages
/env-sync
Synchronize environment variables across environments
/cs
Session start — briefing with git state, pending tasks, context
/save
Save current context for seamless session handoff
/restore
Resume from the last context save
/handoff
Structured handoff document for next session
/wrap
End-of-session wrap-up with summary and next steps
/focus
Enter deep work mode with clear objectives
/session-retro
Analyze session patterns, extract lessons, suggest improvements
/morning-check
Quick health check — git, auth, dirty projects, unsaved work
/standup
Generate daily standup summary from recent activity
/c2c:blog
Full blog post creation workflow
/c2c:quick-blog
Rapid blog post in under 15 minutes
/linkedin-post
Create LinkedIn posts with hooks and CTAs
/linkedin-carousel
HTML slides to PDF carousel
/c2c:newsletter
Create engaging newsletter content
/c2c:readme
Create effective README files
/c2c:tutorial
Create step-by-step technical tutorials
/podcast-prep
Podcast episode prep and show notes
/sales:account-research
Research a company — get actionable sales intel
/sales:call-prep
Prepare for calls with context, attendees, and agenda
/sales:forecast
Weighted forecast with best/likely/worst scenarios
/sales:pipeline-review
Analyze pipeline health — prioritize and flag risks
/sales:competitive-intel
Research competitors and build battlecards
/sales:draft-outreach
Research prospect, draft personalized outreach
/sales:create-asset
Generate landing pages, decks, one-pagers from deal context
/pm:feature-prioritize
RICE scoring and feature prioritization
/pm:roadmap-build
Create strategic product roadmaps
/brainstorm
Structured idea generation and exploration
/write-plan
Detailed implementation plan with milestones
/decision-log
Architecture Decision Records (ADR)
/infra-health
Infrastructure status and monitoring
/log-errors
Analyze and categorize error logs
/organize
Organize files and project structure
/agent:code-review
Multi-agent automated code review with quality scoring
/agent:deploy-pipeline
End-to-end deployment with parallel validation
/agent:project-analyzer
Comprehensive project structure and state analysis
/parallel-agents
Coordinate multiple Claude agents for complex tasks
/orchestrate
Auto-detect task type and run the right skill
/swift:async-troubleshoot
Diagnose Swift async/await and MainActor issues
/swift:debug-memory
Detect and fix memory leaks in Swift/iOS
/mcp:build
Create new MCP (Model Context Protocol) servers
/chrome:extension-debug
Debug Chrome extensions
/bot:slack-debug
Troubleshoot Slack bot integrations
/make-skill
Create new custom skills from scratch
Showing highlights. 151 skills total across all categories.
How It Works
Just markdown files
Skills are structured prompts in .claude/commands/. Claude reads them as workflow instructions. No build step, no runtime, no dependencies.
You type a keyword
"debug this error"
MASTER.md maps it
debug → /systematic-debug
Claude runs the skill
Structured workflow executes

Edit any skill to match your workflow. Create new ones with /make-skill or drop a markdown file in .claude/commands/.

Lifecycle Hooks
Automatic behaviors
Shell scripts that fire on Claude Code events. Catch issues before they cost you time.
Session Start
startup-parallel.sh
Checks GitHub auth, git state, and uncommitted files. Only speaks up if something is wrong.
Pre-Deploy Guard
pre-deploy-check.sh
Intercepts deploy, publish, and push commands. Verifies credentials before execution. Covers npm, Cloudflare, App Store, Chrome Web Store, DigitalOcean, Atlassian.
Session End
session-end-save.sh
Auto-saves context — branch, recent commits, modified files — so the next session picks up seamlessly.
Coding Rules
Standards Claude follows automatically
Drop a rule file in .claude/rules/ and Claude follows it when writing code.
🛠
Common
Git workflow, code quality, testing, security, performance
🐍
Python
PEP 8, type hints, pytest, async patterns, dataclasses
🔸
TypeScript
Strict mode, no any, discriminated unions, error handling
🐦
Swift
@MainActor, actors, Sendable, SwiftUI, localization
Get Started
Install in 30 seconds
Clone, run the installer, start using skills.
terminal
# Clone the power pack
$ git clone https://github.com/Strategyherogo/claude-code-power-pack.git

# Go to your project
$ cd your-project

# Install skills, rules, hooks, and config
$ bash ~/claude-code-power-pack/src/pro/install.sh

# Start Claude Code and try it
$ claude
> /commands:cs
1
Skills copied151 markdown files to .claude/commands/
2
Rules applied4 coding rule sets for Python, TS, Swift
3
Hooks ready3 lifecycle scripts — wire in settings.json
Stop re-explaining.
Start shipping.

Every skill was built during real work — not hypothetical templates. The system grows itself through session retros.

View on GitHub

MIT License — Free and open source