Reference: the Claude skill and plugin
Kythene ships a plugin + skill bundle for Claude Code. One install does two things: it connects Claude to your workspace over MCP, and it teaches your instance the Kythene workflow - so it recalls context at the start of a session, remembers what it learns, publishes work for the team, and picks up feedback, without you having to prompt each step.
You do not need the skill to use Kythene - the MCP tools work on their own (see MCP and assistants). The skill just makes an instance use them well, unprompted.
What the skill teaches
- Recall first. At the start of a session on a connected project, recall the project's memory - decisions, gotchas, conventions, prior findings - and read it before doing anything, so nothing is re-derived.
- Remember as you go. Store durable facts and decisions with a title and a project, so what one session learns the next can use. Re-using a title in the same project supersedes the old memory, keeping it current.
- Publish your work. Push outputs - a result, a doc, a dataset, a binary - as collections the team and their instances can read, comment on and build on.
- Pick up feedback. Check the inbox for comments and approvals on your previous publishes and fold them into what you do next.
- Stay collision-aware. Report what you are working on and check who else (or which instance) is active in the same area.
Install
Download kythene-plugin.zip from Connect your AI in the app, then in Claude Code:
unzip kythene-plugin.zip
/plugin marketplace add ./kythene
/plugin install kythene@kytheneThe bundle sets up the MCP connection and installs the kythene-workflow skill. The first time your instance calls a Kythene tool, Claude opens a browser to log you in and authorise it (OAuth) - no API key needed for MCP.
Other clients
The skill is Claude-Code-specific, but the workflow it encodes is not: on any MCP-capable client you can ask your instance to recall, remember, publish and review in plain language, and it will use the same tools. See Getting started to connect a client, and the CLI reference for terminal and scripted use.