setup-all
Installation
SKILL.md
Run all engineering plugin setup steps in sequence. Each phase is independent — a failure in one phase is reported and the next phase continues.
Phase 1 — Install recommended skills
- Run
gh auth status. If it fails, report the error and skip to Phase 2 with a note that skill installation was skipped. - Install the following skills in order. On failure, print the full error, continue, and record the failure:
gh skill install mattpocock/skills engineering/improve-codebase-architecture --agent claude-code
gh skill install mattpocock/skills engineering/tdd --agent claude-code
gh skill install mattpocock/skills engineering/to-issues --agent claude-code
gh skill install mattpocock/skills engineering/to-prd --agent claude-code
gh skill install mattpocock/skills engineering/codebase-design --agent claude-code
gh skill install mattpocock/skills engineering/grill-with-docs --agent claude-code