create-prompt

Creates reusable .prompt.md files for repeatable AI assistant tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeatedly typing the same instructions for recurring tasks wastes effort and produces inconsistent results. This Skill turns repeatable conversation patterns into reusable .prompt.md files that can be invoked on demand. ## Core Features & Use Cases - Pattern Extraction: Reviews conversation history to generalize recurring tasks (code explanation, test generation, 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 sections, and refines them with the user before finalizing. - Use Case: After repeatedly asking the assistant to generate unit tests for TypeScript files, convert that pattern into a saved prompt file you can invoke with a single command. ## Quick Start Ask the assistant to create a reusable prompt file for generating unit tests from the currently selected code.

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 repeated tasks?▼

Review your conversation for a repeatable task pattern, then generalize it into a .prompt.md file capturing the core task, implicit inputs, and desired output format. The Skill drafts the prompt and refines ambiguous parts with you before saving.

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 repeatedly without retyping instructions. It can be scoped to a workspace or kept personal depending on your needs.

Can a prompt file take arguments or fixed context?▼

Yes. During creation you decide whether the prompt accepts arguments, such as selected code or file type, or relies on fixed context. The Skill asks clarifying questions to determine the right structure.

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

The Skill asks clarifying questions about what task the prompt should help with, whether it needs arguments, and whether it should be workspace-scoped or personal, then drafts a prompt from your answers.

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 outweighs the benefit. Reusable prompts are best for frequent, well-defined task patterns.