Setup Targets

Bootstrap a project's checks to standard conventions: per-project build targets (compile, lint, format-check, test, build), enforced lint standards (max 200 lines per file, max 50 lines per function, layered import rules), top-level check/check-lite targets, a pre-commit hook for check-lite, and CI running check. Use when the user wants to add Makefile targets, set up CI-ready build commands, standardize project checks or lint rules, or bootstrap a new/existing repo to their check conventions.

driangle d24e0c0 12.1 KB Updated

File contents

driangle/ai-powers/tree/main/plugins/codebase-ops/setup-targets commit d24e0c03e4

Frequently asked questions

npx skillmds@latest add driangle/setup-targets