Agent Plugins Marketplace
All plugins

kurapika

v0.1.1

A plugin that automatically accumulates ADRs, feature summaries, and TODOs in an Obsidian Vault, per development project

Claude Code4 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kurapika@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/tomoki-nagasaka/kurapika

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

kurapika/
├── .claude-plugin/plugin.json
├── skills/adr/SKILL.md
├── skills/organize/SKILL.md
├── skills/search/SKILL.md
└── skills/summary/SKILL.md

Included Skills4

adrskills/adr/SKILL.md

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.

organizeskills/organize/SKILL.md

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.

searchskills/search/SKILL.md

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

summaryskills/summary/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
}

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)