Agent Plugins Marketplace
All plugins

daily-report

v0.1.0

Generates a scannable daily work report (日報) by aggregating the day's git commits and the Obsidian session records that session-insights writes to the vault, then synthesizing them into a single narrative note written back to <vault>/daily/<date>.md. Read-mostly SOURCE-of-truth digest: git supplies what changed in this repo, the Obsidian records supply cross-project summaries/learnings/remaining tasks and cost/token numbers. Subscription-native (skill only, no binary, no API key).

Claude Code1 Skill

By yukineko0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 daily-report 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 daily-report-2@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/yukineko/claude-harnesses

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

Plugin files

crates/daily-report/
├── .claude-plugin/plugin.json
└── skills/daily-report/SKILL.md

Included Skills1

daily-reportskills/daily-report/SKILL.md

その日の作業を「git のコミットログ」+「Obsidian の session record ノート」から集約し、1枚の日報(何をやったか / なぜか / 学び / 残課題 / 数値)に合成して Obsidian vault へ書き戻すコマンド。git は当該リポジトリの変更を、Obsidian records は横断プロジェクトのサマリ・学び・残課題・コスト/トークン数を供給する。集約と合成(判断)は LLM、材料は git と session-insights が書いた既存 record が供給。生成のみで record は書き換えない。

Plugin manifests1

crates/daily-report/.claude-plugin/plugin.json
{
  "name": "daily-report",
  "version": "0.1.0",
  "description": "Generates a scannable daily work report (日報) by aggregating the day's git commits and the Obsidian session records that session-insights writes to the vault, then synthesizing them into a single narrative note written back to <vault>/daily/<date>.md. Read-mostly SOURCE-of-truth digest: git supplies what changed in this repo, the Obsidian records supply cross-project summaries/learnings/remaining tasks and cost/token numbers. Subscription-native (skill only, no binary, no API key).",
  "author": {
    "name": "yukineko"
  },
  "keywords": [
    "daily-report",
    "日報",
    "standup",
    "git",
    "obsidian",
    "digest",
    "session-insights",
    "report"
  ]
}

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

[daily-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/daily-report-2)