用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ariadoss/superskills --skill content-writer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session
基于 SOC 职业分类
正在显示 SKILL.md
| name | content-writer |
| description | Content creation leveraging knowledge bases — blog posts, docs, marketing copy, investor updates. |
| allowed-tools | ["Read","Write","Grep","Glob","Bash"] |
Create content by researching your knowledge bases before writing.
Reads from knowledge bases configured in ~/.superskills/knowledge.conf. Each line: name|path|description.
cat ~/.superskills/knowledge.conf
| Type | Audience | Tone |
|---|---|---|
| Blog post | Developers, users | Technical but accessible |
| Documentation | Developers | Precise, example-driven |
| Marketing copy | Prospects | Benefit-focused, concise |
| Investor update | Investors, board | Data-driven, strategic |
| Product announcement | Users | Exciting but honest |
| Internal memo | Team | Direct, context-rich |
Search knowledge bases for relevant context:
# Search across all configured knowledge bases
for kb_path in $(awk -F'|' '{print $2}' ~/.superskills/knowledge.conf); do
kb_path="${kb_path/#\~/$HOME}"
[ -d "$kb_path" ] && grep -rli "topic" "$kb_path" --include="*.md" --include="*.txt" --include="*.html"
done
Read the top 3-5 most relevant files. Note key quotes, data points, and frameworks.
Before writing, create a structured outline:
Write the full draft:
Check the draft against: