KEN3pei

Nippou Add — Productivity skill for Claude Code

Productivity community

Obsidian daily note の ### Nippo 欄に引数を箇条書きで追記する.

How to install Nippou Add

Installs to ~/.claude/skills/ken3pei-claude-code-skills-nippou-add/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ken3pei-claude-code-skills-nippou-add && curl -fsSL https://raw.githubusercontent.com/KEN3pei/claude-code-skills/HEAD/commands/nippou-add.md -o ~/.claude/skills/ken3pei-claude-code-skills-nippou-add/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Nippou Add does


name: nippou-add description: Obsidian daily note の ### Nippo 欄に引数を箇条書きで追記する

Nippo 追記コマンド

引数

/nippou-add <追記内容>

引数として渡された内容: `$ARGUMENTS`

Claude への指示

`$ARGUMENTS` をそのまま 1 件の Nippo として扱い、以下を実行する。

/Users/uenokensuke/Apps/cc-skills/nippou-add/bin/nippou-add "$ARGUMENTS"

実行後、更新した daily note のパスと追記した箇条書きを日本語で簡潔に返す。

注意

  • $ARGUMENTS を要約・翻訳・整形しない。
  • daily note が存在しない場合はスクリプトが Obsidian の Daily Notes 設定に従ってテンプレートから作成する。
  • ### Nippo が存在しない場合はスクリプトが末尾

Alternatives in Productivity

  • Configure Claude HUD — FIRST: Use the Read tool to load ~/.claude/plugins/claude-hud/config.json if it exists 10.9k ★
  • Om Correct — Sweep a corrected fact through the vault — finds every note restating it, applies the correction at the single 4.6k ★
  • 🤝 Contributing To Agent Skills — First of all, thank you for taking the time to contribute 1.7k ★

Full documentation available on GitHub

View Source Repository