Wato Author And Publish Skill banner
api-evangelist api-evangelist

Wato Author And Publish Skill

Development community

Description

--- name: Author and publish a Wato skill description: Draft a versioned team skill (SKILL.md plus bundled files) over MCP, move it through review, and publish it for agents to load. api: mcp/wato-mcp.yml operations: - wato_list_skills - wato_get_skill - wato_get_skill_file - wato_save_skill_draft - wato_publish_skill generated: '2026-07-21' method: generated --- # Author and publish a Wato skill Wato skills are reusable, versioned units of capability — a SKILL.md plus optional bundled files (

Installation

Installs to ~/.claude/skills/api-evangelist-wato-wato-author-and-publish-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/api-evangelist-wato-wato-author-and-publish-skill && curl -fsSL https://raw.githubusercontent.com/api-evangelist/wato/HEAD/skills/wato-author-and-publish-skill.md -o ~/.claude/skills/api-evangelist-wato-wato-author-and-publish-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository