Skip to content

v0.1.0 - DEPRECATED

Choose a tag to compare

@Fcmam5 Fcmam5 released this 22 Mar 23:20
· 25 commits to master since this release

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.json for project-scoped skill dependencies
  • Git-based resolution: GitHub-first with support for full repo URLs or owner/repo slugs
  • 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 --help

Usage

skilleton add Mindrally/skills/chrome-extension-development
skilleton install
skilleton list

Testing & 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