create-prompt

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

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

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 a repeatable task pattern from your conversation into a reusable .prompt.md file you can invoke anytime. ## Core Features & Use Cases - Pattern Extraction: Reviews conversation history to generalize repeated tasks (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 you before finalizing. - Use Case: After repeatedly asking the AI to write unit tests for selected functions, convert that pattern into a saved prompt file you can run with one command. ## 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 the create-prompt skill and describe the task. It reviews your conversation for repeated patterns, drafts a .prompt.md file, and refines it with you until the prompt is ready to save and 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 repeatedly without retyping instructions. It can define fixed context, accept arguments, and be scoped to a workspace or to your personal setup.

Can a prompt file take arguments or use fixed context?▼

Yes. During creation the skill asks whether the prompt should accept arguments or rely on fixed context such as selected code or file type, and whether it should be workspace-scoped or personal.

What happens if no repeatable pattern is found in my conversation?▼

The skill asks clarifying questions instead: what task the prompt should help with, whether it takes arguments, and where it should be scoped. It then drafts the prompt from your answers and iterates on the weakest parts.