copilot-instruction-creator

Configure Copilot behavior with structured instruction files across scopes.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/CowboyLogic/ai-dev --skill copilot-instruction-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-instruction-creator
Source: https://github.com/CowboyLogic/ai-dev/tree/main/skills/copilot-instruction-creator
Command: npx skills add https://github.com/CowboyLogic/ai-dev --skill copilot-instruction-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps teams create and manage consistent Copilot behavior by designing structured custom instruction workflows that span personal, repository, and organization scopes.

Core Features & Use Cases

  • Personal Instructions: Individual preferences on Copilot responses for GitHub Copilot Chat
  • Repository Instructions: Project-wide standards and context via repository-wide instructions
  • Organization Instructions: Company-wide guidelines and policies
  • Path-Specific Instructions: Tailored guidance for specific folders or file types
  • Agent Instructions: Model-specific guidance (AGENTS.md, CLAUDE.md, GEMINI.md)
  • Best Practices: Proven patterns for writing effective instructions
  • Troubleshooting: Guidance for common issues and resolution steps

Quick Start

Create repository-wide and path-specific instruction files following the guidelines in this skill, then test and refine across Copilot features.

Frequently Asked Questions about copilot-instruction-creator

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

FAQPage Schema
How do I create custom Copilot instructions for my repository?

Create custom Copilot instructions by adding a `.github/copilot-instructions.md` file for repository-wide standards or `.github/instructions/*.instructions.md` files for path-specific guidance. This skill provides structured workflows to configure, test, and refine Copilot behavior across your project.

What is the difference between personal, repository, and organization Copilot instructions?

Personal Copilot instructions apply individual preferences in GitHub Copilot Chat, repository instructions set project-wide coding standards, and organization instructions enforce company-wide guidelines. This skill helps you design structured instruction workflows spanning all three scopes for consistent AI behavior.

Can I set path-specific Copilot instructions for different folders or file types?

Yes, you can set path-specific Copilot instructions by creating `.instructions.md` files within the `.github/instructions/` directory. This skill provides workflows to tailor Copilot guidance for specific folders or file types, ensuring contextually relevant AI suggestions.

Does Copilot support agent-specific instruction files like AGENTS.md or CLAUDE.md?

Copilot supports agent-specific instruction files including AGENTS.md, CLAUDE.md, and GEMINI.md to provide model-specific guidance. This skill helps you configure these agent directives alongside standard repository and path-specific instructions for consistent behavior.

What are the best practices for writing effective Copilot instructions?

Best practices for writing effective Copilot instructions include using dedicated instruction files, keeping guidance version-control-ready, and testing across Copilot features. This skill provides proven patterns and troubleshooting steps to resolve common instruction configuration issues.

Why are my custom Copilot instructions not working?

Custom Copilot instructions may not work if files are incorrectly named or misplaced outside `.github/` directories. This skill offers troubleshooting guidance to identify and resolve common configuration issues with repository-wide, path-specific, and agent instruction files.