← Back to archiveFILE·06 of 12
File 06

Formatter

Completed
  • Markdown 82.0%
  • Shell 10.5%
  • Batch 7.5%
Summary

Local CLI tool that converts raw project READMEs into structured portfolio cards by invoking Claude Code in headless mode.

Gallery (2)
Details
  • Headless Claude Code invocation through cross-platform wrappers (format.bat / format.sh)
  • Output filename automatically derived from the README title
  • Non-destructive writes that refuse to overwrite existing outputs unless --force is passed
  • Canonical template and formatting rules centralized in CLAUDE.md so behavior is editable without touching scripts
  • Restricted tool permissions (Read, Write, Edit, Glob) for safe unattended runs with no shell or network access
  • Manual hand-editing of generated outputs supported without re-calling the API
  • Self-contained workflow shareable as a zip or git clone with documented onboarding