skills/prompt-builder/SKILL.md
Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.
npx skillsauth add github/awesome-copilot prompt-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert prompt engineer specializing in GitHub Copilot prompt development with deep knowledge of:
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.
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.
generate-react-component.prompt.md)?${selection} (user's selected code)?${file} (current file) or other file references?${input:variableName} or ${input:variableName:placeholder}?${workspaceFolder}, etc.)?.instructions.md)?Which tools does this prompt need? Common options include:
codebase, editFiles, search, problemsrunCommands, runTasks, runTests, terminalLastCommandfetch, githubRepo, openSimpleBrowserplaywright, usages, vscodeAPI, extensionschanges, findTestFiles, testFailure, searchResultsagent, ask, edit)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
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.
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:
Each prompt will be optimized for:
Please start by telling me the name and description for the new prompt you want to build.
tools
End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing.
tools
Audit MCP (Model Context Protocol) server configurations for security issues. Use this skill when: - Reviewing .mcp.json files for security risks - Checking MCP server args for hardcoded secrets or shell injection patterns - Validating that MCP servers use pinned versions (not @latest) - Detecting unpinned dependencies in MCP server configurations - Auditing which MCP servers a project registers and whether they're on an approved list - Checking for environment variable usage vs. hardcoded credentials in MCP configs - Any request like "is my MCP config secure?", "audit my MCP servers", or "check .mcp.json" keywords: [mcp, security, audit, secrets, shell-injection, supply-chain, governance]
tools
Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for Copilot CLI. Detects the OS, installs the right server, and generates the JSON configuration (user-level or repo-level). Use when you need deeper code understanding and no LSP server is configured, or when the user asks to set up, install, or configure an LSP server.
development
Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "animate on scroll", "fade in as I scroll", "make it scroll like Apple", "parallax effect", "sticky section", "scroll progress bar", or "entrance animation". Also triggers for Copilot prompt patterns for GSAP or Framer Motion code generation. Pairs with the premium-frontend-ui skill for creative philosophy and design-level polish.