| name | dev-tool-belt |
| description | Essential development tools for agents - Linting (Ruff), Testing (Pytest), Git, Docker management. |
| license | MIT |
| compatibility | claude-code, codex, cursor |
| metadata | [object Object] |
AFO DevTool Belt
Veteran's weapons for code quality and deployment.
Tools
| Tool | Command | Purpose |
|---|---|---|
| Lint | ruff check |
Code quality |
| Format | ruff format |
Code style |
| Test | pytest |
Verification |
| Git | git commit |
Version control |
| Docker | docker restart |
Container management |
Automation
All tools integrate with CI/CD pipeline for automated quality gates.