github-copilot-instructions-writer

Generate GitHub Copilot instructions files for paths and repositories.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/scanady/forge-agents --skill github-copilot-instructions-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-copilot-instructions-writer
Source: https://github.com/scanady/forge-agents/tree/main/skills/github-copilot-instructions-writer
Command: npx skills add https://github.com/scanady/forge-agents --skill github-copilot-instructions-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of custom instructions files for GitHub Copilot, ensuring it understands project-specific contexts, languages, and frameworks for better code generation.

Core Features & Use Cases

  • Domain-Specific Instructions: Generates .instructions.md files tailored to languages, frameworks, or platforms.
  • Repository-Wide Guidance: Creates .github/copilot-instructions.md for overarching project conventions.
  • Use Case: You're starting a new project using Next.js and TypeScript. Use this Skill to generate a nextjs.instructions.md file that guides Copilot on React best practices, Next.js conventions, and TypeScript type safety specific to your project.

Quick Start

Use the github-copilot-instructions-writer skill to create instructions for a Python Django project.

Frequently Asked Questions about github-copilot-instructions-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom instructions for GitHub Copilot?

To create custom GitHub Copilot instructions, you generate configuration files like `.instructions.md` for specific paths or `copilot-instructions.md` for repository-wide conventions. This ensures Copilot understands your project-specific languages, frameworks, and standards for contextually relevant code suggestions.

What is the difference between path-specific and repository-wide Copilot instructions?

Path-specific Copilot instructions use `.instructions.md` files to tailor guidelines for individual directories or frameworks, while repository-wide instructions use a single `.github/copilot-instructions.md` file to define overarching project conventions and standards across the entire codebase.

How do I configure GitHub Copilot for a Next.js and TypeScript project?

You can configure GitHub Copilot for a Next.js and TypeScript project by generating a custom `nextjs.instructions.md` file. This file guides Copilot on React best practices, Next.js conventions, and TypeScript type safety specific to your project requirements.

Can I generate Copilot instructions for a Python Django project?

Yes, you can generate Copilot instructions for a Python Django project. The Skill analyzes your specific domain requirements and creates tailored guidelines that help Copilot adhere to Django conventions and project standards during code generation.

Why does GitHub Copilot ignore my project conventions when generating code?

GitHub Copilot may ignore project conventions if it lacks custom instructions files. By generating tailored `.instructions.md` or `copilot-instructions.md` configurations, you provide explicit guidelines for languages, frameworks, and platforms so Copilot adheres to your project standards.