Skip to content

Commit 0badcfd

Browse files
committed
Merge branch 'main' into new-readme
2 parents 36e14c2 + 5bddac3 commit 0badcfd

15 files changed

+15
-1
lines changed

prompts/ai-prompt-engineering-safety-review.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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."
3+
mode: 'agent'
34
---
45

56
# AI Prompt Engineering Safety Review & Improvement

prompts/architecture-blueprint-generator.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.'
3+
mode: 'agent'
34
---
45

56
# Comprehensive Project Architecture Blueprint Generator

prompts/code-exemplars-blueprint-generator.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.'
3+
mode: 'agent'
34
---
45

56
# Code Exemplars Blueprint Generator

prompts/comment-code-generate-a-tutorial.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.'
3+
mode: 'agent'
34
---
45

56
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

prompts/copilot-instructions-blueprint-generator.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.'
3+
mode: 'agent'
34
---
45

56
# Copilot Instructions Blueprint Generator

prompts/csharp-tunit.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
mode: 'agent'
33
tools: ['changes', 'codebase', 'editFiles', 'problems', 'search']
44
description: 'Get best practices for TUnit unit testing, including data-driven tests'

prompts/editorconfig.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'EditorConfig Expert'
33
description: 'Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.'
4+
mode: 'agent'
45
---
56

67
## 📜 MISSION

prompts/folder-structure-blueprint-generator.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.'
3+
mode: 'agent'
34
---
45

56
# Project Folder Structure Blueprint Generator

prompts/gen-specs-as-issues.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.'
3+
mode: 'agent'
34
---
45

56
# Product Manager Assistant: Feature Identification and Specification

prompts/generate-custom-instructions-from-codebase.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades.'
3+
mode: 'agent'
34
---
45

56
# Migration and Code Evolution Instructions Generator

0 commit comments

Comments
 (0)