architect
01Agent
A software-architecture agent for designing systems, planning large refactors, and recording technical decisions and trade-offs.
完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。
Agent
A software-architecture agent for designing systems, planning large refactors, and recording technical decisions and trade-offs.
Agent
A coding agent focused on fixing TypeScript, compiler, dependency, configuration, and build errors with the smallest practical code changes.
Agent
A general code-review assistant that examines recent changes for code quality, security, maintainability, performance, testing, and accessibility. It focuses on modified files and organizes findings by critical issues, warnings, and suggestions.
Agent
An AI reviewer focused on PostgreSQL databases, which are systems for storing and querying structured application data. It reviews queries, database structure, security, connections, concurrency, and monitoring, including Supabase practices.
Agent
A documentation assistant that examines a codebase and keeps its README, guides, and code maps aligned with the actual structure. A code map is a written overview of modules, entry points, dependencies, routes, data models, and background workers.
Agent
An end-to-end testing specialist for checking complete user journeys in a web browser. End-to-end tests operate the application like a user, using Vercel Agent Browser first and Playwright as a fallback.
Agent
A Go troubleshooting specialist for build failures, compiler errors, vet findings, and linter warnings. It favors small code changes while checking dependencies and common type or interface problems.
Agent
A Go code-review agent for checking Go changes, including style, concurrency, error handling, performance, and security issues.
Agent
A specialist guide for building native HarmonyOS apps with ArkTS and ArkUI, which are Huawei's programming language and user-interface framework for apps. It requires specific modern approaches to state management and screen navigation.
Agent
A planning assistant for new features, architecture changes, and large refactors. It turns a broad request into ordered implementation steps with affected files, dependencies, risks, tests, and acceptance criteria.
Agent
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.
Agent
A code-cleanup assistant that finds unused code, duplicate logic, unused exports, imports, files, and npm packages, then helps remove or combine them.
Agent
A security review assistant for web application code, configurations, and dependencies. It looks for exposed secrets, unsafe input handling, access-control problems, vulnerable packages, and common OWASP Top 10 issues, which are widely recognized web security risks.
Agent
A test-driven development assistant that follows the practice of writing a failing test before the implementation, then making it pass and improving the code. TDD means test-driven development, commonly described as the red-green-refactor cycle.
Agent
A background agent that studies records of actions taken during Claude Code sessions to find repeated patterns and turn them into reusable working instincts.