Borrowing it
Nothing to install: this file belongs to cekura-ai/cekura-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cekura-ai/cekura-skills/main/CLAUDE.mdgit clone --depth 1 https://github.com/cekura-ai/cekura-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/cekura-ai/cekura-skills/claude-md)<a href="https://agentmods.dev/instructions/cekura-ai/cekura-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/cekura-ai/cekura-skills/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/cekura-ai/cekura-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/cekura-ai/cekura-skills/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.05655 | $0.05655 |
| Opus 5 | $0.02828 | $0.02828 |
| Sonnet 5 | $0.01131 | $0.01131 |
| Haiku 4.5 | $0.00566 | $0.00566 |
Grade A, and why
cekura-skills CLAUDE.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Body is **public-facing**: no internal endpoints (e.g., `localhost:8001`), no MCP-bug curl workarounds, no `cekura-internal:*` skill references, no customer-specific facts. `mcp__cekura__*` tool references are allowed How it starts
The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cekura Skills — Developer Guide
Repository Structure
This is a Claude Code marketplace that doubles as an Agent Skills package — a single plugin that encodes domain expertise for the Cekura voice AI testing and evaluation platform.
cekura-skills/
.claude-plugin/
marketplace.json # Claude Code marketplace registry (source: "./cekura")
.cursor-plugin/
marketplace.json # Cursor marketplace registry (source: "./cekura")
.agents/plugins/
marketplace.json # Codex/generic registry (git-subdir → ./cekura)
.github/plugin/
marketplace.json # GitHub Copilot CLI registry (source: "./cekura")
gemini-extension.json # Gemini CLI extension manifest (inline MCP + GEMINI.md)
GEMINI.md # Gemini context file — kept identical to codex/AGENTS.md
cekura/ # The plugin lives here (the manifests above point to this dir)
.claude-plugin/
plugin.json # Claude plugin manifest
.codex-plugin/
plugin.json # Codex plugin manifest (skills: ./skills/, mcpServers: ./.mcp.json)
.cursor-plugin/
plugin.json # Cursor plugin manifest (inlines mcpServers with the hosted MCP URL)
.github/plugin/
plugin.json # GitHub Copilot plugin manifest (Open Plugin Spec; skills + mcpServers paths)
.mcp.json # MCP auto-config shared by Claude Code and Codex (camelCase mcpServers)
skills/ # Single source of truth for skills
cekura-coordinator/
cekura-onboarding/
cekura-create-agent/
cekura-self-improving-agent/
cekura-metric-design/
cekura-metric-improvement/
cekura-predefined-metrics/
cekura-eval-design/
cekura-personality-design/
cekura-infra-test-suite/
cekura-bot-test-writer/
cekura-flag-call-log-failures/
cekura-generate-scenarios/
commands/ # Slash commands (Claude Code only)
hooks/ # MCP failure detection + session-start auto-update (Claude Code CLI only)
_template/ # SKILL.md.tmpl scaffold for new skills (dev-only)
codex/
AGENTS.md # Single-file behavior preset for Codex/Cursor/other agents
package.json # npm package metadata (used by Agent Skills validators)
README.md # User-facing installation and platform setup guide
CLAUDE.md # This file — developer context for contributors
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +2 lines · +41 tokens per session 9e88583371cd
- 2d ago Changed · +2 lines · +37 tokens per session 121b4ed52e01
- 3d ago Changed · -7 lines · -74 tokens per session f8dcb17f6473
- 8d ago Changed · -14 tokens per session f0c7652dddba
- 12d ago First seen · 265 lines · 5,665 tokens per session scan A ac3fee55c6b8
cekura-skills CLAUDE.md is an instructions file published in the GitHub repository cekura-ai/cekura-skills (7 stars, last pushed yesterday), licensed MIT. It adds 5,655 tokens to every session, about $0.0283 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).