This one's for managing Knock's notification infrastructure through their CLI. You'll use it when you need to version control your notification workflows, email templates, in-app guides, and reusable partials instead of clicking around their dashboard. The skill covers the full workflow: pulling resources locally, editing them as JSON and markdown files, then pushing changes back. It's especially detailed on the tricky bits like visual block templates versus raw HTML, variable namespacing (data versus vars), and the important distinction between guides for lifecycle messaging and workflows for event-driven notifications. Worth noting that it emphasizes always using the force flag to skip interactive prompts, which makes sense if you're automating this stuff.
npx skills add https://github.com/knocklabs/skills --skill knock-cli