skill-release

Solid

Release and sync skills in the cankun-skills collection. Use when the user wants to publish or release a skill, add a new skill to the index, sync or fix a drifted skills README or the cankun.me skills page, run publish-hygiene checks, or promote a skill to its own flagship repo (or fold one back).

AI & Automation 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill Release — converge the publish surfaces A release is **convergence**, not a pipeline: every publish surface derives from the skill's own files, so running this at any time is safe and idempotent. Surfaces: the collection index (repo `README.md`), per-skill interface metadata (`agents/openai.yaml`), the [cankun.me/skills](https://cankun.me/skills) page, and — rarely — a flagship repo. **Write boundary**: this skill edits metadata surfaces only — frontmatter keys (`metadata.summary`, `compatibility:`), `agents/*.yaml`, the index README, and `cankun-blog/app/data.ts`. The SKILL.md body belongs to the author: a content finding (weak description, missing triggers) is a flag routed back, never an edit. The route starts at a committed skill — moving a directory into `skills/` is the author's (or skl's) move, not this skill's. The human-facing summary of a skill resolves through one chain, highest first: 1. frontmatter `metadata.summary` in `SKILL.md` 2. `agents/openai.yaml` → `interface.short_description` 3. first sentence of the frontmatter `description` Index prose is always derived through this chain, and convergence flows toward the **better text in either direction**: when a row reads badly, fix the skill's `metadata.summary` and reconverge; when existing row prose beats the derived value, promote that prose into `metadata.summary` rather than degrading the row. ## 1. Inventory Enumerate `skills/*/SKILL.md` frontmatter (committed skills only — an untracked skill ...

Details

Author
Wang-Cankun
Repository
Wang-Cankun/cankun-skills
Created
1 weeks ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-release-audit

Pre-publish quality and safety auditor for AI agent skills (SKILL.md + scripts/ + references/ format used by Claude Code, Cursor, OpenAI Codex, GitHub Copilot, OpenClaw, ClawHub, and compatible SkillHub registries). Six static-check modules (no LLM, no network by default): (1) syntax and logic correctness, (2) feature completeness, (3) edge-case and error handling, (4) data safety (detects files written inside the skill dir that would be lost on update), (5) dependency declaration vs code, (6) SKILL.md documentation standards. Per-registry rule profiles via `--target`. Pure reporter — never edits your files, never publishes. Use when publishing a skill, modifying an existing skill, or diagnosing why a skill behaves unexpectedly — run it as the last machine-checkable gate before release. Trigger phrases: "skill release audit", "audit before publishing", "pre-release check", "release gate", "skill safety check", "发版前检查", "skill 发布检查", "审查这个 skill 能不能发版".

1 Updated 5 days ago
Songhonglei
AI & Automation Listed

skill-publishing

How to author and publish agent skills for the skills.sh / `npx skills` ecosystem — the SKILL.md format, why the frontmatter description is the trigger, multi-skill repo layout, the `skills` CLI (init/add/list/find/update/remove with flags), publishing to GitHub with SEO metadata, and public vs private repos (it git-clones, so private works with auth). Use when asked to "create/write/author a skill", "publish a skill", "set up a skills repo", "make a skill installable/discoverable", "use npx skills", or "can I use a private skills repo".

2 Updated 1 weeks ago
stealth-engine
AI & Automation Featured

publish-skill

Convert a personal agent skill into a distributable, open-source-ready skill. Runs PII audit, generalization, license compatibility check, cross-platform adapter review, and packaging workflow.

223 Updated yesterday
Aperivue