v0.1.0 - DEPRECATED
First Release
Skilleton is a skills skeleton - a lightweight CLI that treats AI skills like deterministic project dependencies. Think package.json for skills, with lockfile-driven reproducibility and Git-based resolution.
Features
- Declarative manifests:
skilleton.json+skilleton.lock.jsonfor project-scoped skill dependencies - Git-based resolution: GitHub-first with support for full repo URLs or
owner/reposlugs - Deterministic installs: Exact commit pinning via lockfiles; cache-friendly git operations
- Commands:
add,install,update,list,audit(scaffold) - Filesystem isolation: Skills install under
.skilleton/skills/with optional per-agent symlinks - Privacy-first: No telemetry, no network requests except git/GitHub API
Installation
npm install -g skilleton
# or
npx skilleton --helpUsage
skilleton add Mindrally/skills/chrome-extension-development
skilleton install
skilleton listTesting & CI
- Full test suite (Jest) with unit + end-to-end flow coverage
- CI/CD via GitHub Actions (lint → test → build)
- Automated npm publishing on GitHub releases
Documentation
- README with quickstart guide
- Architecture docs with Mermaid diagrams
- Contributing guide + Code of Conduct
- Security policy
Housekeeping
- Renamed project from "skillset" → "skilleton" to avoid npm name collisions
- Updated all file names, environment variables, and branding
- Configured GitHub workflows for CI and automated releases
Full Changelog: https://github.com/Fcmam5/skilleton/commits/v0.1.0