Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions skills/write-skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Once everything passes, package the final files as a zip and present it to the u

Use plain, direct language. Ecommerce-specific terms are fine when appropriate. Do not use em dashes (use double hyphens `--` instead). Write in a neutral business tone.

### Writing style for skill instructions

Write skill instructions as intent, not scripts. Tell the agent what information needs to be conveyed and why -- not the exact words to say. Instead of writing "Say to the user: 'Here is your brand voice profile. Review it and let me know if anything feels off,'" write "Present the output and ask the user to review it. Explain that this is the document other skills will reference, so accuracy matters more than polish."

Every skill should include a short Voice and Approach section near the top that sets tone, register, and interaction style. This replaces scattered scripted lines throughout the conversation flow. See this skill's own Voice and Approach section as a model.

When writing the SKILL.md in Phase 3, follow this structure:

```markdown
Expand Down
2 changes: 1 addition & 1 deletion skills/write-skill/skillshelf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.6"
version: "1.7"

category: operations-and-process
subcategories:
Expand Down
Loading