Agent skill
writing-skills
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.
Install this agent skill to your Project
npx add-skill https://github.com/6BNBN/FlowPilot/tree/main/兼容codex@cursor一键安装技能/cursor一键安装技能/纯手动安装/skills/writing-skills
SKILL.md
Writing Skills
Goal
Create skills that Cursor can discover and apply effectively.
Storage Locations
- Personal skills:
~/.cursor/skills/ - Project skills:
.cursor/skills/
Do not create custom skills in ~/.cursor/skills-cursor/; that directory is reserved for Cursor's built-in skills.
Good Skill Structure
Each skill should live in its own directory:
skill-name/
SKILL.md
optional-reference.md
optional-examples.md
SKILL.md Requirements
- YAML frontmatter with
nameanddescription - concise body with clear instructions
- optional references for heavier material
Naming Rules
- lowercase letters, numbers, and hyphens
- short, descriptive, and easy to trigger from user language
Description Rules
- say what the skill is for and when to use it
- include likely trigger words
- avoid vague labels like "helper" or "workflow"
Authoring Advice
- optimize for real usage, not theory
- keep the main file concise
- move heavier references into separate files
- test the skill on realistic prompts after writing it
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
using-superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
Didn't find tool you were looking for?