Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/WeZZard/MyWorks --skill outline명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
wpw entry point for cover images. Generate cover image(s) for a post on one or more surfaces (X Article, 微信公众号头条/图片消息, 小红书, generic ratios), then run preflight. Delegates generation to the `cover-image` skill from the pi-cover-image package; this shim only maps the post directory to the plugin's inputs, loops over surfaces, and chains preflight.
Run pre-publish checks on a blog post — frontmatter, content, feed-page exposure, and cover image checks per platform. Use before publishing a post under YYYY-MM-DD-slug/.
Polish English post prose by delegating to the `polish-editor` subagent. Use for blog post files under `YYYY-MM-DD-slug/index.md` or pasted English post text.
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.