Agent Plugins Marketplace
All plugins

daikenja

v0.9.1

Not an assistant -- a sage you consult. It reads the threads, documents, meetings and code you are buried in, asks what you are actually trying to do, and hands back something you can act on: a verdict on a draft, a review of how you handled a thread, a plain markdown ledger of what a project decided and what is still open. It never sends, never publishes, and never writes a word you did not ask for. The writing and remembering side of a working week.

Claude Code18 Skills

By Carlos EngLicense: FSL-1.1-ALv20 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install daikenja for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install daikenja@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/by-carlos/daikenja

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

daikenja/
├── .claude-plugin/plugin.json
├── skills/compose/SKILL.md
├── skills/doc-review/SKILL.md
├── skills/learn-voice/SKILL.md
├── skills/meeting-review/SKILL.md
├── skills/preflight/SKILL.md
├── skills/project-catchup/SKILL.md
├── skills/project-decisions/SKILL.md
├── skills/project-gaps/SKILL.md
├── skills/project-list/SKILL.md
├── skills/project-log/SKILL.md
├── skills/project-sources/SKILL.md
├── skills/project-summary/SKILL.md
├── skills/remember-persona/SKILL.md
├── skills/self-review/SKILL.md
├── skills/setup-project/SKILL.md
├── skills/setup-user/SKILL.md
├── skills/tensei/SKILL.md
└── skills/thread/SKILL.md

Included Skills18

composeskills/compose/SKILL.md

Rewrites or writes a message so it stays clear, professional and easy to read for all audiences without changing the ask, stance or confidence level.

doc-reviewskills/doc-review/SKILL.md

Reviews a document against a predetermined checklist: clarity, undefined terms, unenforced rules, undated decisions, missing owners, contradictions, and obvious stale content. Use when the user says "review this doc", "review this page", "check this before I publish", or pastes a document and asks for a check before sharing it. Read-only -- it reports findings, it never edits or rewrites the document.

learn-voiceskills/learn-voice/SKILL.md

Derives your writing-style.md from writing samples you supply, backing up whatever the file held first. It records style rules only, never facts about people or projects.

meeting-reviewskills/meeting-review/SKILL.md

Turns a meeting transcript into proposed ledger entries: decisions made, action items with owners and dates, and questions left unresolved. Use when the user pastes a transcript or asks what came out of a call. It classifies only and writes nothing itself.

preflightskills/preflight/SKILL.md

Challenges a draft before it goes out and hands back a revised version plus the facts only you can supply -- the six substance checks, then a set of reviewer personas whose wording problems it fixes. Never sends anything.

project-catchupskills/project-catchup/SKILL.md

Reports what changed in a project's Daikenja ledger since the user last checked, then advances the checkpoint on approval. The only skill that writes last_checkpoint in daikenja.yaml; it never touches ledger content. Accepts an optional project key -- `/daikenja:project-catchup <key>` reads that project from anywhere.

project-decisionsskills/project-decisions/SKILL.md

Looks up what was decided about a specific topic in a project's Daikenja ledger, including its supersession history and what it is blocked by or contradicts. Read-only; writes nothing. Accepts an optional project key -- `/daikenja:project-decisions <key>` reads that project from anywhere.

project-gapsskills/project-gaps/SKILL.md

Audits a project's Daikenja ledger for open items with no owner or that have sat too long; only Open items are in scope. Read-only; writes nothing. Accepts an optional project key -- `/daikenja:project-gaps <key>` reads that project from anywhere.

project-listskills/project-list/SKILL.md

Lists every project registered in daikenja.yaml, says which one the current directory resolves to, and reports whether each project's ledger actually exists. Read-only; it never repairs what it reports.

project-logskills/project-log/SKILL.md

Records decisions, open items and sources in a project's ledger. Use when the user says "log this", "record this decision", "add this to the ledger", or asks for what was settled to be written down.

project-sourcesskills/project-sources/SKILL.md

Reports which of a project's tracked sources moved since they were last read, by comparing each source's stored last-modified value against what its system reports now. Read-only against the ledger; recording a re-read goes through /daikenja:project-log. Accepts an optional project key -- `/daikenja:project-sources <key>` reads that project from anywhere.

project-summaryskills/project-summary/SKILL.md

Gives a full-state overview of a project's Daikenja ledger, written for someone with no prior context. Read-only; writes nothing. Accepts an optional project key -- `/daikenja:project-summary <key>` reads that project from anywhere.

remember-personaskills/remember-persona/SKILL.md

Records what the user says about a person they write to, so later messages are written for that reader. Use when the user says "remember that S challenges every technical claim", "log this persona", or describes a recipient while drafting and wants that kept.

self-reviewskills/self-review/SKILL.md

Reviews how the user themselves handled a thread they took part in, with private, direct, evidence-backed coaching on their own moves. Findings are about the user alone, and nothing is written, logged or sent.

setup-projectskills/setup-project/SKILL.md

Registers the project you are in with Daikenja, sets its per-project settings, and optionally seeds its ledger from sources the project already has.

setup-userskills/setup-user/SKILL.md

One-time and re-runnable personal setup for Daikenja: creates your configuration, captures your profile, seeds the persona and writing-style files, and applies any pending version upgrade.

tenseiskills/tensei/SKILL.md

Installs, updates, or removes the Tensei conversational persona (~/.claude/daikenja/tensei.md) and its CLAUDE.md import line, diffing an existing copy and backing up anything it would overwrite.

threadskills/thread/SKILL.md

Reads a Slack or email thread, summarizes what is being asked and by whom, then collects context from the user before any reply is drafted. Use when the user pastes a thread link or a block of chat history, or says "help me answer this". It gathers only and never writes the reply.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "daikenja",
  "description": "Not an assistant -- a sage you consult. It reads the threads, documents, meetings and code you are buried in, asks what you are actually trying to do, and hands back something you can act on: a verdict on a draft, a review of how you handled a thread, a plain markdown ledger of what a project decided and what is still open. It never sends, never publishes, and never writes a word you did not ask for. The writing and remembering side of a working week.",
  "version": "0.9.1",
  "author": {
    "name": "Carlos Eng",
    "url": "https://github.com/by-carlos"
  },
  "homepage": "https://github.com/by-carlos/daikenja",
  "repository": "https://github.com/by-carlos/daikenja",
  "license": "FSL-1.1-ALv2",
  "keywords": [
    "claude-code",
    "skills",
    "writing",
    "messaging",
    "ledger",
    "decision-log",
    "project-memory"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[daikenja on Agent Plugins Marketplace](https://pluginsmp.com/plugins/daikenja)