create-prompt

Create reusable .prompt.md prompt files for repeatable AI tasks.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/jimeh/hucode --skill create-prompt-jimeh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-prompt
Source: https://github.com/jimeh/hucode/tree/main/extensions/copilot/assets/prompts/skills/create-prompt
Command: npx skills add https://github.com/jimeh/hucode --skill create-prompt-jimeh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeatedly typing the same instructions for recurring AI tasks wastes effort and produces inconsistent results. This Skill turns a repeatable task pattern into a saved, reusable .prompt.md file. ## Core Features & Use Cases - Pattern Extraction: Reviews the conversation history to generalize a repeated task (e.g., explaining code, generating tests, refactoring) into a reusable prompt. - Guided Clarification: Asks targeted questions about arguments, fixed context, and workspace versus personal scope when no clear pattern exists. - Iterative Refinement: Drafts the prompt, identifies ambiguous parts, and refines them with the user before finalizing. - Use Case: After spending a session asking the AI to generate unit tests in a specific style, use this Skill to capture that workflow as a saved prompt file you can invoke anytime. ## Quick Start Ask the AI to create a reusable prompt file for the task you have been repeating in this conversation.

Frequently Asked Questions about create-prompt

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

FAQPage Schema
How do I create a reusable prompt file for a repeated task?▼

Invoke this Skill and describe the task, or let it review your conversation history to detect a repeated pattern. It drafts a .prompt.md file, asks about ambiguous parts, and saves the finalized prompt for reuse.

What is a .prompt.md file used for?▼

A .prompt.md file stores a reusable prompt for a common task so you can invoke it without retyping instructions. It can define fixed context, accept arguments, and be scoped to a workspace or to your personal environment.

Can a prompt file take arguments or fixed context?▼

Yes. During creation the Skill asks whether the prompt should take arguments or use fixed context, and whether it should be workspace-scoped or personal, then structures the .prompt.md file accordingly.

What happens if no clear task pattern exists in my conversation?▼

The Skill asks clarifying questions instead: what task the prompt should help with, whether it takes arguments, and what scope it should have. It then drafts the prompt from your answers and iterates with you.

When should I not use a reusable prompt file?▼

Avoid creating a prompt file for one-off tasks that will not recur, since the overhead of drafting and refining provides no benefit. Reusable prompts are best for stable, repeated task patterns.