Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Declared author: Jordan Godau
Path: skills/ai-llm/prompt-jordangunn-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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>-

What's inside
Steps it walks through
  1. Philosophy
  2. Core Invariants
  3. 1. Conversation is not state
  4. 2. Single canonical prompt on disk
  5. 3. Execution is destructive
  6. 4. Optional execution receipts
  7. Member Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going