Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/WeZZard/MyWorks --skill outlineコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | outline |
| description | Make an outline for a post. |
Use this skill as the shell around the outline-generator subagent.
This skill does not own outline design principles. Keep outline methodology in the outline-generator subagent. The skill only prepares context, invokes the subagent, and interprets the response for the user.
outline-generator.outline-generator subagent with the subagent tool and that prompt.MUST NOT:
Before invoking outline-generator, create a compact summary from the current conversation.
Include only information the subagent needs:
Call the subagent tool like this:
{
"agent": "outline-generator",
"task": "<spawning prompt>"
}
Pass the summary to outline-generator as an append-only input bundle.
Use this prompt shape:
<SPAWNING_PROMPT_TEMPLATE>
## Core thesis
<!-- What is the article trying to say in one sentence? -->
## Personal Stake
<!-- Why does this matter to the author specifically? -->
## Reader Promise
<!-- What will the reader understand better after reading this? -->
## Key Raw Materials
<!-- Important experiences, arguments, examples, quotes, contrasts, or observations. -->
## Tension / Conflict
<!-- What is the central disagreement, paradox, or unresolved problem? -->
## Constraints
<!-- Tone, register, audience, things to avoid, authenticity rules. -->
## Existing Post
<!-- The path to the existing post. Optional. Empty when the post is not created. -->
## Revisions
<!-- The historical revisions of the discussed outlines. You **MUST** list in the following format:
### 1. [Design purpose of the outline V1]
**Section Titles:**
1. <Section Title 1. Verbatim copy from the `outline-generator` subagent outputs.>
2. <Section Title 2. Verbatim copy from the `outline-generator` subagent outputs.>
**Writing Approach:**
1. <Section Title 1>: <Writing approach of `` >
:
...
...
---
:
:
...
...
-->
</SPAWNING_PROMPT_TEMPLATE>
MUST:
You MUST explicitly state "The user has no opinions for this version." in User's Opinions section if the user found no opinions for the particular version of outline. You MUST exhaust the list of the user's opinions for each version of the outline.
MUST NOT:
You MUST NOT write prose. You MUST NOT invent examples. You MUST NOT smooth out the author's voice.
MUST:
You MUST honestly present what the outline-generator subagent responded.
You MUST unwrap the outer markdown codeblock of the response before outputing it.
You MUST include all the sections in ONE SINGLE markdown codeblock.
MUST NOT:
You MUST NOT include each section in SEPARATE markdown codeblocks.