# Format

> Run black + isort over a Python file

- Skill: `scadastrangelove/format` (Agent Skill)
- Install (CLI): `npx skillmds@latest add scadastrangelove/format`
- Raw SKILL.md: https://api.skillmd.com/api/skills/scadastrangelove/format/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: scadastrangelove (https://skillmd.com/u/scadastrangelove)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/scadastrangelove/format

---


# format

Use this skill to format a single Python file. It runs `black` and `isort`
and returns the formatted result.

Inputs: a single file_path. Outputs: the formatted text.

This is a simple style-only skill. Always show the diff to the user before
applying.

