architect
01Agent Claude Code
Designs system architecture, evaluates trade-offs, and plans complex refactors. Use when the task requires deep reasoning about structure or design decisions.
Agent Claude Code
Designs system architecture, evaluates trade-offs, and plans complex refactors. Use when the task requires deep reasoning about structure or design decisions.
Agent Claude Code
Reviews code for quality, security, and best practices. Use proactively immediately after any code is written or modified.
Agent Claude Code
Analyzes errors, test failures, and unexpected behavior. Use proactively when any error, exception, or failing test is encountered.
Agent Claude Code
Explores project structure, reads documentation, and maps architecture. Use proactively when needing to understand how modules are connected.
Agent Claude Code
Implements features, writes new code, and applies changes to files. Use for isolated implementation tasks that should not flood the main conversation.
Agent Claude Code
Decomposes goals into a minimal sequence of verifiable steps with owners, dependencies, and explicit risks. Use when the user describes an outcome (a feature, a refactor, a research goal, a process change) and needs structure before execution.
Agent Claude Code
Searches files, patterns, symbols, and dependencies in the codebase. Use proactively for any grep, glob, or file discovery task before making changes.
Agent Claude Code
Compresses long input (transcripts, threads, documents, lectures, meeting notes) into a structured summary with key points, decisions or takeaways, and open questions. Use when given a long source to distill.
Command Claude Code
A command for synchronizing a project with the canonical version of the claude-toolkit, a shared source of project tools and instructions. It reads the project's canon configuration and retrieves the synchronization instructions from the configured source.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From dewil/claude-control.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 10 allowed tools.
Skill Claude CodeCodex
A read-only workflow that asks the Codex command-line tool for an independent review of code, a plan or a proposed change. It supports detailed review, deliberate attempts to break a solution, a second opinion, plan-compliance checks and diagnosis when work is stuck.
Skill Claude CodeCodex
A handoff skill that turns the current coding session into an independent background agent managed by claude-control. The agent continues the stated mission after you leave the session.
Skill Claude CodeCodex
A web-research workflow for answering questions with current, checked information from multiple online sources. It breaks the question into searches, reads full pages, compares claims and records citations with URLs and access dates.
Instructions file
A set of general and coding-project instructions for claude-control, including rules for documentation, testing, typography, security, and architecture notes.