skill-link-check
FeaturedAudit project and global .agents/skills and .claude/skills layouts. Verify that .agents/skills contains the real source and .claude/skills mirrors it through a parent or per-skill symlink. Use whenever a skill or slash command is missing, not loading, duplicated, inconsistent, or described as "skill 没生效", "skill 不一致", "为什么 skill 没识别到", "检查 skill 链接", ghost skill, broken skill link, or missing skill. Also use when a skill exists in one directory but not the other.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- yan-labs
- Repository
- yan-labs/yan-skills
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
skill-audit
本リポジトリの Agent Skills(`.claude/skills/*/SKILL.md` + `.claude/commands/*.md`)を棚卸し監査する。トリガー衝突・死蔵・陳腐化(L-114 未追従含む)・肥大化・責務重複・欠落を観点別に検出し、description の発火精度を採点し、検出問題を Issue 化する。「Skill を棚卸しして」「スキル監査して」「/skill-audit」と依頼された時に使用する。個別スキルの中身の実装・修正は各スキル自身、ワークフロー健全性(PR/Issue 状態)の監査は workflow-health-check が担当するため、本スキルは Agent Skills 資産の構造監査に限定する。
skill-matcher
Use this skill to find, verify, compare, install, or migrate Agent Skills across Codex, Claude Code, Cursor, OpenClaw, OpenCode, GitHub Copilot, WorkBuddy and other SKILL.md hosts. Trigger when users ask “find a skill for X”, “what skills are installed”, “search GitHub deeply”, “is this skill compatible or safe”, or “install/migrate this skill”. 支持“找个技能”“盘点本机 Skills”“全网或 GitHub 深挖”“检查兼容性、安全性”“安装或迁移技能”等中文请求。Discover and evaluate skills only; do not perform the target business task.
skill-release-check
检查一个 Agent Skill 是否达到开源发布标准:SKILL.md frontmatter 是否合法可触发、是否跨 agent 可移植(无硬编码 home 路径)、是否健壮,以及隐私与开源合规(无密钥、无内部标识符、有 LICENSE)。当用户要发布/开源 skill、创建 skill 后想自检、检查 skill 是否对任意 agent 友好、审计 skill 是否可安全公开,或说“skill 就绪检查”“skill 发布前检查”“check skill readiness”时使用。也作为 push-to-github 发布 skill 前的强制门。