Our review
Saves a summary of the current conversation as a Markdown file for Obsidian.
Strengths
- Automatically extracts key topics, decisions, and modified files.
- Includes the full conversation log in a collapsible section.
- Supports custom titles or automatic generation.
Limitations
- Only works for the current session.
- Requires Obsidian to be fully useful.
- The save path is hardcoded to ~/obsidian/Logs/.
Use when you need to document a development session or important discussion with a structured record.
Do not use for trivial conversations or when Obsidian is not available.
Security analysis
SafeThe skill only creates a Markdown log of the current conversation and saves it to a local directory. It does not execute any system commands, network calls, or destructive actions. No risky operations are involved.
No concerns found
Examples
/log/log React 19 調査と設定作業name: log description: 現在の会話をまとめてログとして保存
Log Skill
Claude との会話をまとめて Obsidian に保存する。
Usage
/log [タイトル]
Examples
/log # 自動でタイトル生成
/log React 19 調査と設定作業 # タイトル指定
Instructions
1. 会話の分析
現在の会話を分析し、以下を抽出:
- 主なトピック・目的
- 重要な決定事項
- 作成・変更したファイル
- 学んだこと・メモ
2. ログ作成
以下のフォーマットで Markdown を作成:
---
created: {YYYY-MM-DD HH:mm}
tags: [log, {トピックタグ}]
---
# {タイトル}
## 概要
{会話の目的・背景を1-2文で}
## 要約
### やったこと
- {箇条書きで主要なアクション}
### 決定事項
- {決まったこと、採用した方針}
### 成果物
- {作成/変更したファイルのリスト}
### メモ
- {学んだこと、今後の TODO など}
---
<details>
<summary>会話ログ(全文)</summary>
{会話の全文をここに}
</details>
3. 保存
- 保存先:
~/obsidian/Logs/{YYYYMMDD}_{タイトル}.md - タイトル未指定時: 会話内容から自動生成
- ファイル名のスペースはハイフンに置換
- 保存後、ファイルパスを報告
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.