一键导入
outline
Generate a detailed article outline from completed research. Creates subsections with conversational headers (no colons) and prose-focused structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a detailed article outline from completed research. Creates subsections with conversational headers (no colons) and prose-focused structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | outline |
| description | Generate a detailed article outline from completed research. Creates subsections with conversational headers (no colons) and prose-focused structure. |
| allowed-tools | Read, Write, Edit, Glob |
Generate a detailed outline for the article with completed research.
Find Active Article
articles/article.jsonRead All Research
research/[section-id].md fileresearch/sources.json for source inventoryFor each section in article.json:
Each section should have 2-4 subsections with conversational headers (no colons):
Bad headers:
## Finding Prospects: Where to Look
### Subsection 1: Introduction to Prospecting
### Subsection 2: Tools and Techniques
Good headers:
## Where Good Prospects Hide
### The ICP Framework
### Tools That Actually Work
### Building Your First 100 Contacts
Headers should sound like something you'd say to a colleague, not academic paper sections.
articles/[slug]/outline.md# Article Outline: [Title]
## Introduction
- Hook: [opening angle]
- Context: [why this matters now]
- Preview: [what reader will learn]
### Subsection: What is [Topic]
- Key point 1
- Key point 2
- [EMBED: YouTube video about basics]
## [Section 2 Title]
### Subsection: [Name]
- Point with [source citation]
- [EVIDENCE: key data point or quote]
### Subsection: [Name]
- Point
- [DIAGRAM: mermaid flowchart of process]
... continue for all sections ...
## Conclusion
- Key takeaways (3-5 bullets)
- Next steps for reader
- Call to action
Add outline field to each section:
{
"id": "section-id",
"outline": {
"subsections": ["Subsection 1", "Subsection 2"],
"media_placements": ["youtube", "diagram"],
"key_sources": ["source-url-1", "source-url-2"]
}
}
[timestamp] Outline completed
- Total subsections: N
- Media placements: N
- Ready for writing
Summarize:
/write-section [first-section-id]Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Discover and scrape jobs from 2,800+ companies using Ashby as their ATS. Search and filter by location, remote status, department, and keywords. Use when looking for jobs, researching companies hiring, or building job market intelligence.
Scrape all Ashby job boards and search for matching roles. Runs the full discover-scrape-search pipeline. Use when user says "scrape ashby" or wants to run the full job scraping pipeline.
Professional fiction editor with 6 passes. Checks AI pattern contamination, voice fidelity, POV consistency, continuity, prose tightening, and scene assessment. Assembles scenes into chapter.md.
Add YouTube video embeds and mermaid diagrams to the article. Replaces placeholders with actual embed code.
Evaluate article quality against targets defined in article.json. All thresholds are read from the spec, not hardcoded. Returns PASS or FAIL with specific issues.