用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/0xku/kon --skill init命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | init |
| description | Create or update AGENTS.md for this repository |
| register_cmd | true |
| cmd_info | guided AGENTS.md setup |
Create or update AGENTS.md for this repository.
The goal is a compact instruction file that helps future Kon sessions avoid mistakes and ramp up quickly. Every line should answer: "Would an agent likely miss this without help?" If not, leave it out.
User-provided focus or constraints (honor these): $ARGUMENTS
Read the highest-value sources first:
README*, root manifests, workspace config, lockfilesAGENTS.md, CLAUDE.md, .cursor/rules/, .cursorrules, .github/copilot-instructions.md)If architecture is still unclear after reading config and docs, inspect a small number of representative code files to find the real entrypoints, package boundaries, and execution flow. Prefer reading the files that explain how the system is wired together over random leaf files.
Prefer executable sources of truth over prose. If docs conflict with config or scripts, trust the executable source and only keep what you can verify.
Look for the highest-signal facts for an agent working in this repo:
lint -> typecheck -> testGood AGENTS.md content is usually hard-earned context that took reading multiple files to infer.
Only ask the user questions if the repo cannot answer something important. Use the question tool for one short batch at most.
Good questions:
Do not ask about anything the repo already makes clear.
Include only high-signal, repo-specific guidance such as:
Exclude:
When in doubt, omit.
Prefer short sections and bullets. If the repo is simple, keep the file simple. If the repo is large, summarize the few structural facts that actually change how an agent should work.
If AGENTS.md already exists, improve it in place rather than rewriting blindly. Preserve verified useful guidance, delete fluff or stale claims, and reconcile it with the current codebase.
基于 SOC 职业分类