Search
513 results
Page 8 / 26
| Name | Kind | Namespace | Version | Trust | Status |
|---|---|---|---|---|---|
|
power-platform-expert
Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
power-platform-mcp-integration-expert
Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
prd
Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
principal-software-engineer
Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
project-architecture-planner
Holistic software architecture planner that evaluates tech stacks, designs scalability roadmaps, performs cloud-agnostic cost analysis, reviews existing codebases, and delivers interactive Mermaid diagrams with HTML preview and draw.io export
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
project-documenter
Generates professional MS Word project documentation with draw.io architecture diagrams and embedded PNG images. Automatically discovers any project's technology stack, architecture, and code structure. Produces Markdown, draw.io diagrams, PNG exports, and .docx output.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
prompt-builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
prompt-engineer
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.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
python-mcp-expert
Expert assistant for developing Model Context Protocol (MCP) servers in Python
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
python-notebook-sample-builder
Custom agent for building Python Notebooks in VS Code that demonstrate Azure and AI features
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
qa-subagent
Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
quality-playbook
Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-auditor
Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-batching-fixer
Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable pattern and fixes with flushSync where semantically required.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE_ prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory to checkpoint per-file progress.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-commander
Master orchestrator for React 16/17 → 18.3.1 migration. Designed for class-component-heavy codebases. Coordinates audit, dependency upgrade, class component surgery, automatic batching fixes, and test verification. Uses memory to gate each phase and resume interrupted sessions. 18.3.1 is the target - it surface-exposes every deprecation that React 19 will remove, so the output is a codebase ready for the React 19 orchestra next.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-dep-surgeon
Dependency upgrade specialist for React 16/17 → 18.3.1. Pins to 18.3.1 exactly (not 18.x latest). Upgrades RTL to v14, Apollo 3.8+, Emotion 11.10+, react-router v6. Detects and blocks on Enzyme (no React 18 support). Returns GO/NO-GO to commander.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react18-test-guardian
Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react19-auditor
Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander.
|
AgentDefinition | community | 0.1.0 | unsigned | active |
|
react19-commander
Master orchestrator for React 19 migration. Invokes specialist subagents in sequence - auditor, dep-surgeon, migrator, test-guardian - and gates advancement between steps. Uses memory to track migration state across the pipeline. Zero tolerance for incomplete migrations.
|
AgentDefinition | community | 0.1.0 | unsigned | active |