Help & How-To
Everything you need to install Enterprise Skills, fix common issues, and get the most out of governed AI coding.
Three commands and you're governed. The CLI detects your editor and matches your model for you — you don't configure either.
Install the CLI
One global npm install. Requires Node.js 20+ (see the Node guide below if you don't have it).
npm install -g enterprise-skillsRun init — it detects your editor
From your project folder. It scans for each editor's config and configures every one it finds, renders your governance pack, and starts a session.
enterprise-skills initStart coding
Describe what you want in your editor's chat. Skills auto-route from your message, and the model-aware conditioning matches whatever model you're on. Kick off with a session.
session startHow editor detection works
Running init with no flags scans your project folder for each editor's fingerprint and configures all of them at once:
.cursor/→ Cursor.vscode/,.github/copilot-instructions.md,AGENTS.md→ VS Code + Copilot.claude/,CLAUDE.md→ Claude Code.idea/→ JetBrains ·.nvim→ Neovim
Force a single editor with the override flag, e.g. --ide cursor.
Go deeper
Enterprise admin & control plane
SSO setup, tenant provisioning, seat management, and control-plane operation are documented inside the control plane for signed-in admins.
Sign in to view enterprise admin guidesWhy Enterprise Skills
Cursor, Copilot, and raw Claude or GPT are powerful engines — but they start from zero every session, behave differently on every model, and have no idea whether your code is safe to ship. Enterprise Skills is the governance layer on top: your standards, an expert skill library, and a real release gate — in every IDE, on every model.
You keep your model and your editor. Enterprise Skills makes them consistent, safe, and accountable.
Works with your editor and model
Point it at your project once. It configures every editor it finds and adapts to whatever model you're driving — no manual setup.
Your editor
Auto-detectedAuto-detected when you run init. Configured for every one it finds.
Your model
Auto-matchedThe same standards, conditioned per model from each vendor's own guidance.
- Anthropic
- Claude Opus 4.8 · Claude Sonnet 4.6 · Claude Haiku 4.5
- OpenAI
- GPT-5 · GPT-5 Codex · o-series (reasoning)
- Gemini
Nothing to configure. A constant operating posture stays fixed across every model; per-model conditioning swaps automatically with the model you're on.
Free extras
Get the governed AI coding cheat-sheet and the team governance playbook — we'll email you the links.
One email with your links. No spam, unsubscribe anytime.
Prefer not to share your email? Cheat-sheet · Team playbook
Ready to start?
Install in two minutes and run your first governed session.