Skill design, testing, iteration for Claude. Build new skills from scratch, refactor existing skills, optimize triggering accuracy, evaluate quality.
Grounded in four design strategies: Processing · Mediation · Forgetting · Integrity.
| File | Purpose |
|---|---|
SKILL.md |
Router — load order |
safe-skill-creator.md |
Content — philosophy, 8-phase lifecycle, integrity checks |
safe-skill-creator.skill |
Packaged archive for claude.ai upload |
references/claude-env.md |
Claude environment specific tests and optimizations |
.github/workflows/build-skill.yml |
CI workflow — auto-builds and publishes safe-skill-creator.skill on push |
README.md |
Explanatory instructions and overview for this software package |
-
claude.ai web platform: upload
safe-skill-creator.skillvia skill settings (recommended). Or addsafe-skill-creator-SKILL.mdcontents to Personal Preferences viaSettings > General. -
Claude Code desktop app: copy contents of this folder into
~/.claude/skills/safe-skill-creator/. -
Other platforms: adapt this set of files to your
harness+model. Star or Fork the git repo if you like.
- Capture intent
- Interview + research
- Write SKILL.md
- Write test cases
- Run + evaluate
- Improve
- Optimize description triggering
- Package + present
- "turn this into a skill", "make a skill for X"
- "why isn't my skill firing"
- Skill refactor, benchmark, description tuning
Undertriggers by default. If in doubt, use this skill as meta-framework for skill creation and testing.
- prompteng — parent skill; §6 persistence formats
- captureng — capture sessions into skills
- packageng — package finished skills into
.skill
Available in - ecological-codes/user-prefs
-
agent.md -
trusted-hosts.md
Directives use the following section headers with numbered lists, shared across peer skills:
- [RULES] — enforceable constraints applied at runtime.
- [ACTIONS] — autonomous steps agent executes in normal workflow.
- [HUMAN ACTIONS] — UI actions; agent skips, cannot delegate.
See LICENSE. (C) Copyright 2026 - Sameer Khan - Various and Several Rights Reserved.
README.md v2.2.0 - Human Approved