skills/skill-writer/SKILL.md
Claude Code skill 设计和编写助手。仅通过 /skill-writer 命令手动触发,不自动激活。负责分析需求合理性、边界情况、降级兼容处理,最终生成规范的 SKILL.md 文件。
npx skillsauth add snailuu/skill skill-writerInstall 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.
Read ~/.claude/skills/skill-writer/AGENTS.md before proceeding.
必须直接使用 Bash 工具执行 shell 命令,绝对不要使用 Task 工具。
ls ~/.claude/skills/
Analyze the requirement. Output a completeness score immediately using the scoring template in AGENTS.md § Appendix B.
After each user response, update the score and ask only the highest-impact unanswered questions.
Advance to Phase 3 when score ≥ 85, or user says "够了" / "直接写".
Show the complete SKILL.md content in a code block. Use the template from AGENTS.md § Appendix C.
Note any fields filled with defaults. Ask: "是否需要修改?没问题就写入文件。"
mkdir -p ~/.claude/skills/<skill-name>
Write the file with the Write tool. Then validate:
bash ~/.claude/skills/skill-writer/scripts/validate.sh ~/.claude/skills/<skill-name>
Report the validation result to the user.
documentation
Use when 需要根据 git 历史生成或更新 CHANGELOG.md,尤其在发版前整理 Unreleased、版本区间、tag diff 或 Keep a Changelog 条目时。
development
Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.
development
Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.
development
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.