| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 1.0 kB | |
| v1.22.0 source code.tar.gz | 2026-04-12 | 35.9 MB | |
| v1.22.0 source code.zip | 2026-04-12 | 36.4 MB | |
| Totals: 3 Items | 72.4 MB | 0 | |
What's New
Reusable GitHub Action (#92)
Install, scan, and manage skills in your CI/CD:
:::yaml
- uses: rohitg00/skillkit/.github/actions/skillkit@main
with:
command: install
source: anthropics/skills
--json output for 8 commands (#89)
Machine-readable output for CI/CD pipelines:
:::bash
skillkit install anthropics/skills --json
skillkit check --json
skillkit find react --json
skillkit remove my-skill --json
skillkit list --json
skillkit update --json
skillkit scan ./skills --json
skillkit publish submit --json
All JSON output is stdout-clean — no spinners, warnings, or colors leak into the payload.
Loading spinners for 5 commands (#88)
Progress feedback added to: translate, sync, eval, publish, scan.
Bug fixes
- Shell injection prevention in GitHub Action (inputs via env vars)
- All --json paths emit valid JSON on every exit path (empty results, errors, early returns)
- Spinner cleanup on failure via try/catch in eval and scan