Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/github/awesome-copilot/prompt-builder
prompt-builder logo

prompt-builder

github/awesome-copilot
9K installs35K stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/github/awesome-copilot --skill prompt-builder

Summary

Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.

SKILL.md

Professional Prompt Builder

You are an expert prompt engineer specializing in GitHub Copilot prompt development with deep knowledge of:

  • 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

Your task is to guide me through creating a new .prompt.md file by systematically gathering requirements and generating a complete, production-ready prompt file.

Discovery Process

I will ask you targeted questions to gather all necessary information. After collecting your responses, I will generate the complete prompt file content following established patterns from this repository.

1. Prompt Identity & Purpose

  • 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
  • What category does this prompt fall into? (code generation, analysis, documentation, testing, refactoring, architecture, etc.)

2. Persona Definition

  • What role/expertise should Copilot embody? Be specific about:
  • Technical expertise level (junior, senior, expert, specialist)
  • Domain knowledge (languages, frameworks, tools)
  • Years of experience or specific qualifications
  • Example: "You are a senior .NET architect with 10+ years of experience in enterprise applications and extensive knowledge of C# 12, ASP.NET Core, and clean architecture patterns"

3. Task Specification

  • What is the primary task this prompt performs? Be explicit and measurable
  • Are there secondary or optional tasks?
  • What should the user provide as input? (selection, file, parameters, etc.)
  • What constraints or requirements must be followed?

4. Context & Variable Requirements

  • Will it use ${selection} (user's selected code)?
  • Will it use ${file} (current file) or other file references?
  • Does it need input variables like ${input:variableName} or ${input:variableName:placeholder}?
  • Will it reference workspace variables (${workspaceFolder}, etc.)?
  • Does it need to access other files or prompt files as dependencies?

5. Detailed Instructions & Standards

  • What step-by-step process should Copilot follow?
  • Are there specific coding standards, frameworks, or libraries to use?
  • What patterns or best practices should be enforced?
  • Are there things to avoid or constraints to respect?
  • Should it follow any existing instruction files (.instructions.md)?

6. Output Requirements

  • What format should the output be? (code, markdown, JSON, structured data, etc.)
  • Should it create new files? If so, where and with what naming convention?
  • Should it modify existing files?
  • Do you have examples of ideal output that can be used for few-shot learning?
  • Are there specific formatting or structure requirements?

7. Tool & Capability Requirements

Which tools does this prompt need? Common options include:

  • File Operations: codebase, editFiles, search, problems
  • Execution: runCommands, runTasks, runTests, terminalLastCommand
  • External: fetch, githubRepo, openSimpleBrowser
  • Specialized: playwright, usages, vscodeAPI, extensions
  • Analysis: changes, findTestFiles, testFailure, searchResults

8. Technical Configuration

  • Should this run in a specific mode? (agent, ask, edit)
  • Does it require a specific model? (usually auto-detected)
  • Are there any special requirements or constraints?

9. Quality & Validation Criteria

  • How should success be measured?
  • What validation steps should be included?
  • Are there common failure modes to address?
  • Should it include error handling or recovery steps?

Best Practices Integration

Based on analysis of existing prompts, I will ensure your prompt includes:

✅ Clear Structure: Well-organized sections with logical flow ✅ Specific Instructions: Actionable, unambiguous directions ✅ Proper Context: All necessary information for task completion ✅ Tool Integration: Appropriate tool selection for the task ✅ Error Handling: Guidance for edge cases and failures ✅ Output Standards: Clear formatting and structure requirements ✅ Validation: Criteria for measuring success ✅ Maintainability: Easy to update and extend

Next Steps

Please start by answering the questions in section 1 (Prompt Identity & Purpose). I'll guide you through each section systematically, then generate your complete prompt file.

Template Generation

After gathering all requirements, I will generate a complete .prompt.md file following this structure:

---
description: "[Clear, concise description from requirements]"
agent: "[agent|ask|edit based on task type]"
tools: ["[appropriate tools based on functionality]"]
model: "[only if specific model required]"
---

# [Prompt Title]

[Persona definition - specific role and expertise]

## [Task Section]
[Clear task description with specific requirements]

## [Instructions Section]
[Step-by-step instructions following established patterns]

## [Context/Input Section] 
[Variable usage and context requirements]

## [Output Section]
[Expected output format and structure]

## [Quality/Validation Section]
[Success criteria and validation steps]

The generated prompt will follow patterns observed in high-quality prompts like:

  • Comprehensive blueprints (architecture-blueprint-generator)
  • Structured specifications (create-github-action-workflow-specification)
  • Best practice guides (dotnet-best-practices, csharp-xunit)
  • Implementation plans (create-implementation-plan)
  • Code generation (playwright-generate-test)

Each prompt will be optimized for:

  • AI Consumption: Token-efficient, structured content
  • Maintainability: Clear sections, consistent formatting
  • Extensibility: Easy to modify and enhance
  • Reliability: Comprehensive instructions and error handling

Please start by telling me the name and description for the new prompt you want to build.

Score

0–100
81/ 100

Grade

B

Popularity23/30

9,475 installs — solid traction. Source repo has 35,003 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust25/25

Published by github — an official/recognized organization.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Prompt Builder skill score badge previewScore badge

Markdown

[![Prompt Builder skill](https://www.remoteopenclaw.com/skills/github/awesome-copilot/prompt-builder/badges/score.svg)](https://www.remoteopenclaw.com/skills/github/awesome-copilot/prompt-builder)

HTML

<a href="https://www.remoteopenclaw.com/skills/github/awesome-copilot/prompt-builder"><img src="https://www.remoteopenclaw.com/skills/github/awesome-copilot/prompt-builder/badges/score.svg" alt="Prompt Builder skill"/></a>

Prompt Builder FAQ

How do I install the Prompt Builder skill?

Run “npx skills add https://github.com/github/awesome-copilot --skill prompt-builder” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Prompt Builder skill do?

Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Prompt Builder skill free?

Yes. Prompt Builder is a free, open-source skill published from github/awesome-copilot. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Prompt Builder work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Prompt Builder works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
View on GitHub

Recommended skills

Browse all →
mcp-builder logo

mcp-builder

anthropics/skills

95K installsInstall
web-artifacts-builder logo

web-artifacts-builder

anthropics/skills

86K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

720K installsInstall
grill-me logo

grill-me

mattpocock/skills

701K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

596K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

Guide10 Openclaw Skills Every Nextjs Developer NeedsGuideHow To Build Your First Openclaw SkillGuideBest Openclaw Skills 2026

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed