25 lines
697 B
JSON
25 lines
697 B
JSON
{
|
|
"schema_version": 2,
|
|
"source_kind": "workflow",
|
|
"id": "blogify",
|
|
"description": "wiki 내용을 블로그 글감/초안 구조로 변환",
|
|
"argument_hint": "<wiki 문서 경로 또는 주제>",
|
|
"heading_locale": "ko-KR",
|
|
"body_path": "harness/source/skills/blogify.md",
|
|
"execution_contract": {"kind": "orchestrated", "profile": "publish", "default_risk": "medium", "design_bearing": true},
|
|
"targets": [
|
|
{
|
|
"kind": "claude-command",
|
|
"path": ".claude/commands/blogify.md"
|
|
},
|
|
{
|
|
"kind": "agent-skill",
|
|
"path": ".agents/skills/blogify/SKILL.md"
|
|
},
|
|
{
|
|
"kind": "agent-workflow",
|
|
"path": ".agents/workflows/blogify.md"
|
|
}
|
|
]
|
|
}
|