基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/doidor/agentrig --skill skill-authoring命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Read PR review feedback, fix or reject each requested change, reply per thread, resolve every thread, and verify zero threads remain.
Never cast an approving review on a PR your own (shared) agent identity authored — approval must come from an independent reviewer.
Rebase the PR branch onto the default branch, resolve conflicts keeping both intents, and verify mergeability before pushing.
| name | skill-authoring |
| description | Admission bar and structure for writing a new skill, so the skill library stays lean and discoverable. |
| triggers | ["create / add a new skill","this procedure keeps coming up"] |
| allowed-tools | Read Write Edit Grep Glob |
| argument-hint | <skill-name> |
Skills are procedural memory. A bloated skill library is as useless as no library, so new skills must clear an admission bar.
.agents/skills/; if an existing skill is close, sharpen it
instead of adding a near-duplicate..agents/rules/, not a
skill.SKILL.md with YAML frontmatter: name, a description < 250 chars, triggers,
allowed-tools (scope the blast radius), and an optional argument-hint.references/ file and link to it, so the skill itself
stays small and the agent loads detail only on demand.allowed-tools to the minimum (e.g. Bash Read Grep Glob).When you add or remove a skill, update the skills inventory in AGENTS.md (the
AGENTRIG:skills-inventory block) so every surface advertises the same set. If the repo mirrors
skills across vendor dirs (.claude/.copilot/.agents/…), they should all point at one canonical
source (AgentRig wires these as symlinks).