Skip to content

polaminggkub-debug/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

Custom skills for Claude Code.

Skills

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.

Install

git clone https://github.com/polaminggkub-debug/claude-skills.git
cd claude-skills
bash install.sh

Or 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.

Update

cd claude-skills
git pull
bash install.sh

About

Claude Code skills: testable architecture (chris) & deep code auditing (margaret)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors