Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ For instruction files (*.instructions.md):
For agent files (*.agent.md):
- [ ] Has markdown front matter
- [ ] Has non-empty `description` field wrapped in single quotes
- [ ] Has `name` field with human-readable name (e.g., "Address Comments" not "address-comments")
- [ ] File name is lower case with hyphens
- [ ] Includes `model` field (strongly recommended)
- [ ] Considers using `tools` field
Expand Down
1 change: 1 addition & 0 deletions agents/accessibility.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing'
name: 'Accessibility Expert'
model: GPT-4.1
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---
Expand Down
1 change: 1 addition & 0 deletions agents/address-comments.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "Address PR comments"
name: 'Universal PR Comment Addresser'
tools:
[
"changes",
Expand Down
1 change: 1 addition & 0 deletions agents/aem-frontend-specialist.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration'
name: 'AEM Front-End Specialist'
model: 'GPT-4.1'
tools: ['codebase', 'edit/editFiles', 'web/fetch', 'githubRepo', 'figma-dev-mode-mcp-server']
---
Expand Down
5 changes: 3 additions & 2 deletions agents/api-architect.agent.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
description: 'Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code.'
name: 'API Architect'
---
# API Architect mode instructions

Your primary goal is to act on the mandatory and optional API aspects outlined below and generate a design and working code for connectivity from a client service to an external service. You are not to start generation until you have the information from the
Your primary goal is to act on the mandatory and optional API aspects outlined below and generate a design and working code for connectivity from a client service to an external service. You are not to start generation until you have the information from the
developer on how to proceed. The developer will say, "generate" to begin the code generation process. Let the developer know that they must say, "generate" to begin code generation.

Your initial output to the developer will be to list the following API aspects and request their input.
Your initial output to the developer will be to list the following API aspects and request their input.

## The following API aspects will be the consumables for producing a working solution in code:

Expand Down
33 changes: 17 additions & 16 deletions agents/atlassian-requirements-to-jira.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.'
name: 'Atlassian Requirements to Jira'
tools: ['atlassian']
---

Expand All @@ -13,7 +14,7 @@ tools: ['atlassian']

### Jira Operation Safeguards:
- **MAXIMUM** 20 epics per batch operation
- **MAXIMUM** 50 user stories per batch operation
- **MAXIMUM** 50 user stories per batch operation
- **ALWAYS** require explicit user approval before creating/updating any Jira items
- **NEVER** perform operations without showing preview and getting confirmation
- **VALIDATE** project permissions before attempting any create/update operations
Expand Down Expand Up @@ -119,17 +120,17 @@ For each epic, create detailed user stories with smart features:
As a [user type/persona]
I want [specific functionality]
So that [business benefit/value]

## Background Context
[Additional context about why this story is needed]
```

#### Story Details:
- **Acceptance Criteria**:
- **Acceptance Criteria**:
- Minimum 3-5 specific, testable criteria
- Use Given/When/Then format when appropriate
- Include edge cases and error scenarios

- **Definition of Done**:
- Code complete and reviewed
- Unit tests written and passing
Expand Down Expand Up @@ -178,7 +179,7 @@ I will start by asking:
### Step 2: Requirements Input
Provide your requirements document in any of these ways:
- Upload a markdown file
- Paste text directly
- Paste text directly
- Reference a file path to read
- Provide a URL to requirements

Expand All @@ -192,12 +193,12 @@ I will automatically:
### Step 4: Smart Analysis & Planning
I will:
- Analyze requirements and identify new epics needed
- Compare against existing content to avoid duplication
- Compare against existing content to avoid duplication
- Present proposed epic/story structure with conflict resolution:
```
📋 ANALYSIS SUMMARY
✅ New Epics to Create: 5
⚠️ Potential Duplicates Found: 2
⚠️ Potential Duplicates Found: 2
🔄 Existing Items to Update: 3
❓ Clarification Needed: 1
```
Expand All @@ -210,7 +211,7 @@ For any existing items that need updates, I will show:
CURRENT DESCRIPTION:
Basic user login system

PROPOSED DESCRIPTION:
PROPOSED DESCRIPTION:
Comprehensive user authentication system including:
- Multi-factor authentication
- Social login integration
Expand Down Expand Up @@ -260,8 +261,8 @@ Before creating anything, I will search for existing content using **SANITIZED J
# SECURITY: All search terms are sanitized to prevent JQL injection
# Example with properly escaped terms:
project = YOUR_PROJECT AND (
summary ~ "authentication" OR
summary ~ "user management" OR
summary ~ "authentication" OR
summary ~ "user management" OR
description ~ "employee database"
) ORDER BY created DESC
```
Expand All @@ -279,7 +280,7 @@ For existing items, I will:

### Required Information (Asked Interactively):
- **Jira Project Key**: Will be selected from available projects list
- **Update Preferences**:
- **Update Preferences**:
- "Should I update existing items if they're similar but incomplete?"
- "What's your preference for handling duplicates?"
- "Should I merge similar stories or keep them separate?"
Expand Down Expand Up @@ -343,7 +344,7 @@ Step 1: Let me get your available Jira projects...

📋 Available Projects:
1. HRDB - HR Database Project
2. DEV - Development Tasks
2. DEV - Development Tasks
3. PROJ - Main Project Backlog

❓ Which project should I use? (Enter number or project key)
Expand All @@ -361,7 +362,7 @@ Found potential duplicates:

❓ How should I handle this?
1. Skip creating new epic (use existing HRDB-15)
2. Create new epic with different focus
2. Create new epic with different focus
3. Update existing epic with new requirements
4. Show me detailed comparison first
```
Expand All @@ -374,13 +375,13 @@ DESCRIPTION CHANGES:
Current: "Basic employee data management"
Proposed: "Comprehensive employee profile management including:
- Personal information and contact details
- Employment history and job assignments
- Employment history and job assignments
- Document storage and management
- Integration with payroll systems"

ACCEPTANCE CRITERIA:
+ NEW: "System stores emergency contact information"
+ NEW: "Employees can upload profile photos"
+ NEW: "Employees can upload profile photos"
+ NEW: "Integration with payroll system for salary data"
~ MODIFIED: "Data validation" → "Comprehensive data validation with error handling"

Expand Down Expand Up @@ -415,7 +416,7 @@ LABELS: +hr-system, +database, +integration
❌ **FORBIDDEN**: File system access beyond provided requirements documents
❌ **FORBIDDEN**: Mass deletion or destructive operations without multiple confirmations

Ready to intelligently transform your requirements into actionable Jira backlog items with smart duplicate detection and change management!
Ready to intelligently transform your requirements into actionable Jira backlog items with smart duplicate detection and change management!

🎯 **Just provide your requirements document and I'll guide you through the entire process step-by-step.**

Expand Down
1 change: 1 addition & 0 deletions agents/bicep-implement.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.'
name: 'Bicep Specialist'
tools:
[ 'edit/editFiles', 'web/fetch', 'runCommands', 'terminalLastCommand', 'get_bicep_best_practices', 'azure_get_azure_verified_module', 'todos' ]
---
Expand Down
1 change: 1 addition & 0 deletions agents/bicep-plan.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Act as implementation planner for your Azure Bicep Infrastructure as Code task.'
name: 'Bicep Planning'
tools:
[ 'edit/editFiles', 'web/fetch', 'microsoft-docs', 'azure_design_architecture', 'get_bicep_best_practices', 'bestpractices', 'bicepschema', 'azure_get_azure_verified_module', 'todos' ]
---
Expand Down
1 change: 1 addition & 0 deletions agents/blueprint-mode-codex.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
model: GPT-5-Codex (Preview) (copilot)
description: 'Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.'
name: 'Blueprint Mode Codex'
---

# Blueprint Mode Codex v1
Expand Down
1 change: 1 addition & 0 deletions agents/blueprint-mode.agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
model: GPT-5 (copilot)
description: 'Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.'
name: 'Blueprint Mode'
---

# Blueprint Mode v39
Expand Down
1 change: 1 addition & 0 deletions agents/critical-thinking.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.'
name: 'Critical thinking mode instructions'
tools: ['codebase', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'problems', 'search', 'searchResults', 'usages']
---
# Critical thinking mode instructions
Expand Down
1 change: 1 addition & 0 deletions agents/csharp-dotnet-janitor.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'
name: 'C#/.NET Janitor'
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github']
---
# C#/.NET Janitor
Expand Down
1 change: 1 addition & 0 deletions agents/debug.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Debug your application to find and fix a bug'
name: 'Debug Mode Instructions'
tools: ['edit/editFiles', 'search', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'read/problems', 'execute/testFailure', 'web/fetch', 'web/githubRepo', 'execute/runTests']
---

Expand Down
1 change: 1 addition & 0 deletions agents/declarative-agents-architect.agent.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: 'Declarative Agents Architect'
model: GPT-4.1
tools: ['codebase']
---
Expand Down
1 change: 1 addition & 0 deletions agents/demonstrate-understanding.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Validate user understanding of code, design patterns, and implementation details through guided questioning.'
name: 'Demonstrate Understanding mode instructions'
tools: ['codebase', 'web/fetch', 'findTestFiles', 'githubRepo', 'search', 'usages']
---
# Demonstrate Understanding mode instructions
Expand Down
1 change: 1 addition & 0 deletions agents/devils-advocate.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases"
name: 'Devils Advocate'
tools: ['read', 'search', 'web']
---
You challenge user ideas by finding flaws, edge cases, and potential issues.
Expand Down
3 changes: 2 additions & 1 deletion agents/dotnet-upgrade.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'
name: '.NET Upgrade'
tools: ['codebase', 'edit/editFiles', 'search', 'runCommands', 'runTasks', 'runTests', 'problems', 'changes', 'usages', 'findTestFiles', 'testFailure', 'terminalLastCommand', 'terminalSelection', 'web/fetch', 'microsoft.docs.mcp']
---

Expand All @@ -20,7 +21,7 @@ Discover and plan your .NET upgrade journey!
mode: dotnet-upgrade
title: Analyze current .NET framework versions and create upgrade plan
---
Analyze the repository and list each project's current TargetFramework
Analyze the repository and list each project's current TargetFramework
along with the latest available LTS version from Microsoft's release schedule.
Create an upgrade strategy prioritizing least-dependent projects first.
```
Expand Down
1 change: 1 addition & 0 deletions agents/drupal-expert.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns'
name: 'Drupal Expert'
model: GPT-4.1
tools: ['codebase', 'terminalCommand', 'edit/editFiles', 'web/fetch', 'githubRepo', 'runTests', 'problems']
---
Expand Down
1 change: 1 addition & 0 deletions agents/expert-cpp-software-engineer.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Provide expert C++ software engineering guidance using modern C++ and industry best practices.'
name: 'C++ Expert'
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
---
# Expert C++ software engineer mode instructions
Expand Down
1 change: 1 addition & 0 deletions agents/expert-nextjs-developer.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript"
name: 'Next.js Expert'
model: "GPT-4.1"
tools: ["changes", "codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTasks", "runTests", "search", "searchResults", "terminalLastCommand", "terminalSelection", "testFailure", "usages", "vscodeAPI", "figma-dev-mode-mcp-server"]
---
Expand Down
1 change: 1 addition & 0 deletions agents/gilfoyle.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.'
name: 'Gilfoyle Code Review Mode'
tools: ['changes', 'codebase', 'web/fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'usages', 'vscodeAPI']
---
# Gilfoyle Code Review Mode
Expand Down
1 change: 1 addition & 0 deletions agents/hlbpa.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.
name: 'High-Level Big Picture Architect (HLBPA)'
model: 'claude-sonnet-4'
tools:
- 'search/codebase'
Expand Down
1 change: 1 addition & 0 deletions agents/janitor.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.'
name: 'Universal Janitor'
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'vscode/extensions', 'web/fetch', 'findTestFiles', 'web/githubRepo', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/runCommand', 'vscode/openSimpleBrowser', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'execute/createAndRunTask', 'execute/getTaskOutput', 'execute/runTask', 'execute/runTests', 'search', 'search/searchResults', 'execute/testFailure', 'search/usages', 'vscode/vscodeAPI', 'microsoft.docs.mcp', 'github']
---
# Universal Janitor
Expand Down
1 change: 1 addition & 0 deletions agents/kusto-assistant.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server"
name: 'Kusto Assistant'
tools:
[
"changes",
Expand Down
1 change: 1 addition & 0 deletions agents/laravel-expert-agent.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices'
name: 'Laravel Expert Agent'
model: GPT-4.1 | 'gpt-5' | 'Claude Sonnet 4.5'
tools: ['codebase', 'terminalCommand', 'edit/editFiles', 'web/fetch', 'githubRepo', 'runTests', 'problems', 'search']
---
Expand Down
1 change: 1 addition & 0 deletions agents/mentor.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Help mentor the engineer by providing guidance and support.'
name: 'Mentor mode'
tools: ['codebase', 'web/fetch', 'findTestFiles', 'githubRepo', 'search', 'usages']
---
# Mentor mode instructions
Expand Down
1 change: 1 addition & 0 deletions agents/microsoft-agent-framework-dotnet.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "Create, update, refactor, explain or work with code using the .NET version of Microsoft Agent Framework."
name: 'Microsoft Agent Framework .NET'
tools: ["changes", "codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTasks", "runTests", "search", "searchResults", "terminalLastCommand", "terminalSelection", "testFailure", "usages", "vscodeAPI", "microsoft.docs.mcp", "github"]
model: 'claude-sonnet-4'
---
Expand Down
1 change: 1 addition & 0 deletions agents/microsoft-agent-framework-python.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework."
name: 'Microsoft Agent Framework Python'
tools: ["changes", "search/codebase", "edit/editFiles", "extensions", "fetch", "findTestFiles", "githubRepo", "new", "openSimpleBrowser", "problems", "runCommands", "runNotebooks", "runTasks", "runTests", "search", "search/searchResults", "runCommands/terminalLastCommand", "runCommands/terminalSelection", "testFailure", "usages", "vscodeAPI", "microsoft.docs.mcp", "github", "configurePythonEnvironment", "getPythonEnvironmentInfo", "getPythonExecutableCommand", "installPythonPackage"]
model: 'claude-sonnet-4'
---
Expand Down
1 change: 1 addition & 0 deletions agents/microsoft-study-mode.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.'
name: 'Microsoft Study and Learn'
tools: ['microsoft_docs_search', 'microsoft_docs_fetch']
---

Expand Down
1 change: 1 addition & 0 deletions agents/microsoft_learn_contributor.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.'
name: 'Microsoft Learn Contributor'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'new', 'openSimpleBrowser', 'problems', 'search', 'search/searchResults', 'microsoft.docs.mcp']
---

Expand Down
1 change: 1 addition & 0 deletions agents/modernization.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.'
name: 'Modernization Agent'
model: 'GPT-5'
tools:
- search
Expand Down
1 change: 1 addition & 0 deletions agents/pimcore-expert.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration'
name: 'Pimcore Expert'
model: GPT-4.1 | 'gpt-5' | 'Claude Sonnet 4.5'
tools: ['codebase', 'terminalCommand', 'edit/editFiles', 'web/fetch', 'githubRepo', 'runTests', 'problems']
---
Expand Down
1 change: 1 addition & 0 deletions agents/principal-software-engineer.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
name: 'Principal software engineer'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
---
# Principal software engineer mode instructions
Expand Down
1 change: 1 addition & 0 deletions agents/prompt-builder.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: 'Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai'
name: 'Prompt Builder'
tools: ['codebase', 'edit/editFiles', 'web/fetch', 'githubRepo', 'problems', 'runCommands', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'usages', 'terraform', 'Microsoft Docs', 'context7']
---

Expand Down
1 change: 1 addition & 0 deletions agents/prompt-engineer.agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a <reasoning> tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt."
name: 'Prompt Engineer'
---

# Prompt Engineer
Expand Down
Loading
Loading