兼容codex@cursor一键安装技能/cursor一键安装技能/纯手动安装/skills/writing-skills/SKILL.md
Use when creating, editing, or validating Cursor custom skills, especially when deciding where they should live, how they should be named, and how to describe when they apply.
npx skillsauth add 6bnbn/flowpilot writing-skillsInstall 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.
Create skills that Cursor can discover and apply effectively.
~/.cursor/skills/.cursor/skills/Do not create custom skills in ~/.cursor/skills-cursor/; that directory is reserved for Cursor's built-in skills.
Each skill should live in its own directory:
skill-name/
SKILL.md
optional-reference.md
optional-examples.md
name and descriptiondevelopment
Use when the user wants a written implementation plan in Cursor before editing code, especially for multi-step tasks or changes touching several files.
development
Use before claiming work is complete, fixed, or passing in Cursor. Requires fresh verification evidence such as tests, builds, lint output, or direct reproduction checks.
testing
Use when starting a task in Cursor and deciding whether to apply one of the companion skills in this pack before exploring, planning, editing, or reviewing.
testing
Use when starting feature work that should be isolated from the current checkout, especially in git repositories where a separate worktree would reduce risk.