用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mcorbett51090/RavenClaude --skill structured-output命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Route everyday, well-defined work (single-file edits, test-writing, summarization, mechanical refactors, boilerplate) to a cheaper coding agent (Grok or Copilot CLI) instead of doing it in the main Claude session, escalating multi-file/architecture/debugging/security work to Claude. Opt-in via the `cheap_lane:` comfort-posture knob.
Authors, validates and packages a claude.ai Organization Skill — the intake questions, the trigger and scope exercises, then lint, pack and verify against measured platform constraints. Reach for this when someone wants to publish a Skill to their organization, or when an upload was rejected and the reason is unclear.
Drafts a reply to an inbound customer email, grounded in the account record and the published help-centre articles rather than in recall. Use when a customer emails about billing, a renewal or an outage, when a reply must cite current policy, or when a teammate asks for a first draft to edit.
基于 SOC 职业分类
正在显示 SKILL.md
| name | structured-output |
| description | Enforce the Structured Output Protocol — every sub-agent handoff ends with a `---RESULT_START--- ... ---RESULT_END---` JSON block alongside the human-readable Markdown. Team Lead parses the JSON for routing; Markdown stays for human review. Active across all 14 core specialists. |
Purpose: Enforce the Structured Output Protocol across all agents and tasks for reliable, parseable, high-quality deliverables and handoffs.
---RESULT_START---
{
"status": "complete" | "partial" | "blocked",
"summary": "Concise one-sentence outcome",
"deliverables": ["list", "of", "key", "items"],
"structured_data": { ... any JSON schema ... },
"handoff_recommendation": {
"to_specialist": "Architect | Coder | Reviewer | ...",
"reason": "Why this specialist next",
"context_summary": "Brief relevant context for handoff"
},
"confidence": 0.0-1.0,
"risks_or_open_questions": [...],
"next_actions": [...]
}
---RESULT_END---
"Delegate this as a Focused Task to the Coder. Use the Structured Output Skill. Require the Coder to return reasoning + the exact ---RESULT_START--- block with status, summary, code_changes summary, and handoff if needed."