Agent skill
prompt
Load and execute a prompt from the project's .claude/prompts/ directory
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/prompt-flosrn-claude
SKILL.md
Prompt Loader
Load and execute prompts stored in the project's .claude/prompts/ directory.
Behavior
If $ARGUMENTS is empty → list available prompts
- Use the Glob tool to find all
.mdfiles in.claude/prompts/(relative to the project root) - Display them as a numbered list with just the name (without
.mdextension) - 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
- 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
- If the file doesn't exist, also try
- Execute the content of that file as your instructions — follow them exactly as if the user had typed the prompt content directly
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?