agentsclimarketplace

Daily note

Skill Hyphen-Tech-Org/claude-harness/.claude/skills/daily-note

今日の作業ログを daily/YYYY-MM-DD.md に書き出す Skill。毎朝の始業時 / 1日の終わりに使う。前日との差分を意識した内容になるように促す。From its SKILL.md

Install
npx -y skills add Hyphen-Tech-Org/claude-harness --skill daily-note

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 554 tokens by cl100k_base, as published. Nobody here has run it

Daily Note Skill

ユーザの「今日の作業ログ」「日報」「デイリーノート」「daily note」「今日やったことまとめて」などの呼びかけで発動。

手順

  1. 日付の取得: date '+%Y-%m-%d' で今日の日付を取得
  2. ディレクトリ準備: playground/daily/ がなければ作成
  3. 既存ファイル確認: playground/daily/<日付>.md が既にあるなら追記モード、無ければ新規作成
  4. 前日との差分意識: playground/daily/ 内で最新の前日ファイルを 1 つ読み、その「明日やること」を冒頭に転記
  5. テンプレ展開: 下記のテンプレで埋める
  6. ファイル書き出し

テンプレ

# YYYY-MM-DD

## 🌅 朝のチェックイン
- 体調: 
- 今日のゴール: 
- 前日からの持ち越し: <前日 daily の「明日やること」を転記>

## 📝 やったこと
- 

## 🤔 気づき / 学び
- 

## 🌙 明日やること
- 

出力例

playground/daily/2026-05-13.md を作成しました。
前日の持ち越し: 「README ドラフト完成」
ゴール: ____ をお伺いしてもいいですか?

注意

  • playground/ 外への書き出し禁止
  • 既存ファイルを無断で上書きしない(追記モードで)
  • 同じ日に複数回呼ばれた場合は、## 📝 やったこと に追記

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,401. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.