Agent Claude Code
Specialized agent for diagnosing and fixing IOWarp devcontainer, Docker, and build environment issues.
Agent Claude Code
Specialized agent for diagnosing and fixing IOWarp devcontainer, Docker, and build environment issues.
Agent Claude Code
Use this agent when you need to review recently written or modified code for compilation issues, proper variable definitions, and correct library usage. This agent should be invoked after implementing new features, making code changes, or completing a logical chunk of code. The agent will verify that the code compiles…
Agent Claude Code
Use this agent when you need comprehensive documentation of code features, design patterns, and implementation details. Examples: Context: User has just completed implementing a new authentication system with multiple classes and wants documentation that would allow another developer to understand and extend it. user…
Agent Claude Code
Use this agent when the user needs to create, modify, or troubleshoot configuration files in any format (JSON, YAML, TOML, XML, INI, etc.). This includes IDE configurations (like VSCode's .vscode directory with launch.json, settings.json, tasks.json), build system configurations (CMakeLists.txt, package.json…
Agent Claude Code
Use this agent when you need to diagnose runtime failures, segmentation faults, memory corruption, or unexpected behavior in C++ code. This agent specializes in analyzing low-level data structures, initialization patterns, memory layouts, and pointer issues. Trigger this agent after encountering crashes, assertion…
Agent Claude Code
Use this agent when you need to create, modify, or optimize Dockerfiles, configure CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins, etc.), set up container orchestration, troubleshoot build issues, or implement DevOps best practices. This agent proactively reviews containerization and CI/CD configurations when…
Agent Claude Code
Use this agent when you need to perform filesystem operations, file manipulation, or system introspection tasks. Examples include: locating specific files or directories, extracting patterns or data from files using grep/sed/awk, listing directory contents with specific filters, running system commands like 'docker…
Agent Claude Code
Use this agent when you need to implement core logic and algorithms in a step-by-step manner, focusing on one class at a time. This agent ensures methodical development by implementing single units of functionality, then triggering code review after each implementation. Examples:\n\n \nContext: The user needs to…
Agent Claude Code
Use this agent when you need to migrate, refactor, or reorganize code into a new namespace or project structure. This includes scenarios where:\n\n- You're renaming a project or moving it to a new organization/repository\n- You're restructuring a codebase with new directory hierarchies or module names\n- You need to…
Agent Claude Code
Use this agent when you need comprehensive software design documentation and project planning. Examples: Context: User wants to build a new web application for task management. user: 'I want to create a task management app with user authentication, real-time updates, and mobile support' assistant: 'I'll use the…
Agent Claude Code
Use this agent when you need comprehensive unit tests created for new or existing code. Examples: Context: User has just written a new function and wants thorough test coverage. user: 'I just wrote this function that calculates fibonacci numbers. Can you create unit tests for it?' assistant: 'I'll use the…