用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cyberuni/cyber-asana --skill init命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | init |
| description | Use this skill when initializing or improving an AGENTS.md file with codebase documentation for AI coding assistants. |
| metadata | {"internal":true} |
Analyze this codebase and create or improve an AGENTS.md file, then symlink CLAUDE.md to it.
Prefix the file with:
# AGENTS.md
This file provides guidance to AI coding assistants when working with code in this repository.
Then add sections in this order:
## Skill Augmentations
When reading any `SKILL.md` file, always check whether a `SKILL.local.md` exists in the same directory. If it does, treat its contents as additional instructions that extend the base skill. Local augmentations take precedence over the base skill where they conflict.
## Commit Discipline) — agent-first: dense normative rules in the body, ### References at section bottom for commit-helper skills and governance show pointers. Load governance show skill-repo-structure for the Discipline sections rules..cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), include the important parts.Check in order:
npm view cyber-skills version, then npx cyber-skills@<exact> <subcommand> (never @latest, never a literal <version> placeholder). No package.json change.cyber-skills is already in package.json, use pnpm exec cyber-skills or the local bin.pnpm add -D cyber-skills.After writing AGENTS.md, repair repo-private skills with the CLI — do not read each SKILL.md under .agents/skills/ manually.
Run skill repair-private using the CLI resolved above. Use skill validate-private to check without writing.
This sets metadata: internal: true on repo-private skills and removes erroneous symlinks into skills/.
Ongoing rule: When writing or editing any SKILL.md under .agents/skills/, always include metadata: internal: true in the frontmatter.
Symlink CLAUDE.md → AGENTS.md; if CLAUDE.md is a regular file, merge it into AGENTS.md first.
After init completes, discover companion init-* skills with npx cyber-skills@<version> skill list --grep 'init-*'.
List any found skills with a one-line summary from each skill's description. Ask the user whether they also want to run any of them.