diff --git a/agents/a11y-architect.md b/agents/a11y-architect.md index 0cc3288634..63f6c594c0 100644 --- a/agents/a11y-architect.md +++ b/agents/a11y-architect.md @@ -2,7 +2,7 @@ name: a11y-architect description: Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences. model: sonnet -tools: ["Read", "Write", "Edit", "Grep", "Glob"] +tools: Read, Write, Edit, Grep, Glob --- ## Prompt Defense Baseline diff --git a/agents/agent-evaluator.md b/agents/agent-evaluator.md index c44242ba20..a9ae22d96a 100644 --- a/agents/agent-evaluator.md +++ b/agents/agent-evaluator.md @@ -1,7 +1,7 @@ --- name: agent-evaluator description: Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, conciseness). Use after any non-trivial task when the user wants a quality assessment, or when the agent-self-evaluation skill is active. Produces structured scorecard with evidence and improvement suggestions. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/architect.md b/agents/architect.md index b57cd26e27..d65bea41b0 100644 --- a/agents/architect.md +++ b/agents/architect.md @@ -1,7 +1,7 @@ --- name: architect description: Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions. -tools: ["Read", "Grep", "Glob"] +tools: Read, Grep, Glob model: opus --- diff --git a/agents/build-error-resolver.md b/agents/build-error-resolver.md index 2ab19ac354..23be5e7c9e 100644 --- a/agents/build-error-resolver.md +++ b/agents/build-error-resolver.md @@ -1,7 +1,7 @@ --- name: build-error-resolver description: Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/chief-of-staff.md b/agents/chief-of-staff.md index 49b844982d..0ceb151f3b 100644 --- a/agents/chief-of-staff.md +++ b/agents/chief-of-staff.md @@ -1,7 +1,7 @@ --- name: chief-of-staff description: Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows. -tools: ["Read", "Grep", "Glob", "Bash", "Edit", "Write"] +tools: Read, Grep, Glob, Bash, Edit, Write model: sonnet --- diff --git a/agents/code-architect.md b/agents/code-architect.md index e99b3c7180..4877556d21 100644 --- a/agents/code-architect.md +++ b/agents/code-architect.md @@ -2,7 +2,7 @@ name: code-architect description: Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order. model: sonnet -tools: [Read, Grep, Glob, Bash] +tools: Read, Grep, Glob, Bash --- ## Prompt Defense Baseline diff --git a/agents/code-explorer.md b/agents/code-explorer.md index a391679941..a97d0c3ce3 100644 --- a/agents/code-explorer.md +++ b/agents/code-explorer.md @@ -2,7 +2,7 @@ name: code-explorer description: Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development. model: sonnet -tools: [Read, Grep, Glob] +tools: Read, Grep, Glob --- ## Prompt Defense Baseline diff --git a/agents/code-reviewer.md b/agents/code-reviewer.md index af791188ac..884d94ec2d 100644 --- a/agents/code-reviewer.md +++ b/agents/code-reviewer.md @@ -1,7 +1,7 @@ --- name: code-reviewer description: Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/code-simplifier.md b/agents/code-simplifier.md index 4438e8726a..b14a4926c7 100644 --- a/agents/code-simplifier.md +++ b/agents/code-simplifier.md @@ -2,7 +2,7 @@ name: code-simplifier description: Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise. model: sonnet -tools: [Read, Write, Edit, Bash, Grep, Glob] +tools: Read, Write, Edit, Bash, Grep, Glob --- ## Prompt Defense Baseline diff --git a/agents/comment-analyzer.md b/agents/comment-analyzer.md index 4c43138eca..a8e0f48e61 100644 --- a/agents/comment-analyzer.md +++ b/agents/comment-analyzer.md @@ -2,7 +2,7 @@ name: comment-analyzer description: Analyze code comments for accuracy, completeness, maintainability, and comment rot risk. model: haiku -tools: [Read, Grep, Glob] +tools: Read, Grep, Glob --- ## Prompt Defense Baseline diff --git a/agents/conversation-analyzer.md b/agents/conversation-analyzer.md index 47a8db7c81..1e557c2dc3 100644 --- a/agents/conversation-analyzer.md +++ b/agents/conversation-analyzer.md @@ -2,7 +2,7 @@ name: conversation-analyzer description: Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments. model: haiku -tools: [Read, Grep] +tools: Read, Grep --- ## Prompt Defense Baseline diff --git a/agents/cpp-build-resolver.md b/agents/cpp-build-resolver.md index 7c2c41557c..9eb29d9699 100644 --- a/agents/cpp-build-resolver.md +++ b/agents/cpp-build-resolver.md @@ -1,7 +1,7 @@ --- name: cpp-build-resolver description: C++ build, CMake, and compilation error resolution specialist. Fixes build errors, linker issues, and template errors with minimal changes. Use when C++ builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/cpp-reviewer.md b/agents/cpp-reviewer.md index 4c2f0e6a3a..d29e7ae196 100644 --- a/agents/cpp-reviewer.md +++ b/agents/cpp-reviewer.md @@ -1,7 +1,7 @@ --- name: cpp-reviewer description: Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/csharp-reviewer.md b/agents/csharp-reviewer.md index 447e1622c2..57bbaf6d65 100644 --- a/agents/csharp-reviewer.md +++ b/agents/csharp-reviewer.md @@ -1,7 +1,7 @@ --- name: csharp-reviewer description: Expert C# code reviewer specializing in .NET conventions, async patterns, security, nullable reference types, and performance. Use for all C# code changes. MUST BE USED for C# projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/dart-build-resolver.md b/agents/dart-build-resolver.md index 7f5be822e2..872b99e4eb 100644 --- a/agents/dart-build-resolver.md +++ b/agents/dart-build-resolver.md @@ -1,7 +1,7 @@ --- name: dart-build-resolver description: Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes `dart analyze` errors, Flutter compilation failures, pub dependency conflicts, and build_runner issues with minimal, surgical changes. Use when Dart/Flutter builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/database-reviewer.md b/agents/database-reviewer.md index cd7e6b004a..8537765b7c 100644 --- a/agents/database-reviewer.md +++ b/agents/database-reviewer.md @@ -1,7 +1,7 @@ --- name: database-reviewer description: PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/django-build-resolver.md b/agents/django-build-resolver.md index 0267cad369..0a7f93f513 100644 --- a/agents/django-build-resolver.md +++ b/agents/django-build-resolver.md @@ -1,7 +1,7 @@ --- name: django-build-resolver description: Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration conflicts, import errors, Django configuration issues, and collectstatic failures with minimal changes. Use when Django setup or startup fails. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/django-reviewer.md b/agents/django-reviewer.md index 7463119830..73725e4b42 100644 --- a/agents/django-reviewer.md +++ b/agents/django-reviewer.md @@ -1,7 +1,7 @@ --- name: django-reviewer description: Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfigurations, and production-grade Django practices. Use for all Django code changes. MUST BE USED for Django projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/doc-updater.md b/agents/doc-updater.md index 0da6633291..4fd5bd46eb 100644 --- a/agents/doc-updater.md +++ b/agents/doc-updater.md @@ -1,7 +1,7 @@ --- name: doc-updater description: Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: haiku --- diff --git a/agents/docs-lookup.md b/agents/docs-lookup.md index 79533e36f5..f018ce4eb0 100644 --- a/agents/docs-lookup.md +++ b/agents/docs-lookup.md @@ -1,7 +1,7 @@ --- name: docs-lookup description: When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions. -tools: ["Read", "Grep", "mcp__context7__resolve-library-id", "mcp__context7__query-docs"] +tools: Read, Grep, mcp__context7__resolve-library-id, mcp__context7__query-docs model: haiku --- diff --git a/agents/e2e-runner.md b/agents/e2e-runner.md index 5b879dcf07..46a7867d8a 100644 --- a/agents/e2e-runner.md +++ b/agents/e2e-runner.md @@ -1,7 +1,7 @@ --- name: e2e-runner description: End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/fastapi-reviewer.md b/agents/fastapi-reviewer.md index cb1b5b1bf3..f4c79b95c2 100644 --- a/agents/fastapi-reviewer.md +++ b/agents/fastapi-reviewer.md @@ -1,7 +1,7 @@ --- name: fastapi-reviewer description: Reviews FastAPI applications for async correctness, dependency injection, Pydantic schemas, security, OpenAPI quality, testing, and production readiness. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/flutter-reviewer.md b/agents/flutter-reviewer.md index cb7e25619e..2d8abef302 100644 --- a/agents/flutter-reviewer.md +++ b/agents/flutter-reviewer.md @@ -1,7 +1,7 @@ --- name: flutter-reviewer description: Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/fsharp-reviewer.md b/agents/fsharp-reviewer.md index 0946031355..9628c328e0 100644 --- a/agents/fsharp-reviewer.md +++ b/agents/fsharp-reviewer.md @@ -1,7 +1,7 @@ --- name: fsharp-reviewer description: Expert F# code reviewer specializing in functional idioms, type safety, pattern matching, computation expressions, and performance. Use for all F# code changes. MUST BE USED for F# projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/gan-evaluator.md b/agents/gan-evaluator.md index 0ecced4f90..95060e7117 100644 --- a/agents/gan-evaluator.md +++ b/agents/gan-evaluator.md @@ -1,7 +1,7 @@ --- name: gan-evaluator description: "GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator." -tools: ["Read", "Write", "Bash", "Grep", "Glob"] +tools: Read, Write, Bash, Grep, Glob model: sonnet color: red --- diff --git a/agents/gan-generator.md b/agents/gan-generator.md index 51dc35f7c3..af0c577ff3 100644 --- a/agents/gan-generator.md +++ b/agents/gan-generator.md @@ -1,7 +1,7 @@ --- name: gan-generator description: "GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met." -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet color: green --- diff --git a/agents/gan-planner.md b/agents/gan-planner.md index be5da21736..57a018249a 100644 --- a/agents/gan-planner.md +++ b/agents/gan-planner.md @@ -1,7 +1,7 @@ --- name: gan-planner description: "GAN Harness — Planner agent. Expands a one-line prompt into a full product specification with features, sprints, evaluation criteria, and design direction." -tools: ["Read", "Write", "Grep", "Glob"] +tools: Read, Write, Grep, Glob model: sonnet color: purple --- diff --git a/agents/go-build-resolver.md b/agents/go-build-resolver.md index c41825d2d2..b3dbe383b4 100644 --- a/agents/go-build-resolver.md +++ b/agents/go-build-resolver.md @@ -1,7 +1,7 @@ --- name: go-build-resolver description: Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/go-reviewer.md b/agents/go-reviewer.md index e30ab8d76d..72dc7654ae 100644 --- a/agents/go-reviewer.md +++ b/agents/go-reviewer.md @@ -1,7 +1,7 @@ --- name: go-reviewer description: Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/harmonyos-app-resolver.md b/agents/harmonyos-app-resolver.md index c319014d15..ef52fd09de 100644 --- a/agents/harmonyos-app-resolver.md +++ b/agents/harmonyos-app-resolver.md @@ -1,7 +1,7 @@ --- name: harmonyos-app-resolver description: HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/harness-optimizer.md b/agents/harness-optimizer.md index d4cec77bbc..bf33243df9 100644 --- a/agents/harness-optimizer.md +++ b/agents/harness-optimizer.md @@ -1,7 +1,7 @@ --- name: harness-optimizer description: Analyze and improve the local agent harness configuration for reliability, cost, and throughput. -tools: ["Read", "Grep", "Glob", "Bash", "Edit"] +tools: Read, Grep, Glob, Bash, Edit model: sonnet color: teal --- diff --git a/agents/healthcare-reviewer.md b/agents/healthcare-reviewer.md index 98b5953e2d..187079ca75 100644 --- a/agents/healthcare-reviewer.md +++ b/agents/healthcare-reviewer.md @@ -1,7 +1,7 @@ --- name: healthcare-reviewer description: Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems. -tools: ["Read", "Grep", "Glob"] +tools: Read, Grep, Glob model: opus --- diff --git a/agents/homelab-architect.md b/agents/homelab-architect.md index 0d30f1cb7f..608d59eb30 100644 --- a/agents/homelab-architect.md +++ b/agents/homelab-architect.md @@ -1,7 +1,7 @@ --- name: homelab-architect description: Designs home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance. -tools: ["Read", "Grep"] +tools: Read, Grep model: sonnet --- diff --git a/agents/java-build-resolver.md b/agents/java-build-resolver.md index 5d3946122e..ba638dd072 100644 --- a/agents/java-build-resolver.md +++ b/agents/java-build-resolver.md @@ -1,7 +1,7 @@ --- name: java-build-resolver description: Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Automatically detects Spring Boot or Quarkus and applies framework-specific fixes. Fixes build errors, Java compiler errors, and Maven/Gradle issues with minimal changes. Use when Java builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/java-reviewer.md b/agents/java-reviewer.md index 96edf495a6..fbe19bf40d 100644 --- a/agents/java-reviewer.md +++ b/agents/java-reviewer.md @@ -1,7 +1,7 @@ --- name: java-reviewer description: Expert Java code reviewer for Spring Boot and Quarkus projects. Automatically detects the framework and applies the appropriate review rules. Covers layered architecture, JPA/Panache, MongoDB, security, and concurrency. MUST BE USED for all Java code changes. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/kotlin-build-resolver.md b/agents/kotlin-build-resolver.md index ec43f445f9..45315270f1 100644 --- a/agents/kotlin-build-resolver.md +++ b/agents/kotlin-build-resolver.md @@ -1,7 +1,7 @@ --- name: kotlin-build-resolver description: Kotlin/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Kotlin compiler errors, and Gradle issues with minimal changes. Use when Kotlin builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/kotlin-reviewer.md b/agents/kotlin-reviewer.md index bf2ff36b08..95ed8a2c32 100644 --- a/agents/kotlin-reviewer.md +++ b/agents/kotlin-reviewer.md @@ -1,7 +1,7 @@ --- name: kotlin-reviewer description: Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/loop-operator.md b/agents/loop-operator.md index a2fa6ce730..4da0665eb5 100644 --- a/agents/loop-operator.md +++ b/agents/loop-operator.md @@ -1,7 +1,7 @@ --- name: loop-operator description: Operate autonomous agent loops, monitor progress, and intervene safely when loops stall. -tools: ["Read", "Grep", "Glob", "Bash", "Edit"] +tools: Read, Grep, Glob, Bash, Edit model: sonnet color: orange --- diff --git a/agents/marketing-agent.md b/agents/marketing-agent.md index 2dae88c11b..adf46403e2 100644 --- a/agents/marketing-agent.md +++ b/agents/marketing-agent.md @@ -1,7 +1,7 @@ --- name: marketing-agent description: Marketing strategist and copywriter for campaign planning, audience research, positioning, copy creation, and content review. Covers landing pages, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use when the user wants to plan or execute a product launch or marketing campaign. -tools: ["Read", "Grep", "Glob", "WebSearch", "WebFetch"] +tools: Read, Grep, Glob, WebSearch, WebFetch model: sonnet --- diff --git a/agents/mle-reviewer.md b/agents/mle-reviewer.md index d5cd375e8a..9b5c8d55a5 100644 --- a/agents/mle-reviewer.md +++ b/agents/mle-reviewer.md @@ -1,7 +1,7 @@ --- name: mle-reviewer description: Production machine-learning engineering reviewer for data contracts, feature pipelines, training reproducibility, offline/online evaluation, model serving, monitoring, and rollback. Use when ML, MLOps, model training, inference, feature store, or evaluation code changes. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/network-architect.md b/agents/network-architect.md index 5b8e73245e..181fc473a9 100644 --- a/agents/network-architect.md +++ b/agents/network-architect.md @@ -1,7 +1,7 @@ --- name: network-architect description: Designs enterprise or multi-site network architecture from requirements, using existing network skills for focused routing, validation, automation, and troubleshooting detail. -tools: ["Read", "Grep"] +tools: Read, Grep model: sonnet --- diff --git a/agents/network-config-reviewer.md b/agents/network-config-reviewer.md index 3e40e8282c..1362f47015 100644 --- a/agents/network-config-reviewer.md +++ b/agents/network-config-reviewer.md @@ -1,7 +1,7 @@ --- name: network-config-reviewer description: Reviews router and switch configurations for security, correctness, stale references, risky change-window commands, and missing operational guardrails. -tools: ["Read", "Grep"] +tools: Read, Grep model: sonnet --- diff --git a/agents/network-troubleshooter.md b/agents/network-troubleshooter.md index 3f26bfb5c5..4bd666026d 100644 --- a/agents/network-troubleshooter.md +++ b/agents/network-troubleshooter.md @@ -1,7 +1,7 @@ --- name: network-troubleshooter description: Diagnoses network connectivity, routing, DNS, interface, and policy symptoms with a read-only OSI-layer workflow and evidence-backed root cause summary. -tools: ["Read", "Bash", "Grep"] +tools: Read, Bash, Grep model: sonnet --- diff --git a/agents/opensource-forker.md b/agents/opensource-forker.md index 6dac93d9cf..4c5d8cbb83 100644 --- a/agents/opensource-forker.md +++ b/agents/opensource-forker.md @@ -1,7 +1,7 @@ --- name: opensource-forker description: Fork any project for open-sourcing. Copies files, strips secrets and credentials (20+ patterns), replaces internal references with placeholders, generates .env.example, and cleans git history. First stage of the opensource-pipeline skill. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: haiku --- diff --git a/agents/opensource-packager.md b/agents/opensource-packager.md index 106d547f89..e6e24199dc 100644 --- a/agents/opensource-packager.md +++ b/agents/opensource-packager.md @@ -1,7 +1,7 @@ --- name: opensource-packager description: Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue templates. Makes any repo immediately usable with Claude Code. Third stage of the opensource-pipeline skill. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: haiku --- diff --git a/agents/opensource-sanitizer.md b/agents/opensource-sanitizer.md index b59dc98b5d..a0d5385089 100644 --- a/agents/opensource-sanitizer.md +++ b/agents/opensource-sanitizer.md @@ -1,7 +1,7 @@ --- name: opensource-sanitizer description: Verify an open-source fork is fully sanitized before release. Scans for leaked secrets, PII, internal references, and dangerous files using 20+ regex patterns. Generates a PASS/FAIL/PASS-WITH-WARNINGS report. Second stage of the opensource-pipeline skill. Use PROACTIVELY before any public release. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/performance-optimizer.md b/agents/performance-optimizer.md index 84d4e3024f..4d5de6f963 100644 --- a/agents/performance-optimizer.md +++ b/agents/performance-optimizer.md @@ -1,7 +1,7 @@ --- name: performance-optimizer description: Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/php-reviewer.md b/agents/php-reviewer.md index 0c4d31d96a..af90974fcf 100644 --- a/agents/php-reviewer.md +++ b/agents/php-reviewer.md @@ -1,7 +1,7 @@ --- name: php-reviewer description: Expert PHP code reviewer specializing in PSR-12 compliance, PHP type system, Eloquent ORM patterns, security, and performance. Use for all PHP code changes. MUST BE USED for PHP projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/planner.md b/agents/planner.md index c311f492bd..e9e282f54d 100644 --- a/agents/planner.md +++ b/agents/planner.md @@ -1,7 +1,7 @@ --- name: planner description: Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks. -tools: ["Read", "Grep", "Glob"] +tools: Read, Grep, Glob model: opus --- diff --git a/agents/pr-test-analyzer.md b/agents/pr-test-analyzer.md index c8268371ca..07bf41ebda 100644 --- a/agents/pr-test-analyzer.md +++ b/agents/pr-test-analyzer.md @@ -2,7 +2,7 @@ name: pr-test-analyzer description: Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention. model: sonnet -tools: [Read, Grep, Glob, Bash] +tools: Read, Grep, Glob, Bash --- ## Prompt Defense Baseline diff --git a/agents/python-reviewer.md b/agents/python-reviewer.md index 9bd948555d..b1b3ee6f53 100644 --- a/agents/python-reviewer.md +++ b/agents/python-reviewer.md @@ -1,7 +1,7 @@ --- name: python-reviewer description: Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/pytorch-build-resolver.md b/agents/pytorch-build-resolver.md index 19511a50c1..88f567968a 100644 --- a/agents/pytorch-build-resolver.md +++ b/agents/pytorch-build-resolver.md @@ -1,7 +1,7 @@ --- name: pytorch-build-resolver description: PyTorch runtime, CUDA, and training error resolution specialist. Fixes tensor shape mismatches, device errors, gradient issues, DataLoader problems, and mixed precision failures with minimal changes. Use when PyTorch training or inference crashes. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/react-build-resolver.md b/agents/react-build-resolver.md index 32ff3ef756..ecfa77e0f3 100644 --- a/agents/react-build-resolver.md +++ b/agents/react-build-resolver.md @@ -1,7 +1,7 @@ --- name: react-build-resolver description: Diagnose and fix React build failures across Vite, webpack, Next.js, CRA, Parcel, esbuild, and Bun. Handles JSX/TSX compile errors, hydration mismatches, server/client component boundary failures, missing types, and bundler-specific configuration issues with minimal, surgical changes. MUST BE USED when a React build fails. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/react-reviewer.md b/agents/react-reviewer.md index 34006d344a..b25b79e711 100644 --- a/agents/react-reviewer.md +++ b/agents/react-reviewer.md @@ -1,7 +1,7 @@ --- name: react-reviewer description: Expert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Use for any change touching .tsx/.jsx files or React component logic. MUST BE USED for React projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/refactor-cleaner.md b/agents/refactor-cleaner.md index a09a5d9c23..093c8f6478 100644 --- a/agents/refactor-cleaner.md +++ b/agents/refactor-cleaner.md @@ -1,7 +1,7 @@ --- name: refactor-cleaner description: Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/rust-build-resolver.md b/agents/rust-build-resolver.md index 144dc1ae02..552d267cd5 100644 --- a/agents/rust-build-resolver.md +++ b/agents/rust-build-resolver.md @@ -1,7 +1,7 @@ --- name: rust-build-resolver description: Rust build, compilation, and dependency error resolution specialist. Fixes cargo build errors, borrow checker issues, and Cargo.toml problems with minimal changes. Use when Rust builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/rust-reviewer.md b/agents/rust-reviewer.md index 83373d26e5..380fb0d9fb 100644 --- a/agents/rust-reviewer.md +++ b/agents/rust-reviewer.md @@ -1,7 +1,7 @@ --- name: rust-reviewer description: Expert Rust code reviewer specializing in ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Use for all Rust code changes. MUST BE USED for Rust projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/security-reviewer.md b/agents/security-reviewer.md index d1d476cfd5..b5c5e38d2d 100644 --- a/agents/security-reviewer.md +++ b/agents/security-reviewer.md @@ -1,7 +1,7 @@ --- name: security-reviewer description: Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/seo-specialist.md b/agents/seo-specialist.md index ec6758f13f..fd127ec08b 100644 --- a/agents/seo-specialist.md +++ b/agents/seo-specialist.md @@ -1,7 +1,7 @@ --- name: seo-specialist description: SEO specialist for technical SEO audits, on-page optimization, structured data, Core Web Vitals, and content/keyword mapping. Use for site audits, meta tag reviews, schema markup, sitemap and robots issues, and SEO remediation plans. -tools: ["Read", "Grep", "Glob", "WebSearch", "WebFetch"] +tools: Read, Grep, Glob, WebSearch, WebFetch model: sonnet --- diff --git a/agents/silent-failure-hunter.md b/agents/silent-failure-hunter.md index b0a1ee69d7..e380534539 100644 --- a/agents/silent-failure-hunter.md +++ b/agents/silent-failure-hunter.md @@ -2,7 +2,7 @@ name: silent-failure-hunter description: Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation. model: sonnet -tools: [Read, Grep, Glob, Bash] +tools: Read, Grep, Glob, Bash --- ## Prompt Defense Baseline diff --git a/agents/spec-miner.md b/agents/spec-miner.md index 8bca3556f5..f5e2e76be3 100644 --- a/agents/spec-miner.md +++ b/agents/spec-miner.md @@ -2,7 +2,7 @@ name: spec-miner description: Extracts behavioral specs from existing codebases for OpenSpec. Produces flat Requirement and Invariant blocks with structured metadata (entities, enforced, id, test anchors). Outputs openspec/specs//spec.md. Fully self-bootstrapping — no dependency on codebase-onboarding. Use when onboarding a brownfield project to spec-driven development. model: opus -tools: ["Read", "Grep", "Glob", "Bash", "Write"] +tools: Read, Grep, Glob, Bash, Write --- ## Tool guardrails diff --git a/agents/swift-build-resolver.md b/agents/swift-build-resolver.md index 3063b742fa..5896e74e70 100644 --- a/agents/swift-build-resolver.md +++ b/agents/swift-build-resolver.md @@ -1,7 +1,7 @@ --- name: swift-build-resolver description: Swift/Xcode build, compilation, and dependency error resolution specialist. Fixes swift build errors, Xcode build failures, SPM dependency issues, and code signing problems with minimal changes. Use when Swift builds fail. -tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] +tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet --- diff --git a/agents/swift-reviewer.md b/agents/swift-reviewer.md index 39f4b0bcae..c77c2b0db5 100644 --- a/agents/swift-reviewer.md +++ b/agents/swift-reviewer.md @@ -1,7 +1,7 @@ --- name: swift-reviewer description: Expert Swift code reviewer specializing in protocol-oriented design, value semantics, ARC memory management, Swift Concurrency, and idiomatic patterns. Use for all Swift code changes. MUST BE USED for Swift projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/tdd-guide.md b/agents/tdd-guide.md index 1d0849840f..d4f6443b8f 100644 --- a/agents/tdd-guide.md +++ b/agents/tdd-guide.md @@ -1,7 +1,7 @@ --- name: tdd-guide description: Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage. -tools: ["Read", "Write", "Edit", "Bash", "Grep"] +tools: Read, Write, Edit, Bash, Grep model: sonnet --- diff --git a/agents/type-design-analyzer.md b/agents/type-design-analyzer.md index 414a82a078..394f2626be 100644 --- a/agents/type-design-analyzer.md +++ b/agents/type-design-analyzer.md @@ -2,7 +2,7 @@ name: type-design-analyzer description: Analyze type design for encapsulation, invariant expression, usefulness, and enforcement. model: sonnet -tools: [Read, Grep, Glob] +tools: Read, Grep, Glob --- ## Prompt Defense Baseline diff --git a/agents/typescript-reviewer.md b/agents/typescript-reviewer.md index 8d408d5329..23af98e654 100644 --- a/agents/typescript-reviewer.md +++ b/agents/typescript-reviewer.md @@ -1,7 +1,7 @@ --- name: typescript-reviewer description: Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security, and idiomatic patterns. Use for all TypeScript and JavaScript code changes. MUST BE USED for TypeScript/JavaScript projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet --- diff --git a/agents/vue-reviewer.md b/agents/vue-reviewer.md index a697654c1e..137b520eea 100644 --- a/agents/vue-reviewer.md +++ b/agents/vue-reviewer.md @@ -1,7 +1,7 @@ --- name: vue-reviewer description: Expert Vue.js code reviewer specializing in Composition API correctness, reactivity pitfalls, component architecture, template security, and Vue-specific performance. Use for any change touching .vue, .ts/.js files with Vue imports, or Vue ecosystem code (Pinia, Vue Router, Nuxt). MUST BE USED for Vue projects. -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash model: sonnet ---