Agent skill
skill-creator
Create effective skills. Use when creating or updating skills.
Install this agent skill to your Project
npx add-skill https://github.com/n4vysh/dotfiles/tree/main/home/dot_config/opencode/skill/skill-creator
SKILL.md
Skill Creator
Principles
- Concise: Only add context AI doesn't have.
- Progressive disclosure: Metadata → SKILL.md → Resources
- Appropriate freedom: High for flexible, low for fragile tasks.
Structure
skill-name/
├── SKILL.md (required)
└── Optional: scripts/, references/, assets/
- SKILL.md:
name: lowercase, hyphens, max 64 charsdescription: max 1024 chars, third person, what + whencompatibility: opencode- Body: under 500 lines
- Naming: Gerund form (
processing-pdfs,analyzing-data) - Description:
Extract PDF text. Use when working with PDFs.
Formatting
- 80 chars guideline: Exceptions: URLs, code, tables
- Paths: Forward slashes (
scripts/file.py) - Terminology: Consistent throughout
Patterns
Progressive disclosure:
## Quick start
[Instructions]
## Advanced
See [ADVANCED.md](ADVANCED.md)
Workflows with checklist:
- [ ] Analyze
- [ ] Validate
- [ ] Execute
- Feedback loops: Validate → fix → repeat
- Templates:
ALWAYS use: [template]orAdapt as needed: [...] - Examples: Provide input/output pairs
Anti-Patterns
❌ Windows paths, vague descriptions, many options ❌ Time-sensitive info, nested references
Development
- Complete task, notice repeated context
- Create skill with AI
- Test, iterate
Template
---
name: skill-name
description: What it does. Use when [trigger].
license: UNLICENSE
compatibility: opencode
---
# Skill Name
[Instructions]
Checklist:
- Description under 80 chars, third person
- Body under 500 lines, 80 char guideline
- Consistent terminology
- References one level deep
- Tested with real usage
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
terraform-module
Inspect Terraform module specs from cache when seeing module sources.
swarm
Orchestrate parallel Claude Code worker swarms with protocol-based behavioral governance. Use for complex features, large refactors, or multi-step tasks. Supports behavioral constraints, parallel workers, and persistent state across context compactions.
valibot
Valibot schema validation for backend and frontend forms.
vue
Vue coding style and best practices.
tailwind
Tailwind CSS styling conventions.
websearch
Search Google
Didn't find tool you were looking for?