prompt
Load and execute a prompt from the project's .claude/prompts/ directory
npx skills add majiayu000/claude-skill-registry --skill prompt-devattom-claude --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 Loader Load and execute prompts stored in the project's `.claude/prompts/` directory. ## Behavior ### If `$ARGUMENTS` is empty → list available prompts 1. Use the Glob tool to find all `.md` files in `.claude/prompts/` (relative to the project root) 2. Display them as a numbered list with just the name (without `.md` extension) 3. Example output: ``` Available prompts: 1. e2e-student-journey-tests 2. refactor-auth-module 3. api-design-review ``` ### If `$ARGUMENTS` is provided → load and execute the prompt 1. Read the file at `.claude/prompts/$ARGUMENTS.md` (relative to the project root) - If the file doesn't exist, also try `.claude/prompts/$ARGUMENTS` (without `.md`) - If still not found, list available prompts and suggest the closest match 2. Execute the content of that file as your instructions — follow them exactly as if the user had typed the prompt content directly
- Behavior
- If $ARGUMENTS is empty → list available prompts
- If $ARGUMENTS is provided → load and execute the prompt
What does the prompt skill do?
Load and execute a prompt from the project's .claude/prompts/ directory
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-devattom-claude --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.
