cekura-coordinator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCekura Coordinator
Cekura协调器
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.
根据用户需求将其引导至合适的Cekura技能或命令。它就像“前台”——了解所有Cekura插件中的可用功能,并帮助用户找到合适的工具。
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.
当该技能建议在Cekura上创建、列出、更新或评估内容时,优先使用可用的平台工具,而非描述API调用或控制台步骤。在安装了Cekura插件的Claude Code中,这些工具已自动配置,可为你处理身份验证、参数验证和错误处理。仅当当前会话中没有可用工具时,才回退到直接使用API端点或控制台指引。
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
- 用户刚安装cekura-skills并询问“我能做什么?”
- 用户寻求帮助或不知道该使用哪个命令
- 用户描述了一项任务,你需要将其引导至合适的工具
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.
当用户描述相关任务时,技能会激活。命令是仅在安装了插件的Claude Code中可用的斜杠命令。
Skills
技能
| Skill | Use when |
|---|---|
| New to Cekura, first-time setup, platform walkthrough |
| Set up a voice AI agent — provider, mock tools, KB, dynamic vars |
| Auto-tune agent prompts from eval results — diagnose → propose → apply → re-validate |
| Design new metrics, improve existing ones, metric best practices |
| Improve metric accuracy through feedback cycle (labs workflow) |
| Catalog of built-in metrics — what each does, costs, constraints, configuration |
| Design evaluators, test suites, coverage strategy, conditional actions |
| Debug a failing production call, reproduce with evals, fix, regression test, raise PR |
| 技能 | 使用场景 |
|---|---|
| 首次使用Cekura、初始设置、平台导览 |
| 设置语音AI Agent——提供商、模拟工具、知识库(KB)、动态变量 |
| 根据评估结果自动优化Agent提示词——诊断→提议→应用→重新验证 |
| 设计新指标、改进现有指标、指标最佳实践 |
| 通过反馈循环提升指标准确性(实验室工作流) |
| 内置指标目录——每个指标的功能、成本、约束、配置 |
| 设计评估器、测试套件、覆盖策略、条件操作 |
| 调试失败的生产调用、通过评估重现问题、修复、回归测试、提交PR |
Commands
命令
| Command | Use when |
|---|---|
| Run the guided onboarding flow (state-aware, picks up where you left off) |
| Configure the Cekura MCP server (Claude Code only) |
| Update all Cekura skills to the latest version |
| Report a bug — files a GitHub issue, optionally attempts a fix |
| Create or update a metric via API |
| List metrics for an agent or project |
| Run metrics on specific calls |
| Full improvement cycle: collect feedback, run labs, auto-improve |
| Create or update a single evaluator with full field walkthrough |
| Auto-generate evaluators (or bulk create from CSV/JSON) |
| List evaluators for an agent or project |
| Execute evaluators (run test scenarios) |
| Check results from a test run |
| Full end-to-end quality report — generates 10 evals, runs them, produces structured analysis |
| 命令 | 使用场景 |
|---|---|
| 运行引导式入门流程(感知状态,可从上次中断处继续) |
| 配置Cekura MCP服务器(仅Claude Code可用) |
| 将所有Cekura技能更新至最新版本 |
| 报告Bug——提交GitHub Issue,可选尝试修复 |
| 通过API创建或更新指标 |
| 列出Agent或项目的指标 |
| 针对特定调用运行指标评估 |
| 完整改进周期:收集反馈、运行实验室测试、自动优化 |
| 创建或更新单个评估器,包含完整字段引导 |
| 自动生成评估器(或从CSV/JSON批量创建) |
| 列出Agent或项目的评估器 |
| 执行评估器(运行测试场景) |
| 查看测试运行的结果 |
| 完整端到端质量报告——生成10个评估器、运行评估、生成结构化分析 |
Routing Guide
路由指引
When the user describes what they need, route them:
| User Need | Route To |
|---|---|
| "I'm new to Cekura" / first-time setup | cekura-onboarding skill |
| "Set up my agent" / "connect my voice agent" | cekura-create-agent skill |
| "Configure MCP" / "MCP not working" | |
| "Create metrics for my agent" | cekura-metric-design skill |
| "My metrics are giving wrong results" | |
| "I need to test my agent" | cekura-eval-design skill |
| "Generate test scenarios" | |
| "Create a specific test scenario" | |
| "Run my tests" | |
| "Check test results" | |
| "Create a metric that checks X" | |
| "Update this metric" | |
| "Evaluate calls against metrics" | |
| "Update my skills" | |
| "What metrics should I have?" | cekura-metric-design skill (baseline metrics section) |
| "Help me improve this metric" | |
| "Leave feedback on a metric result" | |
| "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" | |
| "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新手” / 首次设置 | cekura-onboarding技能 |
| “设置我的Agent” / “连接我的语音Agent” | cekura-create-agent技能 |
| “配置MCP” / “MCP无法工作” | |
| “为我的Agent创建指标” | cekura-metric-design技能 |
| “我的指标结果不正确” | |
| “我需要测试我的Agent” | cekura-eval-design技能 |
| “生成测试场景” | |
| “创建特定测试场景” | |
| “运行我的测试” | |
| “查看测试结果” | |
| “创建一个检查X的指标” | |
| “更新这个指标” | |
| “针对指标评估调用” | |
| “更新我的技能” | |
| “我应该使用哪些指标?” | cekura-metric-design技能(基线指标部分) |
| “帮我改进这个指标” | |
| “对指标结果提供反馈” | |
| “设置生产监控” | cekura-onboarding技能(第六阶段) + 可观测性文档 |
| “添加模拟工具” / “设置工具” | cekura-create-agent技能(第四阶段) |
| “上传知识库” | cekura-create-agent技能(第五阶段) |
| “某个功能坏了” / “提交Bug” | |
| “改进我的Agent” / “根据评估结果自动优化” | cekura-self-improving-agent技能 |
| “有哪些可用的内置指标?” / “幻觉检测的成本是多少?” | cekura-predefined-metrics技能 |
| “修复这个生产调用Bug” / “重现并测试修复方案” | cekura-fixing-prod-issues技能 |
| “运行完整质量报告” / “生成评估器并端到端运行” | |
Typical User Journeys
典型用户旅程
Journey 1: Brand New User
旅程1:全新用户
- → Configure MCP server for API access (Claude Code plugin users)
/setup-mcp - cekura-onboarding → Set up account and project
- cekura-create-agent → Add agent with provider, mock tools, KB, dynamic vars
- cekura-onboarding → Enable pre-defined metrics, generate first evaluators
- cekura-onboarding → Run first tests, review results
- cekura-metric-design → Create custom metrics based on what they learned
- cekura-eval-design → Build targeted test suites
- → 配置MCP服务器以实现API访问(Claude Code插件用户)
/setup-mcp - cekura-onboarding → 设置账户和项目
- cekura-create-agent → 添加包含提供商、模拟工具、知识库、动态变量的Agent
- cekura-onboarding → 启用预定义指标,生成首个评估器
- cekura-onboarding → 运行首次测试,查看结果
- cekura-metric-design → 根据所学内容创建自定义指标
- cekura-eval-design → 构建针对性测试套件
Journey 2: Has Agent, Needs Testing
旅程2:已有Agent,需要测试
- cekura-eval-design → Design test suite
- → Auto-generate evaluators
/autogen-eval - → Execute tests
/run-evals - → Review results
/eval-results
- cekura-eval-design → 设计测试套件
- → 自动生成评估器
/autogen-eval - → 执行测试
/run-evals - → 查看结果
/eval-results
Journey 3: Has Metrics, Needs Improvement
旅程3:已有指标,需要改进
- → Full cycle: collect feedback, check readiness, auto-improve
/improve-metric - → Validate changes
/evaluate-calls
- → 完整周期:收集反馈、检查就绪状态、自动优化
/improve-metric - → 验证更改
/evaluate-calls
Journey 4: Production Monitoring
旅程4:生产监控
- cekura-metric-design → Design observability metrics
- → Deploy metrics (create or update)
/create-metric - → Validate on sample calls
/evaluate-calls
- cekura-metric-design → 设计可观测性指标
- → 部署指标(创建或更新)
/create-metric - → 在示例调用上验证
/evaluate-calls
API Access
API访问
For Claude Code plugin users: each plugin auto-configures access to the Cekura API. If commands or platform operations aren't working, run to configure the connection.
/setup-mcpFor 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.
对于Claude Code插件用户:每个插件都会自动配置对Cekura API的访问权限。如果命令或平台操作无法正常工作,请运行来配置连接。
/setup-mcp对于其他客户端(Cursor、Codex、npx skills安装等):使用Cekura控制台https://dashboard.cekura.ai,或使用你的API密钥直接调用API。
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
该技能仅负责路由——不执行任务本身。确认用户需求后,调用匹配的技能:
- 首次使用Cekura → cekura-onboarding
- 连接Agent → cekura-create-agent
- 根据评估结果自动优化Agent提示词 → cekura-self-improving-agent
- 设计指标 → cekura-metric-design
- 提升指标准确性 → cekura-metric-improvement
- 选择内置指标 → cekura-predefined-metrics
- 设计测试场景 → cekura-eval-design
- 端到端修复生产调用Bug → cekura-fixing-prod-issues
Documentation
文档
- Full API docs: https://docs.cekura.ai/api-reference
- LLM-friendly index: https://docs.cekura.ai/llms.txt
- Concepts: https://docs.cekura.ai/documentation/key-concepts/