ワンクリックで
writing-skills
Guide for creating, updating, or improving RooCode agent skills with templates and best practices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide for creating, updating, or improving RooCode agent skills with templates and best practices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Verify WCAG 2.1 AA compliance by analyzing HTML structure, ARIA usage, contrast, keyboard patterns, and semantic markup. Runs before completion in FE Designer mode.
Guide the design of beautiful, accessible, systematic UI components. Auto-triggers when creating or restyling components in FE Designer mode.
Audit design system consistency — check tokens, spacing, colors, typography usage across the codebase. Triggers when modifying shared styles or on user request.
Self-critique visual output before completion. Evaluates visual hierarchy, CTA clarity, cognitive load, spacing consistency, and layout priority. MUST run before attempt_completion in FE Designer mode.
MANDATORY: Run validation tools after EVERY code change. Do not finish until code is error-free.
Auto-enforce coding standards after every code change in Code mode. Checks file size, nesting, naming, error handling, and anti-patterns.
| name | writing-skills |
| description | Guide for creating, updating, or improving RooCode agent skills with templates and best practices. |
| risk | safe |
| source | self |
| tags | ["meta","skill-authoring","templates","best-practices"] |
Dispatcher for skill creation excellence. Use the decision tree below to find the right template and standards.
Respond in the user's configured language.
Create a NEW skill:
Improve an EXISTING skill:
Verify Compliance:
| Component | Purpose |
|---|---|
| CSO | "SEO for LLMs". How to write descriptions that trigger. |
| Standards | File naming, YAML frontmatter, directory structure. |
| Anti-Rationalization | How to write rules that agents won't ignore. |
| Testing | How to ensure your skill actually works. |
references/templates/---
name: my-technique
description: "Use when [specific symptom occurs]."
risk: safe
source: self
tags: [category, keyword1, keyword2]
---
# My Technique
## When to Use
- [Symptom A]
- [Error message]
| Mistake | Fix |
|---|---|
| Description summarizes workflow | Use "Use when..." triggers only |
No tags in frontmatter | Add 3+ keyword tags |
| Generic name ("helper") | Use gerund (creating-skills) |
| Long monolithic SKILL.md | Split into references/ |
See gotchas.md for more.
Before deploying any skill:
name field matches directory name exactlySKILL.md filename is ALL CAPStags has 3+ keywordsrisk is set (safe or moderate)references/ for more)@ force-loading in cross-referencesCreate a Tier 1 skill (RooCode global):
~/.roo/skills/my-technique/SKILL.md
Create a Tier 2 skill (RooCode project):
<workspace>/.roo/skills/my-skill/SKILL.md
<workspace>/.roo/skills/my-skill/references/core/README.md