Portable agent skills and one-command host install
Twenty-five portable Agent Skills shipped with docs, an embedded CLI snapshot, and a standalone agent-skills bundle repo. Install or doctor skills on Claude, Codex, Cursor, OpenClaw, Hermes, and OpenCode with one command, or export an offline bundle as a directory or tar.gz.
- Portable agent skills
- CLI integration install
- Skills distribution
- CLI ergonomics
What shipped
Added
- 25 portable Agent Skills — hub, quickstart, compare-and-triage, eval runner, challenge-pack authoring, harness setup, multi-turn operator, dataset workflows, CI release gate, security evaluation, and workspace admin.
- `agentclash integration <host> install|doctor` for Claude, Codex, Cursor, OpenClaw, Hermes, and OpenCode — copies the embedded snapshot into each host's skills directory.
- `agentclash skills export` — offline install bundles as a flat directory or tar.gz, with optional host-specific layout.
- Standalone agent-skills distribution repo with manifest verification and sync from canonical docs source.
- `agentclash schema` — machine-readable CLI command tree for agents and tooling.
Improved
- Shell completion now validates its `--shell` argument instead of silently accepting invalid values.
- IndexNow pings and sitemap image entries for faster search-engine discovery.
Merged pull requests
14 PRs- #931feat(cli): add agentclash skills export for offline install (#922)
- #930chore(cli): regenerate skills snapshot for P3 (#922)
- #929feat(skills): P3 security evaluation and workspace admin skills (#922)
- #928feat(cli): integration install for all six agent hosts
- #926feat(cli): sync embedded skills snapshot to 23 P1 skills
- #925feat(skills): add P1 portable agent skills (harness, multi-turn, dataset, prompt-eval)
- #924feat(cli): sync embedded skills snapshot for P0 skills
- #923feat(agent-skills): P0 workflow skills (hub, quickstart, compare-and-triage)
- #920docs(skills): gh-skill publish bundle generator + install docs
- #919feat(cli): `agentclash integration <claude|codex> {install,doctor}`
- #918feat(cli): make `completion` validate its shell argument
- #917feat(cli): add `agentclash schema` machine-readable command tree
- #916feat(web): IndexNow ping + Search Console/Bing verification
- #915feat(web): add image entries to the sitemap