rich-modern
Use when you need a full-spec example with rich frontmatter, dynamic injection and substitutions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need a full-spec example with rich frontmatter, dynamic injection and substitutions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify agent-context quality with the `dora` CLI. Whenever you author or edit a skill (SKILL.md), plugin, rule, or agent config, run dora to check it before reporting the work done. Also use when the user asks to check, diagnose, fix, or clean up agent context across Claude, Cursor, Codex, Copilot, or Grok. Not for ordinary source-code edits.
Use when testing scenario coverage in review tier 3.
Nested skill under packages/x/skills, used to test recursive discovery.
First skill in the multi-skill fixture repo, used to test fan-out validation.
Second skill in the multi-skill fixture repo, used to test fan-out validation.
Extracts examples for testing the agentskills.io spec validator. Use when validating a well-formed skill against the open spec.
| name | rich-modern |
| description | Use when you need a full-spec example with rich frontmatter, dynamic injection and substitutions. |
| when_to_use | user asks to visualize the repo, generate a map, or explore structure with a script |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read Grep Bash(node *) |
| context | fork |
| agent | Explore |
| arguments | ["target"] |
| shell | bash |
| paths | **/*.ts, **/*.js |
Target: $ARGUMENTS or $0
Current tree:
!find ${target:-.} -type f -maxdepth 2 | head -20
See reference.md and the helper in scripts/.