A repository for saving and organizing conversations with Claude AI.
conversations/
├── 2025/ # Conversations by year
├── templates/ # Templates for different conversation types
├── drafts/ # Work-in-progress conversations
└── costs/ # Automated Claude CLI cost tracking
├── claude-cli-costs.md # Main cost log
├── monthly/ # Monthly breakdowns
│ └── 2025-10.md # October 2025 costs
└── scripts/ # Analysis utilities
Simple 3-command sequence for each Claude session:
summarize this conversation using the template you providedcommit itgit push
Manual approach (if needed):
- Copy the conversation content from Claude
- Create a new markdown file with a descriptive name:
conversations/2025/YYYY-MM-DD-topic-name.md - Use the template format (see templates folder)
- Commit and push:
git add . git commit -m "Add conversation: [topic]" git push
Use this format for conversation files:
YYYY-MM-DD-short-description.md- Example:
2025-01-15-ai-adoption-planning.md
- Copy from
templates/conversation-template.md - Fill in the conversation details
- Include context, key insights, and action items
-
List available conversations:
ls conversations/2025/
-
Read a specific conversation:
Read /Users/emarion/claude-conversations/conversations/2025/YYYY-MM-DD-topic.md
-
Search conversations:
grep "keyword" conversations/**/*.md
-
View on GitHub: Browse at https://github.com/emarion1/claude-conversations
- 2025-10-30: Claude CLI Cost Tracker Documentation
- Created comprehensive documentation repository for automated Claude CLI cost tracking
- Developed shell wrapper function for transparent cost logging
- Published open-source repository: https://github.com/emarion1/claude-cli-cost-tracker
- Tags: #cost-tracking #documentation #automation #github #shell-scripting
- 2025-10-30: Claude CLI Cost Tracker Documentation
- 2025-01-25: VTeam Platform Analysis
- 2025-01-15: Claude Conversations Repo Setup
- 2025-09-22: AI Agilist Conversation Summary
Claude CLI sessions are automatically tracked and logged:
- Shell wrapper: Intercepts
claudecommand and logs costs after each session - Auto-commit: Updates are automatically committed and pushed to GitHub
- Structured data: Costs are organized in markdown files for easy analysis
-
Current costs summary:
Read /Users/emarion/claude-conversations/costs/claude-cli-costs.md
-
Monthly breakdown:
Read /Users/emarion/claude-conversations/costs/monthly/2025-10.md
-
Manual cost check:
/cost --all
- Session tracking: Individual session costs and model usage
- Monthly summaries: Detailed monthly cost analysis
- Model breakdown: Haiku vs Sonnet usage patterns
- Trend analysis: Cost patterns over time
- Git history: Full version control of cost changes
costs/claude-cli-costs.md: Main log with recent sessionscosts/monthly/YYYY-MM.md: Monthly detailed analysiscosts/README.md: Full documentation of cost tracking system
For complete installation guides, examples, and community support: 📚 Claude CLI Cost Tracker Documentation
- Installation scripts and validation tools
- Usage guides and best practices
- Troubleshooting and configuration options
- Community contributions welcome
- Save conversations immediately after important sessions
- Include relevant context and outcomes
- Tag conversations with keywords for easy searching
- Use git history to track conversation evolution
- Browse conversations by listing files first, then reading specific ones
- Cost tracking happens automatically - no manual intervention needed
- View cost trends to optimize Claude CLI usage patterns