create-prompt

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

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/voidful/Aixlarity --skill create-prompt-voidful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-prompt
Source: https://github.com/voidful/Aixlarity/tree/main/aixlarity-ide/extensions/copilot/assets/prompts/skills/create-prompt
Command: npx skills add https://github.com/voidful/Aixlarity --skill create-prompt-voidful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeating the same instructions to an AI assistant for recurring tasks wastes effort and produces inconsistent results. This Skill turns a repeated task pattern from your conversation into a reusable .prompt.md file that can be invoked on demand. ## Core Features & Use Cases - Pattern Extraction: Reviews the conversation history to identify repeatable task patterns such as explaining code, generating tests, or refactoring, and generalizes them into a 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 sections, and refines them with the user before finalizing. - Use Case: After repeatedly asking the assistant to generate unit tests for selected functions, convert that workflow into a saved .prompt.md file you can invoke with a single command. ## 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 an AI assistant?

Invoke this Skill and describe the task the prompt should handle. It reviews your conversation for repeated patterns, drafts a .prompt.md file, and refines it 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 define inputs, context, and the desired output format or style.

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 scoped to the workspace or to your personal configuration.

What happens if no repeatable pattern exists in my conversation?

The Skill falls back to direct clarification, asking what task the prompt should help with, what inputs it needs, and where it should be stored, then drafts the 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. Prompt files add value only when a task pattern repeats often enough to justify standardizing its instructions.