Audit project and setup missing development components
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# devinit ## Task $ARGUMENTS ## Purpose Audit project, set up missing development workflow components. Ensure standards from ~/.claude/CLAUDE.md. ## Audit Checklist **1. Git:** **2. Justfile:** **3. CLAUDE.md:** **4. Language Stack:** Python: JavaScript: **5. Git Hooks:** **6. GitHub Actions:** ## Setup Actions **Justfile:** Use `creating-justfiles` skill **CLAUDE.md template:** **Language:** - Python → `configuring-python-stack` skill - JavaScript → `configuring-javascript-stack` skill **Hooks:** `installing-git-hooks` skill, run `just hooks` **Actions:** `configu...