← ღია კოდის კატალოგი

CocoaSkills

An enterprise-grade package manager and security PKI for AI agent skills.

ნახვა GitHub-ზე საიტზე გადასვლა

What it is

CocoaSkills is a dependency manager for AI agent skills — the reusable instruction packages that give coding agents specialized capabilities. It brings to a young, fast-moving ecosystem the tooling that mature package managers (Bundler, SPM, Cargo, Gradle) take for granted: declarative manifests, reproducible installs, and version pinning.

Why it matters

Skills are a new embodiment of source code. Even a plain-markdown skill can carry a prompt-injection payload, and as skills grow they pull in binaries that demand real supply-chain security. Content scanning alone cannot catch publisher impersonation, artifact tampering, silent mutation inside a pinned version, or post-install substitution — those require public-key cryptography. CocoaSkills closes that gap with an SSH-certificate signing model, hierarchical CA trust, and pluggable identity verification: a PKI purpose-built for agent-skill artifacts, working across both public and self-hosted registries.

Who it is for

Teams that run agents in production and need their skill supply chain to be reproducible, attestable, and auditable — the same rigor they already apply to code dependencies.

MIT License

Copyright (c) 2026 Ivan Oparin, Alexey Grigorev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.