@quigleybits/claude-skills
Custom skills for Claude Code that enhance project onboarding and session management.
@quigleybits/claude-skills
Custom skills (slash commands) for Claude Code.
Install
npm install -g @quigleybits/claude-skills
Skills are automatically linked into ~/.claude/skills/ on install and cleanly removed on uninstall.
Skills
/recon
Full-spectrum project reconnaissance. Scans all documentation, cross-references claims against the actual codebase, audits doc health, and presents prioritized next steps.
Use when: Starting work on a project, resuming after a break, onboarding to a new codebase, or needing to understand current project state.
What it does:
- Discovers all docs (markdown, rst, adoc) + recent git activity
- Scans and reality-checks claims against the codebase
- Synthesizes prioritized next steps (Critical / Important / Normal / Low)
- Identifies missing documentation categories and offers to create them
- Audits doc health with user-gated fix options
/debrief
Session-end skill. Cleans up loose ends, captures knowledge through the 5 engineering disciplines, routes findings to persistence targets, and commits everything cleanly. Pairs with /recon as session bookends.
Use when: Ending a work session, wrapping up, or needing to preserve what was learned before closing out.
What it does:
- Assesses workspace for loose ends (uncommitted changes, TODOs, debug output)
- Triages and auto-fixes trivial issues, defers larger ones
- Commits user's work with a style-matched message
- Audits session against 5 engineering disciplines with enhancement lenses
- Routes findings to CLAUDE.md, memory files, or todo
- Commits debrief's documentation updates separately
Uninstall
npm uninstall -g @quigleybits/claude-skills
License
MIT