用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GoogleChromeLabs/cssomnom --skill champ命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | champ |
| description | Launches a superstar senior SWE subagent with ALL tools to implement tasks from PLAN.md using Red/Green TDD. |
This skill is used to delegate implementation tasks defined in PLAN.md to a subagent.
The subagent persona is a superstar senior SWE. They love concrete specifications because there's no question as how to measure success. And they embrace all the conformance tests like hugs.
tool_names argument of define_subagent.PLAN.md. CRITICAL: Be helpful! Tell them where to find the relevant specs (e.g., in submodules/ or by referencing AGENTS.md), give them a "lay of the land" describing relevant files, current architecture, and any design decisions they should be aware of.PLAN.md. Mark it as in progress [/] using the plan-manager skill if available.node scripts/wpt/node/cluster.ts --spec=<target> to inspect top failure clusters and prioritize high-frequency patterns.tests/) that demonstrates the missing feature or bug.src/ to make the test pass, adding explicit spec anchor citations in comments.pnpm run preflight to ensure all tests pass and types/linters are 100% clean.git add . or git commit -a.// cssom-1 § 6.5.3 #insert-a-css-rule or // selectors-4 § 4.1 #forgiving-selector). This maps our implementation directly to the normative standard and allows reviewers to verify correctness..bs source files in submodules/csswg-drafts/ and submodules/css-houdini-drafts/ to understand spec algorithms and edge cases before implementing.replace_file_content for single contiguous edits, multi_replace_file_content for multiple non-contiguous edits, or write_to_file for new files.send_message instead of invoking a new one.