Claude Code Plugins

Community-maintained marketplace

Feedback

Essential development tools for agents - Linting (Ruff), Testing (Pytest), Git, Docker management.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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.