@@ -27,27 +27,35 @@ This repository contains guidelines and best practices for using GitHub Copilot
2727---
2828
2929
30- ## 📚 Table of Contents
31-
32- - Coding standards ([ coding.instructions.md] ( .github/instructions/coding.instructions.md ) )
33- - Accessibility ([ accessibility.instructions.md] ( .github/instructions/accessibility.instructions.md ) )
34- - CSS ([ css.instructions.md] ( .github/instructions/css.instructions.md ) )
35- - Tailwind CSS ([ tailwind.instructions.md] ( .github/instructions/tailwind.instructions.md ) )
36- - HTML ([ html.instructions.md] ( .github/instructions/html.instructions.md ) )
37- - UI guidelines ([ ui-guidelines.instructions.md] ( .github/instructions/ui-guidelines.instructions.md ) )
38- - Commit messages ([ commit.instructions.md] ( .github/instructions/commit.instructions.md ) )
39- - Best practices ([ best-practices.instructions.md] ( .github/instructions/best-practices.instructions.md ) )
40- - Configuration files ([ config.instructions.md] ( .github/instructions/config.instructions.md ) )
41- - C# standards ([ csharp.instructions.md] ( .github/instructions/csharp.instructions.md ) )
42- - .NET standards ([ dotnet.instructions.md] ( .github/instructions/dotnet.instructions.md ) )
43- - JavaScript/TypeScript standards ([ javascript-typescript.instructions.md] ( .github/instructions/javascript-typescript.instructions.md ) )
44- - Vue standards ([ vue.instructions.md] ( .github/instructions/vue.instructions.md ) )
45- - Nuxt.js standards ([ nuxt.instructions.md] ( .github/instructions/nuxt.instructions.md ) )
46- - Markdown standards ([ markdown.instructions.md] ( .github/instructions/markdown.instructions.md ) )
47- - Project structure ([ project-file-structure.instructions.md] ( .github/instructions/project-file-structure.instructions.md ) )
48- - Security ([ security.instructions.md] ( .github/instructions/security.instructions.md ) )
49- - Testing & TDD ([ testing.instructions.md] ( .github/instructions/testing.instructions.md ) )
50- - Tooling ([ tools.instructions.md] ( .github/instructions/tools.instructions.md ) )
30+ ## 📚 Guidelines Structure
31+
32+ ### 🎯 Agent Skills (Dynamic Loading)
33+ Language and framework-specific guidelines that load only when relevant:
34+
35+ - ** JavaScript/TypeScript** - [ javascript-typescript-standards] ( skills/javascript-typescript-standards/ )
36+ - ** Vue.js** - [ vue-development] ( skills/vue-development/ )
37+ - ** Nuxt.js** - [ nuxt-development] ( skills/nuxt-development/ )
38+ - ** CSS** - [ css-standards] ( skills/css-standards/ )
39+ - ** Tailwind CSS** - [ tailwind-css] ( skills/tailwind-css/ )
40+ - ** HTML** - [ html-standards] ( skills/html-standards/ )
41+ - ** C#** - [ csharp-standards] ( skills/csharp-standards/ )
42+ - ** .NET** - [ dotnet-development] ( skills/dotnet-development/ )
43+ - ** Markdown** - [ markdown-standards] ( skills/markdown-standards/ )
44+ - ** Testing & TDD** - [ testing-tdd] ( skills/testing-tdd/ )
45+ - ** Commit Messages** - [ commit-conventions] ( skills/commit-conventions/ )
46+
47+ [ 📖 Learn more about Agent Skills] ( skills/README.md )
48+
49+ ### 🌐 Custom Instructions (Always Active)
50+ Universal principles that apply to all code:
51+
52+ - ** Coding Standards** - [ coding.instructions.md] ( instructions/coding.instructions.md )
53+ - ** Best Practices** - [ best-practices.instructions.md] ( instructions/best-practices.instructions.md )
54+ - ** Security** - [ security.instructions.md] ( instructions/security.instructions.md )
55+ - ** Accessibility** - [ accessibility.instructions.md] ( instructions/accessibility.instructions.md )
56+ - ** UI Guidelines** - [ ui-guidelines.instructions.md] ( instructions/ui-guidelines.instructions.md )
57+ - ** Configuration** - [ config.instructions.md] ( instructions/config.instructions.md )
58+ - ** Project Structure** - [ project-file-structure.instructions.md] ( instructions/project-file-structure.instructions.md )
5159
5260---
5361
0 commit comments