Coding Agent
An agentic coding assistant with human-in-the-loop review.
Usage
bash
cd python && ./run.sh "Add input validation to the User model" --cwd /path/to/project
Flow
- •Explore — Gathers codebase context
- •Plan — Generates implementation plan → human reviews
- •Execute — Applies changes using MCP filesystem
- •Verify — Reviews changes → human approves
Skills Integration
Symlink skills for the agent to use:
bash
ln -s /path/to/skills .skills
The agent loads skills on-demand from .skills/ directory.