Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:49 +08:00
commit 3c7c9f9b10
10 changed files with 1950 additions and 0 deletions

32
commands/share.md Normal file
View File

@@ -0,0 +1,32 @@
---
name: share
description: Export current Claude Code session as readable markdown file. Quick shortcut for share-session skill.
---
# Share Session Command
Export the current Claude Code conversation session to a shareable markdown file.
## Instructions
Execute the share-session skill to convert this session into markdown format:
1. Use the Skill tool to invoke the share-session skill
2. The skill will automatically:
- Create a session identifier todo with current context
- Search for the session using fuzzy matching
- Convert the transcript to markdown with full statistics
- Save to `/tmp/claude-code-sessions/` with timestamp
- Copy the file path to clipboard
- Display cost breakdown and session metrics
## Output
You will receive:
- 📄 Markdown file path (copied to clipboard)
- 💰 Total session cost breakdown
- 📊 Token usage statistics
- ⏱️ Session timeline metrics
- 🎯 Cache hit rate percentage
Simply invoke the skill - no additional parameters needed.