Run code quality checks (ruff, black, mypy, pytest)
Runs code quality checks with ruff, black, mypy, and pytest before commits.
/plugin marketplace add c-daly/agent-swarm/plugin install agent-swarm@fearsidhe-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Runs all configured quality checks and reports pass/fail status. Required before commits when enforcement is enabled.
/verify # Run all checks
/verify --fix # Run with auto-fix where possible
/verify lint # Run only linting (ruff)
/verify format # Run only formatting check (black)
/verify types # Run only type checking (mypy)
/verify tests # Run only tests (pytest)
| Tool | Purpose | Auto-fix |
|---|---|---|
| ruff | Linting + import sorting | Yes (--fix) |
| black | Code formatting | Yes |
| mypy | Type checking | No |
| pytest | Test execution | No |
When invoked, execute the verify script:
python3 ~/.claude/plugins/agent-swarm/scripts/verify.py [args]
The script will:
verify_passed flag in session state if all pass[VERIFY] tests: X | types: X | lint: X | format: XWhen verify enforcement is enabled:
verify_passed flag resets on any file edit/verify after making changes, before committing0 - All checks passed1 - One or more checks failed2 - Configuration error (missing tools)The script auto-detects tools. To customize, create .verify.json:
{
"lint": {"enabled": true, "cmd": "ruff check ."},
"format": {"enabled": true, "cmd": "black --check ."},
"types": {"enabled": true, "cmd": "mypy ."},
"tests": {"enabled": true, "cmd": "pytest"}
}
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.