Skip to content

GearGrind V4.0 agent system installer — npx geargrind-agent-kit to install 84 skills, 14 rules, and 38 workflows into any project

Notifications You must be signed in to change notification settings

Geargrindadmin/geargrind-agent-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geargrind-agent-kit

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.


What's included

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.)

Usage

Install into the current directory

npx geargrind-agent-kit

Install into a specific project

npx geargrind-agent-kit --target ./my-project

Overwrite existing files

npx geargrind-agent-kit --target ./my-project --force

Preview what would be installed (dry run)

npx geargrind-agent-kit --dry-run

Help

npx geargrind-agent-kit --help

Updating the snapshot

To 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 build

Local testing (without publishing to npm)

cd geargrind-agent-kit
node bin/install.js --target /tmp/test-project --dry-run
node bin/install.js --target /tmp/test-project

Publishing to npm

cd geargrind-agent-kit
npm publish --access public

After publishing:

npx geargrind-agent-kit --target ./my-new-project

License

UNLICENSED — Internal GearGrind use only.

About

GearGrind V4.0 agent system installer — npx geargrind-agent-kit to install 84 skills, 14 rules, and 38 workflows into any project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published