save-note — for Claude Code save-note, hobby-matching-app, community, for Claude Code, ide skills, Obsidian note generation, git diff integration, Markdown note creation, AI coding workflow automation, note-taking automation, Claude Code

v1.0.0
GitHub

About this Skill

save-note is a skill that automates the creation of Obsidian notes for AI coding projects, leveraging git data and user input to produce detailed, informative notes.

Features

Generates Markdown notes using git diff and log data
Creates notes with detailed project information and user input
Saves notes to a specified Obsidian vault directory
Utilizes templates for consistent note formatting
Confirms note details with users for accuracy

# Core Topics

miyaRY777 miyaRY777
[0]
[0]
Updated: 3/24/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

save-note

Automate note-taking for AI coding projects with Obsidian Note Saver, an AI agent skill that streamlines development workflows and boosts productivity for...

SKILL.md
Readonly

save-note: 実装ノートをObsidianに保存

手順

  1. 情報収集: 以下のソースから情報を集める

    • 現在の会話の内容(設計判断・学び・ハマったポイント)
    • git diff main...HEAD --name-only で変更ファイル一覧を取得
    • git log main...HEAD --oneline でコミット履歴を取得
    • 関連する Issue / PR 番号(会話から取得)
  2. ユーザーに確認: 以下を質問する

    • ノートのタイトル(機能名)を確認する(例: ログイン機能実装)
    • 会話から読み取った「設計判断」「学んだこと」の内容が正しいか確認する
    • 「全体フロー」のステップ分解が正しいか確認する
    • 「実装の流れ(TDD)」のステップ分解が正しいか確認する
    • 追加したい参考リンクがあるか確認する
  3. ノート作成: 以下のテンプレートでMarkdownファイルを生成する

  4. 保存: /Users/miyary777/Documents/Obsidian Vault/claude/ に保存する

    • ファイル名: YYYY-MM-DD_タイトル.md(日付は今日の日付)
    • 保存先ディレクトリが存在しない場合は作成する

テンプレート

markdown
1# {{タイトル}} 2 3## 概要 4- {{何を実装したか 1〜3行}} 5- Issue: {{Issue リンク}} 6- PR: {{PR リンク}} 7 8## 設計判断 9- {{なぜこの方針にしたか}} 10- {{他に検討した案と不採用理由}} 11 12## 全体フロー 13### 1. {{ステップの説明}} 14\```{{言語}} 15{{該当するコードを引用}} 16\``` 17{{コードの補足・解説(どのファイルか、なぜこう書いているか、注意点など)}} 18 19### 2. {{次のステップ}} 20(以降、フローの終わりまで同じ形式で繰り返す) 21 22## 実装の流れ(TDD) 23### Step 1: {{準備(マイグレーション等)}} 24{{何を作ったか、なぜその構造にしたかの解説}} 25 26### Step 2: {{対象レイヤー}}(RED → GREEN → REFACTOR) 27- **RED**: {{先に書いたテストの内容}} 28- **GREEN**: {{テストを通すために実装した内容}} 29- **REFACTOR**: {{整理した内容}} 30 31(以降、実装単位ごとに同じ形式で繰り返す) 32 33## 学んだこと 34- {{新しく知った技術・メソッド・パターン}} 35- {{ハマったポイントと解決方法}} 36 37## 変更ファイル一覧 38- {{git diff ベースのファイルリスト}} 39 40## 参考リンク 41- {{参照したドキュメント・記事}}

注意事項

  • 情報が不足している場合は推測せず、ユーザーに確認する
  • 会話の内容を丁寧に読み取り、設計判断や学びを漏らさない
  • テンプレートのセクションに書くことがない場合は「特になし」と記載する

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is save-note?

save-note is a skill that automates the creation of Obsidian notes for AI coding projects, leveraging git data and user input to produce detailed, informative notes.

How do I install save-note?

Run the command: npx killer-skills add miyaRY777/hobby-matching-app/save-note. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with save-note?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add miyaRY777/hobby-matching-app/save-note. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use save-note immediately in the current project.

Related Skills

Looking for an alternative to save-note or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI