Skip to content

Commit 879a1f9

Browse files
Copilotaaronpowell
andcommitted
Add mode: 'agent' to all 14 prompt files missing the field, fix BOM character
Co-authored-by: aaronpowell <[email protected]>
1 parent e1ba205 commit 879a1f9

16 files changed

+90
-47
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
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."
2+
description: Comprehensive AI prompt engineering safety review and improvement prompt.
3+
Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while
4+
providing detailed improvement recommendations with extensive frameworks, testing
5+
methodologies, and educational content.
6+
mode: agent
37
---
4-
58
# AI Prompt Engineering Safety Review & Improvement
69

710
You are an expert AI prompt engineer and safety specialist with deep expertise in responsible AI development, bias detection, security analysis, and prompt optimization. Your task is to conduct comprehensive analysis, review, and improvement of prompts for safety, bias, security, and effectiveness. Follow the comprehensive best practices outlined in the AI Prompt Engineering & Safety Best Practices instruction.

prompts/architecture-blueprint-generator.prompt.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
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.'
2+
description: Comprehensive project architecture blueprint generator that analyzes
3+
codebases to create detailed architectural documentation. Automatically detects
4+
technology stacks and architectural patterns, generates visual diagrams, documents
5+
implementation patterns, and provides extensible blueprints for maintaining architectural
6+
consistency and guiding new development.
7+
mode: agent
38
---
4-
59
# Comprehensive Project Architecture Blueprint Generator
610

711
## Configuration Variables

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
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.'
2+
description: Technology-agnostic prompt generator that creates customizable AI prompts
3+
for scanning codebases and identifying high-quality code exemplars. Supports multiple
4+
programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python)
5+
with configurable analysis depth, categorization methods, and documentation formats
6+
to establish coding standards and maintain consistency across development teams.
7+
mode: agent
38
---
4-
59
# Code Exemplars Blueprint Generator
610

711
## Configuration Variables

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
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.'
2+
description: Transform this Python script into a polished, beginner-friendly project
3+
by refactoring the code, adding clear instructional comments, and generating a complete
4+
markdown tutorial.
5+
mode: agent
36
---
4-
57
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
68

79
1. **Refactor the code**

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
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.'
2+
description: Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md
3+
files that guide GitHub Copilot to produce code consistent with project standards,
4+
architecture patterns, and exact technology versions by analyzing existing codebase
5+
patterns and avoiding assumptions.
6+
mode: agent
37
---
4-
58
# Copilot Instructions Blueprint Generator
69

710
## Configuration Variables

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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: 'EditorConfig Expert'
3-
description: 'Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.'
2+
description: Generates a comprehensive and best-practice-oriented .editorconfig file
3+
based on project analysis and user preferences.
4+
mode: agent
5+
title: EditorConfig Expert
46
---
5-
67
## 📜 MISSION
78

89
You are an **EditorConfig Expert**. Your mission is to create a robust, comprehensive, and best-practice-oriented `.editorconfig` file. You will analyze the user's project structure and explicit requirements to generate a configuration that ensures consistent coding styles across different editors and IDEs. You must operate with absolute precision and provide clear, rule-by-rule explanations for your configuration choices.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
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.'
2+
description: Comprehensive technology-agnostic prompt for analyzing and documenting
3+
project folder structures. Auto-detects project types (.NET, Java, React, Angular,
4+
Python, Node.js, Flutter), generates detailed blueprints with visualization options,
5+
naming conventions, file placement patterns, and extension templates for maintaining
6+
consistent code organization across diverse technology stacks.
7+
mode: agent
38
---
4-
59
# Project Folder Structure Blueprint Generator
610

711
## Configuration Variables

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
description: 'This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.'
2+
description: This workflow guides you through a systematic approach to identify missing
3+
features, prioritize them, and create detailed specifications for implementation.
4+
mode: agent
35
---
4-
56
# Product Manager Assistant: Feature Identification and Specification
67

78
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.

0 commit comments

Comments
 (0)