Integrations

Sills is distributed through npm and installs into Codex and Claude Code skill directories. Repository automation validates the skill packages, deploys the docs, and publishes changed packages.

Codex

Project skills install to .agents/skills. Invoke the umbrella skill with $sills-audit or a specialist by its exact name.

Claude Code

Project skills install to .claude/skills. The canonical SKILL.md is shared with Codex; no duplicated Claude-specific methodology is maintained.

GitHub Actions

CI validates skills, docs, tests, and package tarballs. The docs workflow builds the Girky site from web/docs and deploys the generated artifact to Cloudflare Pages for sills.hakobs.com.

Release uses one protected NPM_TOKEN, publishes dependencies before specialists and the umbrella package last, and never exposes the token to pull requests. The publish script skips package versions that are already present on npm.

npm packages

Every public skill is an npm package. The package installer copies canonical skill files into agent discovery directories. Package names and skill names match.