copilot-instructions-blueprint-generator

Generates copilot-instructions.md files aligned with codebase patterns, framework versions, and architecture.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/MatheusFelipeCorrea/Agrofarm --skill copilot-instructions-blueprint-generator-matheusfelipecorrea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-instructions-blueprint-generator
Source: https://github.com/MatheusFelipeCorrea/Agrofarm/tree/main/.github/skills/copilot-instructions-blueprint-generator
Command: npx skills add https://github.com/MatheusFelipeCorrea/Agrofarm --skill copilot-instructions-blueprint-generator-matheusfelipecorrea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams struggle to keep GitHub Copilot output consistent with their project's actual conventions, framework versions, and architecture. This Skill generates a comprehensive copilot-instructions.md file grounded in real codebase patterns instead of generic assumptions. ## Core Features & Use Cases - Codebase-Driven Instruction Generation: Produces copilot-instructions.md covering version detection, coding standards, testing patterns, documentation style, and architectural consistency. - Monorepo Awareness: Detects multi-project repositories and generates per-sub-project guidance plus cross-project contract rules (e.g., api/ and web/ folders). - Broad Technology Coverage: Includes technology-specific guideline sections for .NET, Java, React, Angular, Vue.js, Svelte, Next.js, Nuxt.js, Node.js, Python, Go, Rust, Ruby on Rails, Flutter, Swift, and Kotlin. - Use Case: A team with a React 19 + Vite frontend and Node.js/Express/Prisma backend uses this Skill to produce a copilot-instructions.md that keeps Copilot from mixing frontend state management patterns into backend services. ## Quick Start Ask the assistant to generate a copilot-instructions.md file for this repository based on its detected frameworks, architecture, and existing code patterns.

Frequently Asked Questions about copilot-instructions-blueprint-generator

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

FAQPage Schema
How do I create a copilot-instructions.md file for my repository?

Run this Skill against your repository root and it will generate a copilot-instructions.md covering version detection, coding standards, testing patterns, and architecture rules. The output is based on actual codebase patterns rather than generic assumptions.

How to make GitHub Copilot follow project coding standards?

Provide Copilot with a copilot-instructions.md file that documents your exact framework versions, naming conventions, layer boundaries, and testing patterns. This Skill generates that file by analyzing your existing code and reference documents.

Does copilot-instructions.md support monorepos with multiple projects?

Yes. The generator detects monorepo structures via workspace configs and project manifests, then creates per-sub-project instruction sections plus cross-project rules for API contracts, authentication flow, and shared types.

What frameworks does the copilot instructions generator cover?

It includes technology-specific sections for .NET, Java, React, Angular, Vue.js, Svelte, Next.js, Nuxt.js, Node.js, Python, Go, Rust, Ruby on Rails, Flutter, Swift, and Kotlin, with auto-detection of the relevant stack.

Why does GitHub Copilot suggest code using wrong library versions?

Copilot defaults to common patterns that may not match your pinned dependency versions. The generated instructions include explicit version detection rules so Copilot respects constraints in package.json, .csproj, go.mod, and similar manifests.