prompt
Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.
npx skills add majiayu000/claude-skill-registry --skill prompt-jordangunn-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prompt Skillset > **We forge prompts collaboratively, and we execute them deliberately.** ## Philosophy This skillset assumes: - Human intent is *discovered*, not known upfront - Conversation is not state - Disk state is authoritative - Execution is irreversible and requires explicit consent ## Core Invariants ### 1. Conversation is not state The agent must not assume continuity or memory across turns. All durable state lives on disk. The agent may only read or modify state **inside an explicit skill invocation**. > **Conversation is not state. Disk is state. Skills are the only legal state transitions.** ### 2. Single canonical prompt on disk There may be **at most one active prompt artifact** at any time. **Canonical path:** `.prompt-forge/active.yaml` ### 3. Execution is destructive After a **successful** `prompt-exec`: - The canonical prompt artifact **must be deleted** - The system must return to a "no active prompt" state ### 4. Optional execution receipts To preserve auditability without violating single-prompt rules: - `prompt-exec` *may* write an **execution receipt** - Receipts are immutable and never executable **Receipt location:** `.prompt-forge/receipts/<timestamp>-
- Philosophy
- Core Invariants
- 1. Conversation is not state
- 2. Single canonical prompt on disk
- 3. Execution is destructive
- 4. Optional execution receipts
- Member Skills
What does the prompt skill do?
Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-jordangunn-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
