一键导入
update-agents
Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run code-simplify once across the whole selected pull-request target, then run code-review repeatedly, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.
Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.
List the pull request URLs for every pull request changed during the entire current session. Use when the user invokes /link-pr or $link-pr, or asks for links to all pull requests opened, updated, reviewed, merged, closed, or otherwise changed during the session.
List the names of rules in the canonical .agents rules folder. Use when the user asks to list available repository rules.
List the names of skills in the canonical .agents skills folder. Use when the user asks to list available repository skills.
| name | update-agents |
| description | Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input. |
Upsert .agents source-of-truth files for agents, skills, or rules based on user input.
Validate input.
.agents?"Identify target type and name.
agent, skill, rule.Resolve the target path inside .agents only.
agent -> .agents/agents/<name>.mdrule -> .agents/rules/<name>.mdskill -> .agents/skills/<name>/SKILL.md.cursor/*, .claude/*, .codex/*, or any other non-.agents agent or provider folder..agents to Cursor, Claude, Codex, and similar targets.Upsert behavior.
.agents files; those go stale when files move or refactors land. Prefer generic placeholders (for example services/<name>/...), short pattern descriptions, or minimal invented examples that are not tied to live paths or current line-level code.Multi-target behavior.
agents, skills, and rules.skill), distribute requested items across multiple files of that type as needed.Return a short result summary.
.agents file(s) were created or updated.