Skillzmouse: Distributed skills and scripts for agentic coding
Solves workflow fragmentation across AGENTS.md, .cursor/rules, and scattered scripts.
Creator skill for `Skill Container` Specification
OCI-based agent skill packaging, but limited adoption and niche audience versus established agent frameworks.
AI agent developers, agentic framework maintainers, and teams building modular skill ecosystems
Anthropic Agent Skills format · Claude Artifacts · Continue.dev plugins
I found that simply introducing OCI containers solves pretty much all of this in one move.
So, Skill Container’s approach is: OCI containers + GitHub distribution. - Each skill is a repo: SKILL.md + Containerfile + a real CLI entrypoint (e.g. cli.py) + deps in pyproject.toml - Authors publish images to GHCR (ghcr.io/...); users “install” by cloning the repo - Running is just docker run --rm ... ghcr.io/<owner>/<skill>:<tag> --help with explicit mounts; --help is the discovery surface - Updates are predictable: git pull for docs + docker pull for runtime (keeping docs and behavior in sync)
Any opinions would be appreciated!
Solves workflow fragmentation across AGENTS.md, .cursor/rules, and scattered scripts.
TLA+ code generation for agents, but audience is tiny—only useful if your agent needs formal verification.
Install eval pipelines via npm instead of reading docs, saving hours of setup.
Test suite for LLM agent skills; fills a real gap in agent eval tooling.
Typed edges in skill graphs let agents traverse knowledge relationships at runtime.
Another agent skill registry competing with existing prompt libraries and workflow tools.