Loading...
Loading...
Designs and writes high-quality Agent Skills (SKILL.md + optional reference files/scripts). Use when asked to create a new Skill, rewrite an existing Skill, improve Skill structure/metadata, or generate templates/evaluations for Skills.
npx skill4agent add walletconnect/skills skill-writingnamedescriptionREFERENCE.mdWORKFLOWS.mdEXAMPLES.mdCHECKLISTS.mdnamedescription---
name: <lowercase-hyphen-name>
description: <does X. Use when Y.>
---# <Skill Title>
## Goal
...
## When to use
- ...
## When not to use
- ...
## Inputs
- ...
## Outputs
- ...
## Default workflow
1) ...
2) ...
3) ...
## Validation checklist
- [ ] ...
- [ ] ...
## Examples
### Example 1
Input: ...
Output: ...REFERENCE.mdWORKFLOWS.mdEXAMPLES.md