---
name: Code Formatter
slug: code-formatter
category: Quality
description: Code Formatter formats Python files using black. Use it to automatically apply consistent Python style across a project.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/mcp_clean_skill"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/mcp_clean_skill ~/.claude/skills/mcp_clean_skill"
installs_to: ~/.claude/skills/mcp_clean_skill
source_path: tests/fixtures/mcp_clean_skill/SKILL.md
collection_size: 24
category_size: 1354
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:08.933Z
last_synced: 2026-08-14T07:13:08.933Z
canonical_url: "https://dirskills.com/skills/code-formatter"
---

# Code Formatter

Code Formatter formats Python files using black. Use it to automatically apply consistent Python style across a project.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/mcp_clean_skill ~/.claude/skills/mcp_clean_skill
```

## README

# Code Formatter

Formats Python files using black.
