2025-09-13 12:20:50 -04:00
|
|
|
# Claude Code Commands
|
|
|
|
|
|
|
|
|
|
Pre-configured commands to enhance your Claude Code + Obsidian workflow.
|
|
|
|
|
|
|
|
|
|
## Available Commands
|
|
|
|
|
|
|
|
|
|
### 🤔 thinking-partner
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Engage Claude as a thinking partner for exploring complex problems.
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/thinking-partner
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Best for: Brainstorming, problem exploration, developing ideas
|
|
|
|
|
|
|
|
|
|
### 📥 inbox-processor
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Process and organize items in your Inbox folder.
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/inbox-processor
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Best for: Weekly inbox cleanup, organizing captures
|
|
|
|
|
|
|
|
|
|
### 🔍 research-assistant
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Conduct thorough research on any topic using your vault.
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/research-assistant
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Best for: Deep dives, literature reviews, knowledge synthesis
|
|
|
|
|
|
|
|
|
|
### 📅 daily-review
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
End-of-day review to capture progress and plan tomorrow.
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/daily-review
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Best for: Daily shutdown ritual, reflection
|
|
|
|
|
|
|
|
|
|
### 📊 weekly-synthesis
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Create a comprehensive synthesis of the week's work.
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/weekly-synthesis
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
Best for: Weekly reviews, pattern recognition
|
|
|
|
|
|
|
|
|
|
## Creating Custom Commands
|
|
|
|
|
|
|
|
|
|
1. Create a new `.md` file in this directory
|
|
|
|
|
2. Name it descriptively (kebab-case)
|
|
|
|
|
3. Structure it with:
|
|
|
|
|
- Clear role definition
|
|
|
|
|
- Specific process steps
|
|
|
|
|
- Expected output format
|
|
|
|
|
- Tips and constraints
|
|
|
|
|
|
|
|
|
|
## Using Commands
|
|
|
|
|
|
2025-09-13 12:30:37 -04:00
|
|
|
### Method 1: Direct (in Claude Code)
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
2025-09-13 12:30:37 -04:00
|
|
|
/[command-name]
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Method 2: Reference in Chat
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
|
|
|
|
Use the thinking-partner command to help me explore [topic]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Method 3: Manual
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
```
|
|
|
|
|
Follow the instructions in .claude/commands/[command].md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Tips
|
|
|
|
|
|
|
|
|
|
- Commands are just structured prompts
|
|
|
|
|
- Modify them based on your needs
|
|
|
|
|
- Combine commands for complex workflows
|
|
|
|
|
- Share your custom commands with the community
|
|
|
|
|
|
|
|
|
|
## Command Ideas
|
|
|
|
|
|
|
|
|
|
Consider creating commands for:
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- Project retrospectives
|
|
|
|
|
- Meeting notes processing
|
|
|
|
|
- Book notes extraction
|
|
|
|
|
- Idea development
|
|
|
|
|
- Content planning
|
|
|
|
|
- Learning path creation
|
|
|
|
|
- Decision analysis
|
|
|
|
|
|
2025-09-15 08:49:07 -04:00
|
|
|
Remember: The best commands emerge from your actual workflows.
|