What problem does it solve?
This skill solves the friction of manual coding tasks by delegating complex development workflows, such as refactoring, bug fixing, and PR generation, to an autonomous agent that can interact directly with your terminal and codebase.
Core Features & Use Cases
- Autonomous Coding: Executes multi-turn tasks like refactoring modules, writing unit tests, and implementing features without constant human intervention.
- Workflow Integration: Supports both non-interactive one-shot tasks for CI/CD and interactive PTY sessions for exploratory development.
- Use Case: When you need to add error handling to an entire API directory, you can delegate the task to the agent, which will read the files, apply the changes, and verify the implementation autonomously.
Quick Start
Use the claude-code skill to refactor the authentication module in the current directory by running the agent in print mode with the specified task.