prompt-builder
Guides developers through creating production-ready GitHub Copilot prompts with structured discovery and best practices.
What it does
- Prompt engineering best practices and patterns
- VS Code Copilot customization capabilities
- Effective persona design and task specification
- Tool integration and front matter configuration
- Output format optimization for AI consumption
- What is the intended filename for your prompt (e.g., generate-react-component.prompt.md)?
- Provide a clear, one-sentence description of what this prompt accomplishes
Requirements & configuration
- Does it need input variables like ${input:variableName} or ${input:variableName:placeholder}?
- Does it need to access other files or prompt files as dependencies?
- Which tools does this prompt need? Common options include:
- Does it require a specific model? (usually auto-detected)
- AI Consumption: Token-efficient, structured content
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Guides developers through creating production-ready GitHub Copilot prompts with structured discovery and best practices.
Source
Repository: https://github.com/github/awesome-copilot
prompt-builder FAQ
What does the prompt-builder skill do?
Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices. Prompt engineering best practices and patterns VS Code Copilot customization capabilities
What does prompt-builder require?
Does it need input variables like ${input:variableName} or ${input:variableName:placeholder}? Does it need to access other files or prompt files as dependencies? Which tools does this prompt need? Common options include: Does it require a specific model? (usually auto-detected) AI Consumption: Token-efficient, structured content
How do I install prompt-builder?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill prompt-builder --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain prompt-builder?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-prompt-builder?ref=badge) npx agentictools info skills/github-awesome-copilot-prompt-builder The second line is the CLI lookup for this page — handy in READMEs and docs.