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.
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
- Claude Code plugin
- Agent Skills
- Behavior preset fallback
Use this for Claude Code in the terminal or VS Code.Terminal:
- Run
/plugininside a Claude Code session. - Open Marketplaces > Add Marketplace.
- Paste
cekura-ai/cekura-skillsand confirm. - Open Discover, search
cekura, and install thecekuraplugin. - Run
/setup-mcpand complete the OAuth sign-in.
- Open the Claude Code chat panel.
- Open Manage Plugins > Marketplaces.
- Add
cekura-ai/cekura-skills. - Install the
cekuraplugin. - 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
- Claude Code plugin
- Agent Skills
- Behavior preset
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
Fornpx skills installs:
/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: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.
Links
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.