create-prompt

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

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

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 into a saved, reusable prompt file (.prompt.md) that can be invoked on demand. ## Core Features & Use Cases - Pattern Extraction: Reviews the conversation history to identify repeatable task patterns (e.g., explaining code, generating tests, refactoring) and generalizes them into a reusable prompt. - Guided Clarification: Asks targeted questions when no clear pattern exists, covering arguments, fixed context, and workspace versus personal scope. - Iterative Refinement: Drafts the prompt, identifies ambiguous or weak sections, and refines them with the user before finalizing. - Use Case: After spending a session asking the assistant to generate unit tests in a specific style, use this Skill to capture that workflow as a saved prompt file you can invoke with one command in future sessions. ## Quick Start Ask the assistant 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 repeatable pattern. It drafts a .prompt.md file, asks clarifying questions about ambiguous parts, and saves the finalized prompt for future invocation.

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 environment.

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, and whether it should be workspace-scoped or personal. These choices shape how the saved prompt behaves when invoked.

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

The Skill falls back to direct clarification, asking 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 most valuable for stable, repeated workflows with consistent inputs and outputs.