# Coding Agent

> AI coding agent that plans, implements, and verifies code changes with human approval gates. Built on FlatAgents. Use when this capability is needed.

- Skill: `tomevault-io/coding-agent-15` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/coding-agent-15`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/coding-agent-15/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/coding-agent-15

---


# 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

1. **Explore** — Gathers codebase context
2. **Plan** — Generates implementation plan → human reviews
3. **Execute** — Applies changes using MCP filesystem
4. **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.

---
> Source: [memgrafter/flatmachines](https://github.com/memgrafter/flatmachines) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

