Skip to content

0x43e96f/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of Claude Code skills for structured development workflows.

Skills

Skill Description Source
kickoff "Interview Me" technique — Claude asks you questions before starting Original
pua Full dev loop engine: Plan → Execute → Review → Security → Verify → Commit Adapted from tanweai/pua
office-hours Product thinking partner — reframe the problem before writing code Adapted from garrytan/gstack
brainstorming Turn ideas into designs before writing any code Adapted from obra/superpowers
challenge Cross-model adversarial verification — use a second AI to challenge your analysis Original

Also worth checking out

These skills are taken directly (or near-directly) from obra/superpowers — install from there:

  • systematic-debugging — 4-phase root cause analysis before any fix
  • verification-before-completion — verify with real commands before claiming done
  • finishing-a-development-branch — structured options for merging/PR/cleanup
  • using-git-worktrees — isolated worktrees for risky changes

How to Install

Copy a skill folder into your ~/.claude/skills/ directory:

# Clone this repo
git clone https://github.com/0x43e96f/skills ~/skills-repo

# Copy a skill
cp -r ~/skills-repo/kickoff ~/.claude/skills/

# Or install all at once
cp -r ~/skills-repo/kickoff ~/skills-repo/pua ~/skills-repo/office-hours \
      ~/skills-repo/brainstorming ~/skills-repo/challenge \
      ~/.claude/skills/

Then invoke with /kickoff, /pua, /office-hours, etc. in Claude Code.

Recommended Workflow

Unclear requirements  →  /kickoff    (let Claude ask you questions first)
Product sanity check  →  /office-hours  (optional)
Implementation plan   →  /plan
Validate the plan     →  /challenge  (optional — second opinion)
End-to-end execution  →  /pua

Not every task needs all steps. Small fixes → just /pua. Clear requirements → skip /kickoff.

Credits

License

MIT

About

Claude Code skills collection — kickoff, pua, office-hours, brainstorming and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors