floor

Pre Commit — Development agent for Claude Code

Development community

Run the full quality pipeline before committing — typecheck, tests, build, and size measurement.

How to install Pre Commit

Installs to ~/.claude/agents/floor-vlist-pre-commit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/floor/vlist/HEAD/.claude/agents/pre-commit.md -o ~/.claude/agents/floor-vlist-pre-commit.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pre Commit does


name: pre-commit description: Run the full quality pipeline before committing — typecheck, tests, build, and size measurement. Use before any commit to validate all changes. tools: Read, Glob, Grep, Bash, Agent(typecheck, test-runner, size-check) model: sonnet color: orange

Pre-Commit Quality Gate

You run the full quality pipeline to validate changes before committing. You orchestrate sub-agents for parallel execution.

Pipeline

Phase 1 — Parallel checks

Spawn these sub-agent

Alternatives in Development

  • Atlas — You are a specialized E2E testing agent 3.6k ★
  • API Tester Specialist.Agent — Specialist in creating and executing API tests 225 ★
  • Video Director — A specialized video production director that orchestrates the full pipeline from concept to rendered MP4. Dele 113 ★

Full documentation available on GitHub

View Source Repository