kurapika
v0.1.1A plugin that automatically accumulates ADRs, feature summaries, and TODOs in an Obsidian Vault, per development project
By tomoki-nagasakaLicense: MIT0 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 31, 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 kurapika for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kurapika@agent-plugin-marketplacePaste 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/tomoki-nagasaka/kurapikaClone 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
├── .claude-plugin/plugin.json├── skills/adr/SKILL.md├── skills/organize/SKILL.md├── skills/search/SKILL.md└── skills/summary/SKILL.md
Included Skills4
Records a design decision or technology choice as an ADR (Architecture Decision Record) in the Obsidian Vault once it has been finalized during development. Triggers automatically on phrases like "we decided to do X because Y", "make this an ADR", or "we're going with this approach". Do not use it for discussions that are still open and haven't reached a conclusion.
Checks the Obsidian Vault's health (empty feature folders, broken links, gaps or duplicates in ADR numbering, features not linked from summary-todo) and reports the findings. Use it on explicit requests like "tidy up the Vault" or "check if anything's a mess". Does not trigger automatically.
Searches past ADRs, summaries, and TODOs in the Obsidian Vault by keyword. Use it on phrases like "what did we decide about X again?" or "find past notes about X".
Reflects progress updates that don't involve an ADR — status changes on a feature, or changes to the project's overall TODOs — into the Obsidian Vault's summary.md / summary-todo.md. Triggers automatically on phrases like "here's how far we got", "this is done", or "next we'll do X". For recording the decision itself, use the adr skill instead.
Plugin manifests1
{
"name": "kurapika",
"version": "0.1.1",
"description": "A plugin that automatically accumulates ADRs, feature summaries, and TODOs in an Obsidian Vault, per development project",
"author": {
"name": "tomoki-nagasaka"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kurapika on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kurapika)