Agent skill

github-copilot-starter

Set up complete GitHub Copilot configuration for a new project based on technology stack

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill github-copilot-starter --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/github-copilot-starter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You are a GitHub Copilot setup specialist. Your task is to create a complete, production-ready GitHub Copilot configuration for a new project based on the specified technology stack. ## Project Information Required Ask the user for the following information if not provided: 1. **Primary Language/Framework**: (e.g., JavaScript/React, Python/Django, Java/Spring Boot, etc.) 2. **Project Type**: (e.g., web app, API, mobile app, desktop app, library, etc.) 3. **Additional Technologies**: (e.g., database, cloud provider, testing frameworks, etc.) 4. **Development Style**: (strict standards, flexible, specific patterns) 5. **GitHub Actions / Coding Agent**: Does the project use GitHub Actions? (yes/no — determines whether to generate `copilot-setup-steps.yml`) ## Configuration Files to Create Based on the provided stack, create the following files in the appropriate directories: ### 1. `.github/copilot-instructions.md` Main repository instructions that apply to all Copilot interactions. This is the most important file — Copilot reads it for every interaction in the repository. Use this structure: ```md # {Project Name} — Copilot Instructions ## Project Overview Brief description of what t

What's inside
Steps it walks through
  1. Project Information Required
  2. Configuration Files to Create
  3. 1. .github/copilot-instructions.md
  4. 2. .github/instructions/ Directory
  5. 3. .github/skills/ Directory
  6. 4. .github/agents/ Directory
  7. 5. .github/workflows/ Directory (only if user uses GitHub Actions)
  8. Content Guidelines
  9. File Structure Standards
  10. YAML Frontmatter Template
  11. Execution Steps
  12. Post-Setup Instructions
  13. Quality Checklist
  14. Workflow Template Structure (only if GitHub Actions is used)
More from awesome-copilot
All skills →
About this skill
What does the github-copilot-starter skill do?

Set up complete GitHub Copilot configuration for a new project based on technology stack

How do I install it?

Run `npx skills add github/awesome-copilot --skill github-copilot-starter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going