corezoid-ai-plugin CLAUDE.md

corezoid-ai-plugin CLAUDE.md is an instructions file for coding agents from corezoid/corezoid-ai-plugin. It costs 2,573 tokens per session, scanned B, original, MIT.

Repository instructions for a plugin that lets AI coding tools create, edit, and review Corezoid business-process workflows from an integrated development environment. They also describe its Go-based service connector and release process.

In plain words
What is it for?
Use them to develop or test the Corezoid plugin, work on its Go connector, run its tests, install it locally, or publish a new version.
Why use it?
They explain how the plugin is structured, tested, packaged, and published. This reduces guesswork when changing workflow features, connector tools, or platform-specific plugin files.

Instructions file

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/corezoid/corezoid-ai-plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/corezoid/corezoid-ai-plugin

Wrote 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.

agentmods badge for corezoid-ai-plugin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/corezoid/corezoid-ai-plugin/claude-md.svg)](https://agentmods.dev/instructions/corezoid/corezoid-ai-plugin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/corezoid/corezoid-ai-plugin/claude-md"><img src="https://agentmods.dev/badge/instructions/corezoid/corezoid-ai-plugin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,573 This file is loaded in full into every session.
When invoked 2,573 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02573 $0.02573
Opus 5 $0.01287 $0.01287
Sonnet 5 $0.00515 $0.00515
Haiku 4.5 $0.00257 $0.00257

Measured today against content hash f6af754e145b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

corezoid-ai-plugin CLAUDE.md scanned grade B 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 today.

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.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

Skills and commands use `${CLAUDE_PLUGIN_ROOT}` to reference files relative to the installed plugin root. This token is a host-side text substitution that Claude Code performs at skill-load time (see anthropics/claude-co
CLAUDE.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Purpose

This is a Claude Code / Codex / Kiro plugin (@corezoid/corezoid-ai-plugin) that gives the AI the knowledge and tools to create, edit, and review Corezoid BPM processes directly from the IDE. The repo ships:

  • Static skills (plugins/corezoid/skills/*/SKILL.md + reference docs, JSON samples).
  • Plugin manifests for Claude Code, Codex, Kiro, and the agents marketplace, plus POWER.md for the Kiro Powers registry.
  • A Go-based MCP server (convctl) in plugins/corezoid/mcp-server/ that exposes Corezoid operations as MCP tools. It has real tests (go test -race), golden tests for layout and lint, integration tests, and a release pipeline that builds signed multi-platform binaries.

Plugin Development Commands

# Publish a new version (triggers GitHub Actions on tag push)
git tag v1.x.x && git push origin v1.x.x

# Install the plugin locally for testing
npm install -g .
claude plugin install @corezoid/corezoid-ai-plugin

convctl MCP server (bundled in this plugin)

The MCP server is bundled as Go source at plugins/corezoid/mcp-server/. All operations are exposed as MCP tools — no separate installation required, only Go must be available. The server starts automatically via .mcp.json.

To test the MCP server without Claude:

cd plugins/corezoid/mcp-server && npx @modelcontextprotocol/inspector go run . mcp-server

MCP server: build, test, lint

Run these from plugins/corezoid/mcp-server/:

go build ./...                                    # compile
go vet ./...                                      # static analysis
go test -race -coverprofile=coverage.out ./...    # tests with race detector
go tool cover -func=coverage.out                  # coverage summary

Golden tests (layout coordinates in testdata/golden/layout_*.json, lint output in testdata/golden/lint_*.txt) are regenerated with the -update flag after an intentional algorithm change:

Read the full file on GitHub · 166 lines

Changes

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.

  1. today Changed · +2 lines · +45 tokens per session f6af754e145b
  2. 5d ago First seen · 164 lines · 2,528 tokens per session scan B e4016cdbad39

Subscribe to this mod's changes

corezoid-ai-plugin CLAUDE.md is an instructions file published in the GitHub repository corezoid/corezoid-ai-plugin (73 stars, last pushed today), licensed MIT. It adds 2,573 tokens to every session, about $0.0129 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.