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.

tomevault-io Updated

File contents

Coding Agent

An agentic coding assistant with human-in-the-loop review.

Usage

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:

ln -s /path/to/skills .skills

The agent loads skills on-demand from .skills/ directory.


Source: memgrafter/flatmachines — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/memgrafter--flatmachines--flatmachines commit 3f7c778d44

Frequently asked questions

npx skillmds@latest add tomevault-io/coding-agent-15