Agent skill · AI & Agents

prompt

Load and execute a prompt from the project's .claude/prompts/ directory

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

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-devattom-claude/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 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

What's inside
Steps it walks through
  1. Behavior
  2. If $ARGUMENTS is empty → list available prompts
  3. If $ARGUMENTS is provided → load and execute the prompt
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going