Fcmam5/skilleton
Solving some of my SKILL issues
Implements deterministic dependency management for AI skills using git-backed manifests and lockfiles, similar to npm's package model but with zero registry dependency. Skills are resolved and installed directly from git repositories via `git ls-remote`, with full commit pinning to ensure reproducible team installations while respecting local git credentials for private repos. Includes introspection commands like `describe` to inspect skill metadata and structure, plus validation tooling to verify skill integrity.
Available on npm.
Stars
8
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Mar 26, 2026
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Fcmam5/skilleton"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
memodb-io/Acontext
Agent Skills as a Memory Layer
powroom/flins
Universal skill installer for AI coding agents
DougTrajano/pydantic-ai-skills
This package implements Agent Skills (https://agentskills.io) support with progressive...
ARPAHLS/skillware
A Python framework for modular, self-contained skill management for machines.
vaibhavtupe/skill-guard
The quality gate for Agent Skills — validate, secure, conflict-detect, and test skills across...