# Make It Pretty

> Improve code readability through formatting and structure enhancements

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

---


# Make It Pretty

I'll improve code readability while preserving exact functionality.

## Token Optimization

**Expected range**: 300–1,600 tokens (initial), 100 tokens (cache hit)

**Caching**: Caches style patterns in `.claude/cache/make-it-pretty/` for 7 days. Invalidated when CSS/style files change.

**Early exit**: Returns immediately if no style issues are detected in changed files.

**Patterns used**: Grep-before-Read, early exit, git diff scope default, caching

