現在の会話をまとめてログとして保存
Scanned 8/31/2026
Install to Claude Code
npx -y skills add okm321/dotfiles --skill log --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Log?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/okm321-log)More formats (shields.io, HTML) on the badges page.
---
name: log
description: 現在の会話をまとめてログとして保存
---
# Log Skill
Claude との会話をまとめて Obsidian に保存する。
## Usage
```
/log [タイトル]
```
## Examples
```
/log # 自動でタイトル生成
/log React 19 調査と設定作業 # タイトル指定
```
## Instructions
### 1. 会話の分析
現在の会話を分析し、以下を抽出:
- 主なトピック・目的
- 重要な決定事項
- 作成・変更したファイル
- 学んだこと・メモ
### 2. ログ作成
以下のフォーマットで Markdown を作成:
```markdown
---
created: {YYYY-MM-DD HH:mm}
tags: [log, {トピックタグ}]
---
# {タイトル}
## 概要
{会話の目的・背景を1-2文で}
## 要約
### やったこと
- {箇条書きで主要なアクション}
### 決定事項
- {決まったこと、採用した方針}
### 成果物
- {作成/変更したファイルのリスト}
### メモ
- {学んだこと、今後の TODO など}
---
<details>
<summary>会話ログ(全文)</summary>
{会話の全文をここに}
</details>
```
### 3. 保存
- 保存先: `~/obsidian/Logs/{YYYYMMDD}_{タイトル}.md`
- タイトル未指定時: 会話内容から自動生成
- ファイル名のスペースはハイフンに置換
- 保存後、ファイルパスを報告
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!