用 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.