writing-skills
Use when creating, updating, or improving agent skills.
Author
ozy
Category
AI Skill DevelopmentInstall
Hot:8
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-writing-skills&locale=en&source=copy
Writing Skills — Intelligent Agent Skill Creation Guide
Skill Overview
Writing Skills is the dispatch hub for creating intelligent agent skills. It provides decision trees, templates, and standards to help developers create, update, or optimize AI intelligent agent skills.
Use Cases
Core Functions
Decision Tree Navigation
Use a quick decision tree to determine the correct workflow path: create a new skill and choose a Tier 1–3 architecture; modularize or apply CSO optimization to existing skills; use standard documentation for compliance checks.
Skill Template Library
Provides four skill templates: Technical (how-to guides), Reference (documentation), Disciplined (rules), and Pattern-based (design patterns). Each template includes a standard structure and best practices.
CSO Search Optimization
“SEO for Large Language Models,” guiding how to write skill descriptions and trigger keywords to ensure the skill can be correctly discovered and triggered.
Frequently Asked Questions
How do I choose a skill architecture template?
Select based on complexity:
Why doesn’t the skill description trigger?
Check whether the description starts with "Use when...", whether it includes specific trigger keywords, and whether the metadata.triggers field contains 3+ keywords. Improve the description writing using the CSO (search optimization) guide.
Where should the SKILL.md file be placed?
A fully uppercase SKILL.md file must be placed under the skill directory. For complex skills, you may place supplementary documents in the references/ directory. The filename must exactly match the skill directory’s name field.