Teknesyum Core
Description
Token-aware multi-agent orchestration plugin for Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**English** · [Türkçe](README.tr.md)
Teknesyum Core
A contract gate for multi-agent work in Claude Code.
Work is split into contracts. A contract names the files it owns and the commands that prove it done. Nothing closes until those commands exit 0, and contracts that touch sensitive ground additionally need an auditor that never wrote a line.
**It costs nothing per message.** No hook writes into the model's context on an ordinary turn, no rule asks the model to print a banner, and there are no slash commands. State lives in the statusline, which the model never sees. You pay once, at install.
Install
Windows — one line
irm https://raw.githubusercontent.com/Teknesyum/Teknesyum-Core/v0.1.0/install.ps1 | iex
macOS / Linux — one line
curl -fsSL https://raw.githubusercontent.com/Teknesyum/Teknesyum-Core/v0.1.0/install.sh | bash
From inside Claude Code
/plugin marketplace add Teknesyum/Teknesyum-Core
/plugin install teknesyum-core@teknesyum
**Restart Claude Code after installing.**
Both one-liners point at a tag, not at `main`: what gets piped into a shell is the released script, not whatever the branch holds today. Each release publishes the SHA-256 of both installers in its notes.
**Required:** Claude Code, git. **Optional:** Node.js — without it the statusline and the gate scripts do not run, and you are told so rather than left guessing.
The installers end by running setup in your own terminal, where it asks its questions and costs nothing. If you skip them, either run the script yourself:
node ~/.claude/plugins/cache/teknesyum/teknesyum-core/*/scripts/setup.js
**or paste this to Claude:**
Set up Teknesyum Core. Run `node /scripts/setup.js --check`, where `` is the installed teknesyum-core directory. It prints JSON. Ask me every question under `missing` in a single message, then call `node /scripts/setup.js --apply` with t
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11