SkillCheck validator, Cursor exports, and per-agent installers (#27)

Three more learnings from alirezarezvani/claude-skills, applied:

1. SkillCheck validator (scripts/skillcheck.mjs) — validates every SKILL.md
   against the authoring standard (frontmatter, name/folder match, trigger +
   produces clauses, required headings) plus tier referential integrity.
   Errors fail CI; --strict fails on warnings too. New skillcheck.yml workflow
   and a SkillCheck status badge in the README. Current: 0 errors / 14 advisory
   warnings across 172 skills.

2. Cursor export platform — build-exports.mjs now generates
   exports/cursor/<bundle>/<skill>/<skill>.mdc rule files. The PLATFORMS
   registry now supports per-skill filenames (file as a function).

3. Per-agent installers — scripts/install.sh unifies install for
   claude/hermes/codex/openclaw/cursor (--link, --target, --dry-run, --list).
   Curl-able one-liners codex-install.sh, openclaw-install.sh, and
   cursor-install.sh clone the library and install in a single command.

README documents the one-line installs and Cursor exports; CHANGELOG and the
authoring standard updated.


Claude-Session: https://claude.ai/code/session_016JWn5jRD5tcEFKrubjQ6Px

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
mohitagw15856
2026-06-17 13:38:31 +01:00
committed by GitHub
parent 6886dc3b48
commit 05b6d799f0
185 changed files with 31012 additions and 19 deletions
+12 -1
View File
@@ -9,7 +9,18 @@ each new wave of skills bumps the **major** version, extensions and fixes bump
## [Unreleased]
_Nothing yet._
### Added
- **SkillCheck validator** — `scripts/skillcheck.mjs` validates every `SKILL.md` against
the authoring standard (frontmatter, name/folder match, trigger + produces clauses,
required headings, tier referential integrity). Errors fail CI; `--strict` also fails on
warnings. New `skillcheck.yml` workflow and a SkillCheck badge in the README.
- **Cursor export platform** — `build-exports.mjs` now also generates
`exports/cursor/<bundle>/<skill>/<skill>.mdc` rule files (the registry now supports
per-skill filenames).
- **Per-agent installers** — `scripts/install.sh` (a unified installer for
claude · hermes · codex · openclaw · cursor, with `--link` / `--target` / `--dry-run`),
plus curl-able one-liners `scripts/codex-install.sh`, `scripts/openclaw-install.sh`, and
`scripts/cursor-install.sh` that clone the library and install in one command.
## [16.0.0] — Multi-Platform — 2026-06-17