GearGrind V4.0 Agent System — one-command installer
Installs the complete GearGrind agent system (skills, rules, and workflows) into any project with a single npx command.
| Directory | Contents |
|---|---|
.agent/skills/ |
84 agent skills (board-meeting, sec-rev, frontend-design, etc.) |
.agent/rules/ |
14 rule files (context window, skill auto-invoke, pre-launch gate, etc.) |
.agent/workflows/ |
38 workflow files (land-the-plane, one-shot-enterprise, brainstorm, etc.) |
npx geargrind-agent-kitnpx geargrind-agent-kit --target ./my-projectnpx geargrind-agent-kit --target ./my-project --forcenpx geargrind-agent-kit --dry-runnpx geargrind-agent-kit --helpTo refresh the bundled .agent/ from the live GGV3 source:
# From the GGV3 repo root
./geargrind-agent-kit/scripts/build.sh
# Or from inside this package
npm run buildcd geargrind-agent-kit
node bin/install.js --target /tmp/test-project --dry-run
node bin/install.js --target /tmp/test-projectcd geargrind-agent-kit
npm publish --access publicAfter publishing:
npx geargrind-agent-kit --target ./my-new-projectUNLICENSED — Internal GearGrind use only.