TL;DR: As enterprise teams spread skills across Claude Code, Cursor, VS Code, Codex, ChatGPT and other clients, reusable knowledge fragments, version drift and policy inconsistency become governance problems, according to Obot. The underlying issue is not tool diversity but the absence of a controlled distribution layer for AI workflows and their embedded policy logic.
At a glance
What this is: This is an analysis of why enterprise AI skills need central management as teams distribute the same knowledge across multiple clients.
Why it matters: It matters because duplicated and stale skills create policy drift, uneven controls, and unclear ownership across both human and AI-assisted workflows.
By the numbers:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes.
👉 Read Obot's analysis of centralized skill management for AI clients
Context
Enterprise AI adoption now creates a governance problem that looks less like model selection and more like software distribution. When the same skill, workflow, or policy logic is recreated across multiple AI clients, the result is version drift, inconsistent enforcement, and no reliable source of truth for what the organisation is actually using.
The identity angle is real because skills, plugins, agents, and MCP servers often encode access decisions, operational instructions, and policy logic. If those artefacts are copied manually, the enterprise loses lifecycle control over machine-readable knowledge in the same way it loses control over unmanaged secrets or duplicated service accounts.
Key questions
Q: How should security teams govern AI skills across multiple clients?
A: Treat AI skills as governed artefacts with owners, version control, approval states, and distribution rules. Centralise discovery and installation so the same skill does not drift across clients, and map each skill to the data, systems, and workflows it can influence. That gives security teams a lifecycle view instead of a collection of copied files.
Q: Why do MCP-connected AI workflows create new governance risk?
A: MCP-connected workflows expand the identity perimeter because a model can act through tools and data sources rather than only through a human user session. That creates delegated access paths that must be governed like other non-human identities. The risk increases when credentials, tool permissions, and downstream actions are not mapped together.
Q: What do organisations get wrong about managing skills in Git?
A: They assume Git solves the full problem, when it really only handles source control. Skills also need discovery, installation, runtime visibility, and revocation across different AI clients. Without that broader control layer, repository discipline can coexist with uncontrolled distribution and hidden version drift.
Q: How can teams reduce risk when AI assistants can load shared skills?
A: They should restrict which skills can be installed, require approval for policy-bearing content, and monitor where those skills are active. The key is to prevent unmanaged replication and ensure updates propagate from one trusted release path. That keeps the skill layer aligned with the organisation’s current controls.
Technical breakdown
Why skills behave like governed software artefacts
Skills are reusable bundles of prompts, scripts, references, and assets that are loaded only when needed. That progressive disclosure model reduces context overhead, but it also means the organisation is now managing executable knowledge, not just text. Once a skill encodes a support workflow, a legal rule, or a policy exception, it becomes part of the control surface. Without central metadata, provenance, and versioning, the same artefact can exist in multiple states across clients, which breaks consistency and auditability.
Practical implication: treat skills as governed artefacts with ownership, version control, and approval before they are distributed.
Why client-specific distribution creates governance gaps
Different AI clients store skills in different locations and expose them through different operating models, so copying files between tools is not distribution. It is manual replication. That approach creates discovery problems, stale versions, and inconsistent access policies, especially when some skills should be private and others shared broadly. A registry plus package-manager pattern solves the operational layer by separating authoring from installation, but the governance layer still has to decide who can see, install, and update each skill.
Practical implication: centralise discovery and installation, then apply policy controls to each skill class rather than relying on Git permissions alone.
How policy logic becomes an identity problem in AI workflows
A skill can contain instructions that influence how an AI assistant handles data, escalation, or customer interaction. That makes the skill part of the identity and access model for the workflow, because it shapes what the system is allowed to do and when. If a stale skill remains in circulation, the enterprise may be enforcing outdated controls without knowing it. This is especially relevant where skills interact with MCP servers, plugins, or agents that can reach tools and systems beyond the chat interface.
Practical implication: map each skill to its permissions, data access, and downstream integrations before allowing organisation-wide reuse.
Threat narrative
Attacker objective: The objective is to exploit unmanaged AI workflow distribution so that outdated instructions, access decisions, or automation paths persist inside the enterprise.
- Entry occurs when a skill, plugin, or agent workflow is copied into multiple AI clients without central control, creating an unmanaged distribution path.
- Escalation follows when stale or duplicated instructions preserve outdated policy logic across teams, allowing inconsistent access or approval behaviour.
- Impact is policy drift, confused ownership, and potentially unsafe execution of AI-assisted workflows that rely on old or conflicting instructions.
NHI Mgmt Group analysis
Centralised skill management is now an identity governance requirement, not a convenience feature. Once reusable AI knowledge encodes policy, routing, or operational decisions, it becomes part of the control plane for human and machine work. That means organisations need lifecycle control, ownership, and auditability for skills in the same way they need them for secrets or privileged access. The practitioner takeaway is simple: if a skill can change behaviour, it must be governed like a policy-bearing artefact.
Version drift is the named failure mode this article exposes. The core problem is not that teams use different AI clients. It is that the same institutional knowledge gets copied into multiple places and then silently diverges. That creates hidden variance in support handling, legal interpretation, and escalation logic. Practitioners should treat drift in skills as a control failure, because it breaks the assumption that the enterprise has one current policy state.
Skill sprawl: the uncontrolled multiplication of AI workflow artefacts across clients creates a governance surface similar to secret sprawl in NHI estates. The parallel matters because distributed artefacts are difficult to inventory, revoke, or update consistently. Where the enterprise once struggled with scattered keys and service accounts, it now risks scattered skills that can shape AI decisions at scale. The practical conclusion is to inventory, classify, and own skills before they become impossible to unwind.
Git alone is not a governance model for enterprise AI skills. Version control helps with review, but it does not solve discovery, entitlement, installation, or revocation across multiple AI clients. A real control model needs policy enforcement at distribution time and visibility into installed artefacts at runtime. Practitioners should move beyond repository thinking and design for lifecycle governance.
The market is converging on a package-manager model for AI knowledge distribution. That signals a shift from ad hoc prompt sharing toward controlled software-like operations for AI workflows. For identity and security teams, the implication is that agentic AI governance will increasingly depend on controlling what the system can load, where it can run, and who can approve updates. The field is moving toward managed distribution, and governance must move with it.
What this signals
The operational signal for security teams is that AI workflow governance is moving from prompt discipline to lifecycle control. Skills, plugins, and agent instructions behave like managed artefacts, which means they need inventory, ownership, update paths, and revocation controls just as much as secrets and service accounts do. A practical control model should align with the NIST Cybersecurity Framework 2.0 and with runtime identity governance.
Skill drift: when AI workflows are copied across tools without a controlled release path, policy variance becomes the hidden risk. That is the same failure pattern identity teams have seen with duplicated credentials and unmanaged entitlements, except the object now is machine-readable behaviour rather than a token or account. Security leaders should prepare for audit questions about who approved each skill, where it is installed, and how it is retired.
For identity and platform teams, the next step is to govern the distribution layer, not just the repository. That means tying skill installation to approval states, limiting visibility by role, and making updates observable across clients and environments. The more these artefacts influence access or execution, the more they resemble managed identities in practice.
For practitioners
- Inventory all skills across AI clients Build a central inventory of skills, scripts, and related artefacts across Claude Code, Cursor, VS Code, and other clients so the organisation can see what exists, where it lives, and who owns it.
- Classify skills by policy sensitivity Separate public, team-scoped, and restricted skills, then attach ownership and approval rules to each class before allowing installation in user environments.
- Enforce versioned distribution from a single source of truth Use a controlled repository and release process so every client receives the same approved version, with revocation and rollback available when policy changes.
- Map skills to downstream access and data handling Record which systems, datasets, and escalation paths each skill can influence, especially where MCP servers, plugins, or agents can trigger actions outside the chat layer.
Key takeaways
- Enterprise AI skill sprawl creates a governance problem because copied workflows can drift silently across clients.
- The key failure mode is version drift, which breaks the assumption that one current policy state governs all AI assistants.
- Security teams need lifecycle controls for skills, not just Git storage, if they want consistent policy enforcement across AI tools.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 address the attack surface, NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Skills can influence agent behaviour and access decisions in AI workflows. | |
| NIST AI RMF | GOVERN | The article is about governance for AI workflow artefacts and accountability. |
| NIST CSF 2.0 | PR.AC-4 | Distribution and visibility controls for skills map to access management. |
| NIST SP 800-53 Rev 5 | CM-3 | Centralised release control is needed before skills are deployed across clients. |
| ISO/IEC 27001:2022 | A.8.9 | Skills are configuration items whose lifecycle needs inventory and control. |
Classify skills as governed AI artefacts and restrict distribution by approval state and role.
Key terms
- AI Skill: A reusable bundle of prompts, scripts, references, and assets that an AI client can load when needed. In enterprise use, a skill becomes part of the workflow control surface because it can shape how the system responds, escalates, or handles policy-sensitive tasks.
- Skill Drift: The divergence that occurs when the same AI workflow artefact exists in multiple copies and no longer behaves consistently across tools or teams. It creates hidden policy variance, weakens auditability, and makes it hard to know which version is authoritative.
- Centralised Skill Management: A governance model for storing, approving, distributing, updating, and revoking skills from a controlled source of truth. It separates authoring from installation and adds lifecycle control so enterprise AI behaviour remains consistent across clients.
- Policy-bearing Artefact: Any reusable AI component that carries instructions affecting access, escalation, data handling, or execution behaviour. Because it can influence decisions, it should be reviewed, versioned, and governed with the same discipline used for other controlled operational assets.
What's in the full article
Obot's full article covers the operational detail this post intentionally leaves for the source:
- How the registry model aggregates skills from multiple Git repositories into a single distribution layer.
- How client-specific installation paths work across different AI tools and why that matters operationally.
- How access policies are applied to separate private, team-scoped, and shared skills.
- How the CLI discovery workflow changes the user experience for finding approved skills.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, agentic AI identity, secrets management, and workload identity. It helps practitioners connect identity control to the broader security programme that AI adoption now depends on.
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org