<h1 align="center">
<a href="https://prompts.chat">
This repo ships 24 skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Skills are Markdown files that shape Claude's behavior — they are code, not prose.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
This repo ships 24 skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Skills are Markdown files that shape Claude's behavior — they are code, not prose.
Read this before doing anything else.
Skills are behavior-shaping instructions. Modifying them incorrectly can cause Claude to follow the wrong workflow silently — no error, just wrong behavior. The bar for changes is high.
Before proposing any change you MUST:
tests/ before claiming it worksIf you cannot identify a real problem, do not make the change.
Skills are not documentation — they enforce agent behavior. When modifying any SKILL.md:
tests/claude-code/test-helpers.sh assertions against the changed skillIn scope:
Out of scope:
skills/ ← 5-layer skill system (24 skills)
Discipline: oracle, forge, hunter, sentinel, architect, blueprint
Domain: gradient, nexus, ironcore, prism
Intelligence: chronicle, horizon, pathfinder
Coordination: vector, legion, commander, phantom, tribunal, ascend
Execution: vault, seal, exodus, arbiter, sculptor
hooks/ ← SessionStart auto-loader (fires on startup/clear/compact)
agents/ ← code-reviewer agent definition
tests/ ← automated verification suite
install.sh ← one-line installer
examples/ ← memory system templates
Run before any PR:
# Fast skill behavior tests
bash tests/claude-code/run-skill-tests.sh
# Skill triggering tests (verify skills fire from real prompts)
bash tests/skill-triggering/run-all.sh
# Integration tests (slow, ~10-30 min)
bash tests/claude-code/run-skill-tests.sh --integration
This repo uses epic codenames. The mapping from workflow names:
| Codename | Workflow name |
|---|---|
| ORACLE | pre-task-intelligence |
| FORGE | test-driven-development |
| HUNTER | systematic-debugging |
| SENTINEL | verification-before-completion |
| ARCHITECT | design-before-code |
| BLUEPRINT | writing-plans |
| PHANTOM | executing-plans / subagent-driven-development |
| CHRONICLE | learning-from-experience |
| PATHFINDER | codebase-onboarding |
| VECTOR | model-routing |
| LEGION | swarm-coordination |
| COMMANDER | dispatching-parallel-agents |
| TRIBUNAL | requesting-code-review |
| ASCEND | using-superpowers |
| VAULT | using-git-worktrees |
| SEAL | finishing-a-development-branch |
| ARBITER | receiving-code-review |
| SCULPTOR | writing-skills |