用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oimiragieo/agent-studio --skill skills-repair-worker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Agent frontmatter enhancements — disallowedTools, mcpServers scoping, fork_eligible field
Context management — pre-compact persistence, threshold alignment, microcompact/circuit breaker detection
Hook enhancements — updatedInput for bash safety prefixes, suppressOutput for verbose blocks, denial-based routing feedback
正在显示 SKILL.md
基于 SOC 职业分类
| name | skills-repair-worker |
| description | Fixes skill tests, catalog mismatches, missing workflows, and improves ecosystem gate scores |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
Features involving:
Read the feature description. Identify which skills need fixing and what specific changes are needed.
For missing scripts/main.cjs files:
.claude/skills/context-compressor/scripts/main.cjs)For missing SKILL.md sections:
For catalog/index mismatches:
pnpm validate:skills to get the full mismatch list.claude/config/skill-index.json to understand structureFor workflow restoration:
.claude/workflows/_archive/ for the fileFor ecosystem gate score improvement:
pnpm skills:ecosystem:gate to see which skills score < 80Run skill tests after each batch of changes:
node --test tests/skills/<skill-name>.test.cjs
pnpm validate:skills
pnpm validate:workflow-skill-contracts
pnpm skills:ecosystem:gate
Commit with descriptive message per batch.
{
"salientSummary": "Created scripts/main.cjs for token-saver-context-compression, token-saver-adaptive-ratio, and token-saver-memory-dedup. All 3 skill tests now pass. Added Router Gap Detection section to skill-creator SKILL.md. Added Activation section with compression-reminder.txt reference to token-saver SKILL.md. Fixed 20 of 79 catalog/index mismatches.",
"whatWasImplemented": "3 new scripts/main.cjs files following context-compressor pattern. 2 SKILL.md section additions. 20 skill-index.json agent assignment corrections.",
"whatWasLeftUndone": "59 remaining catalog/index mismatches (separate feature).",
"verification": {
"commandsRun": [
{
"command": "node --test tests/skills/token-saver-context-compression.test.cjs",
"exitCode": 0,
"observation": "All tests pass"
},
{ "command": "pnpm validate:skills", "exitCode": 0, "observation": "20 fewer mismatches" }