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.

1

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-skills
2

Run 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 init
3

Start 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 start

How 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 guides

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

Your standards
NativeRe-explained every session
Loaded automatically from your authority pack
Switching models
NativeBehavior drifts per model
Constant operating posture + per-model conditioning
Switching IDEs
NativeSetup locked to one editor
Same governed skills in Cursor, VS Code, Claude Code, JetBrains…
Expertise
NativeBlank-slate prompting each time
97+ curated skills auto-route from your message
Shipping
Native'Looks done'
Deterministic go / conditional / no-go gate
Compliance
NativeNothing to show
Audit trail + SOC 2-ready reports
Team
NativePer-developer, inconsistent
One governed standard for everyone

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-detected

Auto-detected when you run init. Configured for every one it finds.

CursorVS Code + CopilotClaude CodeWindsurfJetBrainsNeovimTerminal / CIXcode

Your model

Auto-matched

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