Scaffold structured documents (RFC, ADR, Blog) using industry best practices. Produces draft for refinement with /wordsmith:edit.
Scaffold structured documents (RFC, ADR, Blog) using industry best practices. Generates draft templates when you request specific document types, then prompts to use `/wordsmith:edit` for refinement.
/plugin marketplace add saadshahd/moo.md/plugin install wordsmith@moo.mdThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/templates/adr.mdreferences/templates/blog.mdreferences/templates/rfc.mdScaffold structured documents using industry best practices. Produces a draft; use /wordsmith:edit to refine.
You're working on:
Announce which template you're using:
| Request Pattern | Action | Reference |
|---|---|---|
| "RFC", "request for comments", "design doc", "proposal" | Apply RFC template | references/templates/rfc.md |
| "ADR", "architecture decision", "decision record" | Apply ADR template | references/templates/adr.md |
| "blog", "blog post", "article", "technical post" | Apply Blog template | references/templates/blog.md |
| "[custom name]" template | Apply user template | ~/.claude/wordsmith/templates.jsonl |
| "list templates", "show my templates" | List all templates | See Template Management below |
| "create custom template", "save as template" | Create user template | See Template Management below |
| "delete template [name]" | Remove user template | See Template Management below |
~/.claude/wordsmith/templates.jsonl first/wordsmith:edit to refine prose, or continue iterating."After generating draft:
/wordsmith:edit for prose refinementUser templates stored at: ~/.claude/wordsmith/templates.jsonl
Goal: Show all available templates (built-in + user) so user can choose.
Built-in templates: rfc, adr, blog
Goal: Persist user's template definition for reuse.
Required information:
Constraints:
JSONL Schema:
{
"ts": "ISO-8601",
"name": "template-name",
"base": "rfc|adr|blog|null",
"description": "One-line description",
"sections": [{"name": "...", "required": true, "guidance": "..."}],
"header_fields": ["field1", "field2"],
"quality_checks": ["Check 1", "Check 2"],
"source": "user"
}
Goal: Remove user template from storage.
Constraints:
/wordsmith:edit after scaffoldingCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.