prompt

Load and execute predefined markdown prompts from a specified directory.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill prompt-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt
Source: https://github.com/flosrn/.claude/tree/main/skills/prompt
Command: npx skills add https://github.com/flosrn/.claude --skill prompt-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily load and execute predefined prompts stored within the project, streamlining complex or repetitive tasks by leveraging pre-written instructions.

Core Features & Use Cases

  • Prompt Execution: Loads and runs instructions from .md files in the .claude/prompts/ directory.
  • Dynamic Prompt Selection: If no prompt name is provided, it lists all available prompts for the user.
  • Use Case: A developer can use this to quickly apply a standard code refactoring prompt to a new module without retyping the instructions each time.

Quick Start

Use the prompt skill to load and execute the 'refactor-auth-module' prompt.

Frequently Asked Questions about prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution using predefined prompts?

You can automate task execution by loading and running predefined prompts stored as markdown files in your project's prompt directory, streamlining repetitive workflows without retyping instructions.

Where do I store markdown instructions for automated prompt execution?

Store your markdown-formatted instructions in the `.claude/prompts/` directory. The Skill retrieves and executes these predefined prompts directly from this specified project folder.

What happens if I run the prompt loader without specifying a prompt name?

When no prompt name is provided, the loader dynamically lists all available prompts stored in your project directory, allowing you to select the desired instruction file for execution.

Can I use this to apply a standard code refactoring prompt to a new module?

Yes, developers can load a pre-written refactoring prompt from the directory to apply standardized instructions to new modules, ensuring consistent task execution without manual retyping.

Do I need any dependencies to load and execute markdown prompts?

No external dependencies are required. You only need access to the project's prompt directory containing your markdown-formatted instruction files for the loader to retrieve and execute them.