Custom skills for Claude Code.
| Skill | Description |
|---|---|
| chris | Testable Architecture — analyze code into testable units, write tests, review & audit test suites. Based on Functional Core / Imperative Shell principles. |
| formpress | Print-on-Form Positioning — precise data placement on pre-printed paper forms. Interview → calculate coordinates → generate jsPDF code → calibrate printer → preview overlay. |
| margaret | Deep Bug & Security Finder — systematic multi-phase audit using parallel agents to find bugs, security holes, and gaps. Module-level analysis. |
| ship | Ship code to production — commit, build, migrate, deploy, push, and verify using project-specific commands. |
| update-all | Full Codex environment updater — CLI, npm globals, Homebrew, plugin marketplaces, skills, RTK, Graphify, and local tools. |
git clone https://github.com/polaminggkub-debug/claude-skills.git
cd claude-skills
bash install.shOr install manually:
cp -r chris ~/.claude/skills/
cp -r formpress ~/.claude/skills/
cp -r margaret ~/.claude/skills/
cp -r ship ~/.claude/skills/
cp -r update-all ~/.claude/skills/Restart Claude Code after installing.
cd claude-skills
git pull
bash install.sh