Skip to main content
If you are setting up Cekura for the first time, start with the MCP & Skills setup. This page is the Skills catalog and maintenance reference.
Cekura Skills give your AI assistant the playbook for designing evaluators, creating metrics, running tests, improving prompts, and triaging production failures on Cekura.

Install paths

The native plugin is the preferred route on every client that has one — it bundles Skills and the MCP server (no separate MCP setup), and on Claude Code it adds slash commands, update support, and the MCP failure hook. See your assistant’s guide for the exact install.

Install

Use this for Claude Code in the terminal or VS Code.Terminal:
  1. Run /plugin inside a Claude Code session.
  2. Open Marketplaces > Add Marketplace.
  3. Paste cekura-ai/cekura-skills and confirm.
  4. Open Discover, search cekura, and install the cekura plugin.
  5. Run /setup-mcp and complete the OAuth sign-in.
VS Code:
  1. Open the Claude Code chat panel.
  2. Open Manage Plugins > Marketplaces.
  3. Add cekura-ai/cekura-skills.
  4. Install the cekura plugin.
  5. Restart VS Code, then run /setup-mcp.

Skills catalog

The cekura-skills repo is the canonical, always-current list. The catalog below may lag when new skills ship.

Claude Code slash commands

Slash commands are available only through the Claude Code plugin install.

Update

Run this in Claude Code:
You can also enable marketplace auto-update from the Claude Code plugin manager so new skill versions are picked up automatically on startup.

Remove

For npx skills installs:
For the Claude Code plugin, remove the marketplace entry with /plugin marketplace remove cekura-skills (see Reinstall for the full sequence).

Reinstall Claude Code plugin

If plugin install or upgrade reports stale entries, run these in Claude Code, in order:
After reinstalling, claude plugin list should show one cekura@cekura-skills entry and the Cekura slash commands should resolve.

Compatibility

Why didn’t /plugin marketplace add install the plugin automatically?

Marketplaces and plugins are separate concerns in Claude Code. marketplace add registers where to find plugins; plugin install <name>@<marketplace> installs a specific plugin from a registered marketplace. Adding a marketplace does not auto-install everything in it. See Reinstall Claude Code plugin for the full clean-install sequence.

MCP & Skills Setup

Choose the right install path for your assistant.

Claude Code Guide

Recommended plugin-based setup.

Manual setup

Install Skills, then connect MCP — for clients without a plugin.

GitHub

Source, issues, and changelog.