Land
design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.
npx -y skills add Dragoon0x/dragoon-skills --skill landAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Post-merge sanity check. Verifies branch, HEAD sha, that local matches remote, and that the working tree is clean. dragoon does NOT trigger deploys (platform-specific creds out of scope). Use right before a deploy step in CI or before manual prod pushes. Exits non-zero if any check fails. Run as `node ~/.claude/skills/dragoon/skills/land/scripts/land.js`.
SKILL.md
0.8 KB, as published. Nobody here has run it
/land
Pre-deploy sanity check. Use right before pushing to production.
When to use
- Before a manual deploy
- As a CI step before invoking the platform's deploy command
- The user says "ready to ship", "deploy this", "go to prod"
Checks
- branch and HEAD reported
- local matches remote (no unpushed/unpulled commits)
- working tree clean (no uncommitted changes)
Run it
dragoon land
dragoon land --json # for CI