Skip to content

Commit 49dcebd

Browse files
committed
Update metadata.json
1 parent 1385505 commit 49dcebd

File tree

1 file changed

+174
-0
lines changed

1 file changed

+174
-0
lines changed

awesome-copilot/src/McpAwesomeCopilot.Common/metadata.json

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,33 @@
160160
"azure_get_schema_for_Bicep"
161161
]
162162
},
163+
{
164+
"filename": "blueprint-mode.chatmode.md",
165+
"description": "This mode mandates the agent to operate as a self-sufficient, autonomous engineer. It requires rigorous planning before execution, meticulous documentation, proactive issue resolution, and perpetual design improvement. All resources must be fully leveraged and all constraints bypassed to guarantee the delivery of superior solutions.",
166+
"tools": [
167+
"changes",
168+
"codebase",
169+
"editFiles",
170+
"extensions",
171+
"fetch",
172+
"findTestFiles",
173+
"githubRepo",
174+
"new",
175+
"openSimpleBrowser",
176+
"problems",
177+
"runCommands",
178+
"runNotebooks",
179+
"runTasks",
180+
"runTests",
181+
"search",
182+
"searchResults",
183+
"terminalLastCommand",
184+
"terminalSelection",
185+
"testFailure",
186+
"usages",
187+
"vscodeAPI"
188+
]
189+
},
163190
{
164191
"filename": "clojure-interactive-programming.chatmode.md",
165192
"description": "Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.",
@@ -492,6 +519,28 @@
492519
"usages"
493520
]
494521
},
522+
{
523+
"filename": "playwright-tester.chatmode.md",
524+
"description": "Testing mode for Playwright tests",
525+
"tools": [
526+
"changes",
527+
"codebase",
528+
"editFiles",
529+
"fetch",
530+
"findTestFiles",
531+
"problems",
532+
"runCommands",
533+
"runTasks",
534+
"runTests",
535+
"search",
536+
"searchResults",
537+
"terminalLastCommand",
538+
"terminalSelection",
539+
"testFailure",
540+
"playwright"
541+
],
542+
"model": "Claude Sonnet 4"
543+
},
495544
{
496545
"filename": "postgresql-dba.chatmode.md",
497546
"description": "Work with PostgreSQL databases using the PostgreSQL extension.",
@@ -1091,6 +1140,17 @@
10911140
],
10921141
"description": "Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode."
10931142
},
1143+
{
1144+
"filename": "nestjs.instructions.md",
1145+
"applyTo": [
1146+
"**/*.ts",
1147+
"**/*.js",
1148+
"**/*.json",
1149+
"**/*.spec.ts",
1150+
"**/*.e2e-spec.ts"
1151+
],
1152+
"description": "NestJS development standards and best practices for building scalable Node.js server-side applications"
1153+
},
10941154
{
10951155
"filename": "nextjs-tailwind.instructions.md",
10961156
"description": "Next.js + Tailwind development standards and instructions",
@@ -1150,6 +1210,13 @@
11501210
"md}"
11511211
]
11521212
},
1213+
{
1214+
"filename": "powershell-pester-5.instructions.md",
1215+
"applyTo": [
1216+
"**/*.Tests.ps1"
1217+
],
1218+
"description": "PowerShell Pester testing best practices based on Pester v5 conventions"
1219+
},
11531220
{
11541221
"filename": "powershell.instructions.md",
11551222
"applyTo": [
@@ -1254,6 +1321,13 @@
12541321
"**/*.json"
12551322
]
12561323
},
1324+
{
1325+
"filename": "terraform.instructions.md",
1326+
"description": "Terraform Conventions and Guidelines",
1327+
"applyTo": [
1328+
"**/*.tf"
1329+
]
1330+
},
12571331
{
12581332
"filename": "vuejs3.instructions.md",
12591333
"description": "VueJS 3 development standards and best practices with Composition API and TypeScript",
@@ -1270,6 +1344,10 @@
12701344
"filename": "ai-prompt-engineering-safety-review.prompt.md",
12711345
"description": "Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content."
12721346
},
1347+
{
1348+
"filename": "architecture-blueprint-generator.prompt.md",
1349+
"description": "Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development."
1350+
},
12731351
{
12741352
"filename": "aspnet-minimal-api-openapi.prompt.md",
12751353
"mode": "agent",
@@ -1291,10 +1369,18 @@
12911369
"mode": "agent",
12921370
"description": "Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems."
12931371
},
1372+
{
1373+
"filename": "code-exemplars-blueprint-generator.prompt.md",
1374+
"description": "Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams."
1375+
},
12941376
{
12951377
"filename": "comment-code-generate-a-tutorial.prompt.md",
12961378
"description": "Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial."
12971379
},
1380+
{
1381+
"filename": "copilot-instructions-blueprint-generator.prompt.md",
1382+
"description": "Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions."
1383+
},
12981384
{
12991385
"filename": "create-architectural-decision-record.prompt.md",
13001386
"mode": "agent",
@@ -1616,6 +1702,10 @@
16161702
],
16171703
"description": "Get best practices for Entity Framework Core"
16181704
},
1705+
{
1706+
"filename": "folder-structure-blueprint-generator.prompt.md",
1707+
"description": "Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks."
1708+
},
16191709
{
16201710
"filename": "gen-specs-as-issues.prompt.md",
16211711
"description": "This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation."
@@ -1723,6 +1813,61 @@
17231813
],
17241814
"description": "Add new language to a Next.js + next-intl application"
17251815
},
1816+
{
1817+
"filename": "playwright-automation-fill-in-form.prompt.md",
1818+
"description": "Automate filling in a form using Playwright MCP",
1819+
"mode": "agent",
1820+
"tools": [
1821+
"playwright"
1822+
],
1823+
"model": "Claude Sonnet 4"
1824+
},
1825+
{
1826+
"filename": "playwright-explore-website.prompt.md",
1827+
"mode": "agent",
1828+
"description": "Website exploration for testing using Playwright MCP",
1829+
"tools": [
1830+
"changes",
1831+
"codebase",
1832+
"editFiles",
1833+
"fetch",
1834+
"findTestFiles",
1835+
"problems",
1836+
"runCommands",
1837+
"runTasks",
1838+
"runTests",
1839+
"search",
1840+
"searchResults",
1841+
"terminalLastCommand",
1842+
"terminalSelection",
1843+
"testFailure",
1844+
"playwright"
1845+
],
1846+
"model": "Claude Sonnet 4"
1847+
},
1848+
{
1849+
"filename": "playwright-generate-test.prompt.md",
1850+
"mode": "agent",
1851+
"description": "Generate a Playwright test based on a scenario using Playwright MCP",
1852+
"tools": [
1853+
"changes",
1854+
"codebase",
1855+
"editFiles",
1856+
"fetch",
1857+
"findTestFiles",
1858+
"problems",
1859+
"runCommands",
1860+
"runTasks",
1861+
"runTests",
1862+
"search",
1863+
"searchResults",
1864+
"terminalLastCommand",
1865+
"terminalSelection",
1866+
"testFailure",
1867+
"playwright"
1868+
],
1869+
"model": "Claude Sonnet 4"
1870+
},
17261871
{
17271872
"filename": "postgresql-code-review.prompt.md",
17281873
"mode": "agent",
@@ -1747,6 +1892,31 @@
17471892
"description": "PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.",
17481893
"tested_with": "GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025"
17491894
},
1895+
{
1896+
"filename": "project-workflow-analysis-blueprint-generator.prompt.md",
1897+
"description": "Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures."
1898+
},
1899+
{
1900+
"filename": "readme-blueprint-generator.prompt.md",
1901+
"description": "Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content."
1902+
},
1903+
{
1904+
"filename": "repo-story-time.prompt.md",
1905+
"mode": "agent",
1906+
"description": "Generate a comprehensive repository summary and narrative story from commit history",
1907+
"tools": [
1908+
"changes",
1909+
"codebase",
1910+
"editFiles",
1911+
"githubRepo",
1912+
"runCommands",
1913+
"runTasks",
1914+
"search",
1915+
"searchResults",
1916+
"terminalLastCommand",
1917+
"terminalSelection"
1918+
]
1919+
},
17501920
{
17511921
"filename": "review-and-refactor.prompt.md",
17521922
"mode": "agent",
@@ -1830,6 +2000,10 @@
18302000
"github"
18312001
]
18322002
},
2003+
{
2004+
"filename": "technology-stack-blueprint-generator.prompt.md",
2005+
"description": "Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development."
2006+
},
18332007
{
18342008
"filename": "update-avm-modules-in-bicep.prompt.md",
18352009
"mode": "agent",

0 commit comments

Comments
 (0)