Governed AI Coding — Cheat Sheet
Enterprise Skills · one-page quick reference
1 · Install & init
npm install -g enterprise-skills
enterprise-skills init — auto-detects your editor(s)
session start — begin a governed session
2 · Editor detection
.cursor/ → Cursor
.vscode/ / AGENTS.md → VS Code + Copilot
.claude/ / CLAUDE.md → Claude Code
.idea/ → JetBrains · .nvim → Neovim
Force one: --ide cursor
3 · Everyday commands
code review · bug-hunter
security audit · build feature
orchestrate workflow start release-confidence
compliance report
4 · The vibe loop
1. Say what you want (plain intent)
2. Skills auto-route from your message
3. Governance keeps it on-spec
4. Gate before you ship (go / conditional / no-go)
Do
✓ Open with session start
✓ Describe outcomes, not keystrokes
✓ Trust auto-routing; review the plan
✓ Gate releases with a workflow
Don't
✗ Paste secrets into chat
✗ Bypass the .project-ai authority pack
✗ Micromanage individual tool calls
✗ Merge what you haven’t read
Works on every model. A constant operating posture stays fixed across Claude, OpenAI (GPT-5 / Codex), and Gemini; per-model conditioning swaps automatically with the model you’re on.
enterpriseskills.ai