branchly Skills
Skill gives any AI coding assistant (OpenCode, Claude Code, Cursor) a structured, step-by-step workflow for setting up or improving a branchly application — without you having to guide it manually.
Instead of asking the AI to "fix my chatbot", the skill tells it exactly how to triage session failures, audit retrieval quality, check prompt/AI Action alignment, and validate every change. It uses the branchly MCP Server under the hood to read and write your application directly.
Why it's useful
Debugging a branchly application involves multiple layers — content, retrieval, routing, prompts — and it's important to fix the right one. This skill encodes the correct decision tree so the AI diagnoses before it acts.
Requirements
The branchly MCP Server must be connected in your AI coding tool. See the MCP Server page for setup instructions.
Installation
npx skills add branchly-io/branchly-skills
Or to install one skill only:
npx skills add branchly-io/branchly-skills --skill optimize-application
Available Skills
optimize-application
Usage
Once installed, just describe the problem to your AI assistant:
- "Optimize my branchly application"
- "Debug why my AI Action never fires"
The skill activates automatically and guides the AI through the full diagnostic workflow.