Cekura skills give your AI coding agent the playbook for designing evaluators, creating metrics, running tests, and triaging results on the Cekura platform. They auto-activate when your conversation matches a relevant task.Documentation Index
Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you get
Nine skills, scoped to specific Cekura workflows:| Skill | Activates on |
|---|---|
cekura-coordinator | ”What can Cekura do?” — routes to the right skill |
cekura-onboarding | ”Get started with Cekura” — full platform walkthrough |
cekura-create-agent | ”Connect my voice agent to Cekura” |
cekura-self-improving-agent | ”Improve my agent / auto-tune from eval results” |
cekura-metric-design | ”Create a metric / measure call quality” |
cekura-metric-improvement | ”Improve a metric / fix metric accuracy” |
cekura-predefined-metrics | ”What predefined metrics are available / which built-in metrics should I use” |
cekura-eval-design | ”Design test scenarios for my voice agent” |
cekura-fixing-prod-issues | ”Fix a production call bug / reproduce and test a fix before raising a PR” |
Best with MCP, but optional. Skills work standalone as a knowledge layer (workflows, design patterns, anti-patterns) and pair best with the Cekura MCP server, which lets the agent perform platform actions for you. Without MCP, the agent walks you through direct API calls or dashboard steps. See MCP overview for setup.
Install
Claude Code users — install the marketplace plugin. It bundles all 9 skills, 14 slash commands, the MCP server config, and a failure-detection hook in a single install. Other agents (Cursor, Codex, Windsurf, etc.) usenpx skills add to get the skills only.
- Claude Code (recommended)
- Other agents (npx skills)
The full marketplace install — skills, slash commands, MCP auto-config, and hooks. This is the recommended path for any Claude Code user.CLI:
- Run
/plugininside a Claude Code session - Marketplaces tab → Add Marketplace
- Paste
https://github.com/cekura-ai/cekura-skills.gitand confirm - Discover tab → search
cekura→ install thecekuraplugin - Restart your Claude Code session
- Run
/setup-mcpto configure the MCP server (or follow the MCP overview for the OAuth flow — it’s a one-click sign-in)
- Open the Claude Code chat panel
- Manage Plugins → Marketplaces → paste the same URL → Add
- Plugins tab → install the
cekuraplugin - Restart VS Code, then run
/setup-mcp
/cekura-onboarding, /setup-mcp, /upgrade-skills, /report-bug, /create-metric, /list-metrics, /evaluate-calls, /improve-metric, /autogen-eval, /manual-create-update-eval, /list-evals, /run-evals, /eval-results, /cekura-report) plus the auto-configured MCP server and the MCP-failure detection hook.Update / refresh
- Claude Code marketplace
- Other agents (npx skills)
Run Restart Claude Code after upgrading.
/upgrade-skills in any Claude Code session, or pull manually:Reinstall
If/upgrade-skills reports stale plugin entries, or /plugin install fails with Source path does not exist, your Claude Code install needs a clean reinstall. Run these 4 commands in order in any Claude Code session:
claude plugin list should show one cekura@cekura-skills entry and all 14 slash commands resolve under cekura:*.
If /plugin install still errors after step 4, fully restart Claude Code (close and reopen the session), then redo steps 2–4.
Remove
/plugins → Marketplaces.
Compatibility
| Client | Method | Skills | Slash commands | MCP tools |
|---|---|---|---|---|
| Any Agent Skills client | npx skills add | ✅ | — | — |
| Claude Code (CLI / VS Code) | Marketplace install | ✅ | ✅ | ✅ |
| Cursor | npx skills add | ✅ | — | — |
| Codex | npx skills add | ✅ | — | — |
| Windsurf / others | npx skills add | ✅ | — | — |
Frequently asked questions
What are Cekura skills?
Cekura skills are domain-specific instructions that teach AI coding agents how to work with the Cekura platform — designing metrics, building test scenarios, onboarding voice agents, and improving evaluation accuracy. They activate automatically when you describe a relevant task.Which AI agents are supported?
Any agent that supports the Agent Skills format. Verified compatibility includes Claude Code (VS Code and CLI), Cursor, OpenAI Codex, Antigravity, OpenCode, Amp, Goose, Junie, GitHub Copilot, Roo Code, Letta, Firebender, Mistral Vibe, and others.Do I need a Cekura account?
Yes — sign up free at dashboard.cekura.ai. OAuth is the default; use an API key only if you need project/org scoping or want to share one credential across CI / teammates.Should I use the Claude Code plugin install or npx skills add?
| You want | Use |
|---|---|
| Full Claude Code experience (slash commands, MCP auto-config, hooks) | Plugin marketplace |
| Skills only, on Cursor / Codex / Antigravity / any other agent | npx skills add |
| A lighter Claude Code install without slash commands | npx skills add |
What’s the difference between a skill and a slash command?
- Skill — knowledge / behavior the agent loads when you describe a related task (e.g., “design a metric that…”). Works on every Agent Skills-compatible agent.
- Slash command — a Claude Code-specific shortcut that performs a specific operation (e.g.,
/create-metricactually creates a metric via the API). Only available with the Claude Code plugin install.
How do skills activate?
Two ways:- Automatically by description — describe what you want (“create a metric for call quality”), the agent loads the matching skill.
- Explicitly — type
/skill-name(Cursor, Codex) or mention the skill by name.
Can I customize a skill?
Yes — skills are plain markdown files. After install, editSKILL.md directly, or fork cekura-ai/cekura-skills and install from your fork:
Are skills shared across my team?
Per-user install in most cases — share the install command in your team’s onboarding doc. The Claude API custom-skills upload path supports workspace-wide sharing once a skill is uploaded.Links
GitHub
Source, issues, and changelog
MCP Overview
Set up MCP (required for full skill functionality)
Claude Code Guide
End-to-end walkthrough using skills + MCP
Dashboard
Manage your Cekura workspace