architect
01Agent Claude Code
An architecture advisor that helps review system designs and make technical architecture decisions. It covers modularity, scalability, maintainability, security, performance, and common frontend and backend patterns.
Agent Claude Code
An architecture advisor that helps review system designs and make technical architecture decisions. It covers modularity, scalability, maintainability, security, performance, and common frontend and backend patterns.
Agent Claude Code
A structured guide for diagnosing and fixing software build failures. A build is the process that turns source code into a runnable program or package.
Agent Claude Code
A business-strategy role modeled on Jeff Bezos's decision-making principles.
Agent Claude Code
A code-review agent that checks changed code for security flaws, quality problems, missing tests, and possible performance issues.
Agent Claude Code
A CTO-style agent based on Werner Vogels’ principles for architecture, technology choices, performance, reliability, and technical debt.
Agent Claude Code
Agent "fullstack-dhh" from znlnzi/claude-config-studio, covering full stack development agent — dhh, role, core principles, convention over configuration and majestic monolith.
Agent Claude Code
An interaction-design agent based on Alan Cooper’s design methods. It plans user flows, defines user personas, chooses interaction patterns, and prioritizes features around user goals.
Agent Claude Code
A marketing-planning agent focused on product positioning, differentiation, brand stories, content, and reaching a clearly defined audience.
Agent Claude Code
An operations-planning agent for early-stage products, focused on finding users, improving retention, building communities, and reviewing operating data.
Agent Claude Code
A product-design agent based on Don Norman's human-centered design ideas. It focuses on defining features, shaping user experience, judging ease of use, and understanding why users get confused or leave.
Agent Claude Code
A quality-assurance agent based on James Bach’s testing approach. It plans tests, explores software for unexpected problems, and assesses release risks.
Agent Claude Code
A coding agent focused on finding and removing dead code, meaning code that is unused or no longer called.
Agent Claude Code
A sales-planning agent based on Aaron Ross's sales model, covering pricing, sales approaches, customer acquisition, and conversion rates.
Agent Claude Code
An AI agent that reviews software for security weaknesses before production deployment. It checks areas such as injection, cross-site attacks, authentication, data handling, APIs, dependencies, secrets, and Git history.
Agent Claude Code
A testing-focused coding agent that follows test-driven development (TDD): write a failing test, make it pass with the smallest change, then improve the code.
Agent Claude Code
An AI agent for designing user interfaces, including page layouts, visual styles, design systems, colours, typography, and motion.
Command Claude Code
A build-troubleshooting command that examines compilation, dependency, and configuration errors, then works through fixes one at a time.
Command Claude Code
A checkpoint manager that saves snapshots of a project's files, tests, coverage, and build status.
Command Claude Code
A command for reviewing uncommitted code changes for security, quality, testing, and style problems. Uncommitted changes are edits not yet saved in a version-control commit.
Command Claude Code
A command for generating and running end-to-end tests with Playwright. End-to-end tests simulate complete user journeys in an application.
Command Claude Code
A command that extracts reusable solutions and techniques from the current problem-solving session and saves them as learning notes.
Command Claude Code
A command for coordinating several coding agents through a fixed sequence of steps. TDD means writing tests before or alongside the code they check.
Command Claude Code
A command that creates a structured implementation plan before code is written.
Command Claude Code
A command for finding and removing code that is no longer used, such as unused imports, functions, variables, commented-out blocks, or dependencies.