.claude/skills/writing-skill/SKILL.md
文章撰写技能,遵循 writing-methodology.md 规范
npx skillsauth add cnwinds/agent-team writingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
写作技能是写手执行大纲设计、初稿撰写、修订打磨的标准化流程。
writing-methodology.md(写手和编辑的共同基准)templates/outline-template.md 设计大纲.claude/USER.mdoutputs/research-brief-{topic}.md)已产出,核心论点与事实已校验所有文章相关产出在 outputs/ 下,按选题 slug 命名({topic} 如 llm-survey):
outputs/outline-{topic}.md — 大纲(总编审批后定稿)outputs/draft-v1-{topic}.md — 第一稿outputs/draft-v2-{topic}.md — 第二稿(审核后修改)outputs/draft-v3-{topic}.md … 最后一版即终稿tools
文章审核技能,负责质量把关和修改建议
research
选题调研与素材搜集技能
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------