CtrlK
BlogDocsLog inGet started
Tessl Logo

cekura-coordinator

Use when the user asks "what can Cekura do", "what commands are available", "help me with Cekura", "what skills do I have", "show me Cekura features", "what's available", "how do I use Cekura", or needs guidance on which Cekura skill to use for their task. Also relevant as the entry point when a user has just installed cekura-skills for the first time.

60

Quality

70%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./cekura/skills/cekura-coordinator/SKILL.md
SKILL.md
Quality
Evals
Security

Cekura Coordinator

Purpose

Route users to the right Cekura skill or command based on what they need. This is the "front desk" — it knows everything available across all Cekura plugins and helps users find the right tool.

Performing Platform Actions

When this skill suggests creating, listing, updating, or evaluating something on Cekura, prefer using available platform tools over describing API calls or dashboard steps. In Claude Code with the Cekura plugin installed, these tools are auto-configured and handle authentication, parameter validation, and error handling for you. Fall back to direct API endpoints or dashboard guidance only when no tools are available in the current session.

When This Skill Loads

  • User just installed cekura-skills and asks "what can I do?"
  • User asks for help or doesn't know which command to use
  • User describes a task and you need to route them

Available Skills & Commands

Skills activate when the user describes a relevant task. Commands are slash commands available only in Claude Code with the plugin installed.

Skills

SkillUse when
cekura-onboardingNew to Cekura, first-time setup, platform walkthrough
cekura-create-agentSet up a voice AI agent — provider, mock tools, KB, dynamic vars
cekura-self-improving-agentAuto-tune agent prompts from eval results — diagnose → propose → apply → re-validate
cekura-metric-designDesign new metrics, improve existing ones, metric best practices
cekura-metric-improvementImprove metric accuracy through feedback cycle (labs workflow)
cekura-predefined-metricsCatalog of built-in metrics — what each does, costs, constraints, configuration
cekura-eval-designDesign evaluators, test suites, coverage strategy, conditional actions
cekura-fixing-prod-issuesDebug a failing production call, reproduce with evals, fix, regression test, raise PR

Commands

CommandUse when
/cekura-onboardingRun the guided onboarding flow (state-aware, picks up where you left off)
/setup-mcpConfigure the Cekura MCP server (Claude Code only)
/upgrade-skillsUpdate all Cekura skills to the latest version
/report-bugReport a bug — files a GitHub issue, optionally attempts a fix
/create-metricCreate or update a metric via API
/list-metricsList metrics for an agent or project
/evaluate-callsRun metrics on specific calls
/improve-metricFull improvement cycle: collect feedback, run labs, auto-improve
/manual-create-update-evalCreate or update a single evaluator with full field walkthrough
/autogen-evalAuto-generate evaluators (or bulk create from CSV/JSON)
/list-evalsList evaluators for an agent or project
/run-evalsExecute evaluators (run test scenarios)
/eval-resultsCheck results from a test run
/cekura-reportFull end-to-end quality report — generates 10 evals, runs them, produces structured analysis

Routing Guide

When the user describes what they need, route them:

User NeedRoute To
"I'm new to Cekura" / first-time setupcekura-onboarding skill
"Set up my agent" / "connect my voice agent"cekura-create-agent skill
"Configure MCP" / "MCP not working"/setup-mcp command
"Create metrics for my agent"cekura-metric-design skill
"My metrics are giving wrong results"/improve-metric command (or cekura-metric-improvement skill for full cycle)
"I need to test my agent"cekura-eval-design skill
"Generate test scenarios"/autogen-eval command
"Create a specific test scenario"/manual-create-update-eval command
"Run my tests"/run-evals command
"Check test results"/eval-results command
"Create a metric that checks X"/create-metric command (or cekura-metric-design skill for complex metrics)
"Update this metric"/create-metric command (handles both create and update)
"Evaluate calls against metrics"/evaluate-calls command
"Update my skills"/upgrade-skills command
"What metrics should I have?"cekura-metric-design skill (baseline metrics section)
"Help me improve this metric"/improve-metric command
"Leave feedback on a metric result"/improve-metric command (Phase 1: feedback collection)
"Set up production monitoring"cekura-onboarding skill (Phase 6) + observability docs
"Add mock tools" / "set up tools"cekura-create-agent skill (Phase 4)
"Upload knowledge base"cekura-create-agent skill (Phase 5)
"Something's broken" / "file a bug"/report-bug command
"Improve my agent" / "auto-tune from eval results"cekura-self-improving-agent skill
"Which built-in metrics are available?" / "what does Hallucination Detection cost?"cekura-predefined-metrics skill
"Fix this prod call bug" / "reproduce and test a fix"cekura-fixing-prod-issues skill
"Run a full quality report" / "generate evals and run them end-to-end"/cekura-report command

Typical User Journeys

Journey 1: Brand New User

  1. /setup-mcp → Configure MCP server for API access (Claude Code plugin users)
  2. cekura-onboarding → Set up account and project
  3. cekura-create-agent → Add agent with provider, mock tools, KB, dynamic vars
  4. cekura-onboarding → Enable pre-defined metrics, generate first evaluators
  5. cekura-onboarding → Run first tests, review results
  6. cekura-metric-design → Create custom metrics based on what they learned
  7. cekura-eval-design → Build targeted test suites

Journey 2: Has Agent, Needs Testing

  1. cekura-eval-design → Design test suite
  2. /autogen-eval → Auto-generate evaluators
  3. /run-evals → Execute tests
  4. /eval-results → Review results

Journey 3: Has Metrics, Needs Improvement

  1. /improve-metric → Full cycle: collect feedback, check readiness, auto-improve
  2. /evaluate-calls → Validate changes

Journey 4: Production Monitoring

  1. cekura-metric-design → Design observability metrics
  2. /create-metric → Deploy metrics (create or update)
  3. /evaluate-calls → Validate on sample calls

API Access

For Claude Code plugin users: each plugin auto-configures access to the Cekura API. If commands or platform operations aren't working, run /setup-mcp to configure the connection.

For other clients (Cursor, Codex, npx skills installs, etc.): use the Cekura dashboard at https://dashboard.cekura.ai or call the API directly using your API key.

Next Steps

This skill routes — it doesn't perform tasks itself. After confirming the user's need, invoke the matching skill:

  • New to Cekura → cekura-onboarding
  • Connecting an agent → cekura-create-agent
  • Auto-tuning an agent prompt from eval results → cekura-self-improving-agent
  • Designing metrics → cekura-metric-design
  • Improving metric accuracy → cekura-metric-improvement
  • Picking which built-in metrics to use → cekura-predefined-metrics
  • Designing test scenarios → cekura-eval-design
  • Fixing a production call bug end-to-end → cekura-fixing-prod-issues

Documentation

Repository
cekura-ai/cekura-skills
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.