Initial commit - Claudesidian v0.2.0
Claude Code + Obsidian starter kit for AI-powered knowledge management. Features: - PARA method folder structure - Bootstrap initialization system - Pre-configured Claude Code commands and agents - Gemini Vision MCP server with video support - Helper scripts for vault management - Automated release management See README.md for setup instructions.
This commit is contained in:
@@ -0,0 +1,138 @@
|
||||
# ⚙️ Metadata
|
||||
|
||||
Vault configuration, documentation, and organizational tools.
|
||||
|
||||
## Purpose
|
||||
|
||||
The metadata folder contains:
|
||||
- Documentation about the vault
|
||||
- Templates for consistent note creation
|
||||
- Reference guides and how-tos
|
||||
- Agent configurations
|
||||
- Workflow documentation
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
06_Metadata/
|
||||
├── Reference/ # Guides and documentation
|
||||
├── Templates/ # Note templates
|
||||
├── Agents/ # Claude Code agent configs
|
||||
├── Workflows/ # Documented processes
|
||||
└── Archive/ # Old configurations
|
||||
```
|
||||
|
||||
## What Lives Here
|
||||
|
||||
### Reference
|
||||
- This vault's documentation
|
||||
- Claude Code prompt library
|
||||
- Style guides
|
||||
- Workflow documentation
|
||||
- Learning resources
|
||||
|
||||
### Templates
|
||||
- Project templates
|
||||
- Daily note templates
|
||||
- Meeting templates
|
||||
- Research templates
|
||||
- Review templates
|
||||
|
||||
### Agents
|
||||
- Thinking partner instructions
|
||||
- Research assistant config
|
||||
- Editor agent setup
|
||||
- Custom agent definitions
|
||||
|
||||
### Workflows
|
||||
- Weekly review process
|
||||
- Project completion checklist
|
||||
- Inbox processing guide
|
||||
- Archive procedures
|
||||
|
||||
## Using Templates
|
||||
|
||||
### Manual
|
||||
1. Copy template content
|
||||
2. Create new note
|
||||
3. Paste and fill in
|
||||
|
||||
### With Claude Code
|
||||
```
|
||||
Create a new project using the project template.
|
||||
Name it [Project Name] and put it in 01_Projects.
|
||||
```
|
||||
|
||||
## Creating Custom Agents
|
||||
|
||||
Save agent instructions as markdown files:
|
||||
|
||||
```markdown
|
||||
# Agent: [Name]
|
||||
|
||||
You are a [role description].
|
||||
|
||||
## Core Behaviors
|
||||
- Behavior 1
|
||||
- Behavior 2
|
||||
|
||||
## Workflow
|
||||
1. Step 1
|
||||
2. Step 2
|
||||
|
||||
## Constraints
|
||||
- Don't do X
|
||||
- Always do Y
|
||||
```
|
||||
|
||||
Then reference in Claude Code:
|
||||
```
|
||||
Use the instructions in 06_Metadata/Agents/[agent].md
|
||||
and help me with [task].
|
||||
```
|
||||
|
||||
## Claude Code Prompts
|
||||
|
||||
### Template Usage
|
||||
```
|
||||
Show me available templates in 06_Metadata/Templates.
|
||||
Create a new [type] note using the appropriate template.
|
||||
```
|
||||
|
||||
### Documentation
|
||||
```
|
||||
Check 06_Metadata/Reference for documentation on [topic].
|
||||
Update the guide based on what we just learned.
|
||||
```
|
||||
|
||||
### Workflow Execution
|
||||
```
|
||||
Run the weekly review workflow from 06_Metadata/Workflows.
|
||||
Guide me through each step.
|
||||
```
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Regular Updates
|
||||
- Update templates based on usage
|
||||
- Document new workflows as they emerge
|
||||
- Archive outdated configurations
|
||||
- Keep reference docs current
|
||||
|
||||
### Version Control
|
||||
- Track changes to workflows
|
||||
- Document why changes were made
|
||||
- Keep archive of old versions
|
||||
- Date major updates
|
||||
|
||||
## Best Practices
|
||||
|
||||
- **Document as you go** - Capture workflows while fresh
|
||||
- **Iterate templates** - Improve based on usage
|
||||
- **Share configurations** - What works for you might help others
|
||||
- **Keep it simple** - Complex systems break
|
||||
- **Date everything** - Context matters
|
||||
|
||||
## Remember
|
||||
|
||||
Metadata is the operating system of your vault. Good metadata means consistent structure, repeatable workflows, and scalable growth. This is where you document not just what you know, but how you work.
|
||||
@@ -0,0 +1,170 @@
|
||||
# Common Claude Code Prompts
|
||||
|
||||
A collection of useful prompts for working with Claude Code in your vault.
|
||||
|
||||
## Starting Work
|
||||
|
||||
### Beginning a Session
|
||||
```
|
||||
I'm starting work for today.
|
||||
Can you review what I was working on yesterday
|
||||
and help me pick up where I left off?
|
||||
```
|
||||
|
||||
### Setting the Mode
|
||||
```
|
||||
I'm in thinking mode, not writing mode.
|
||||
Please help me explore [topic] by asking questions
|
||||
and searching for relevant notes.
|
||||
```
|
||||
|
||||
## Research & Synthesis
|
||||
|
||||
### Finding Connections
|
||||
```
|
||||
Search my vault for anything related to [topic].
|
||||
What patterns or connections do you see?
|
||||
```
|
||||
|
||||
### Synthesizing a Project
|
||||
```
|
||||
Review all notes in [project folder].
|
||||
Create a synthesis of the key themes, insights, and open questions.
|
||||
```
|
||||
|
||||
### Weekly Review
|
||||
```
|
||||
Look at all notes created this week.
|
||||
What are the main themes?
|
||||
What connections exist between different projects?
|
||||
```
|
||||
|
||||
## Organization
|
||||
|
||||
### Processing Inbox
|
||||
```
|
||||
Review items in 00_Inbox.
|
||||
Suggest where each should be moved based on PARA method.
|
||||
Which items could be combined or linked?
|
||||
```
|
||||
|
||||
### Finding Orphans
|
||||
```
|
||||
Find notes that aren't linked to any other notes.
|
||||
Suggest potential connections.
|
||||
```
|
||||
|
||||
### Cleaning Attachments
|
||||
```
|
||||
Review files in 05_Attachments.
|
||||
Which ones aren't referenced in any notes?
|
||||
Which could be better named?
|
||||
```
|
||||
|
||||
## Writing & Creation
|
||||
|
||||
### Moving to Writing Mode
|
||||
```
|
||||
I'm ready to move from thinking to writing mode.
|
||||
Based on our research in [project],
|
||||
help me create an outline for [deliverable].
|
||||
```
|
||||
|
||||
### Improving a Draft
|
||||
```
|
||||
Review [document].
|
||||
Don't rewrite it, but give me specific feedback on:
|
||||
- Structure and flow
|
||||
- Gaps in logic or evidence
|
||||
- Areas that need clarification
|
||||
```
|
||||
|
||||
## Learning & Development
|
||||
|
||||
### Exploring a New Topic
|
||||
```
|
||||
I want to learn about [topic].
|
||||
Start by searching my vault for any existing knowledge.
|
||||
Then help me identify what I need to research.
|
||||
```
|
||||
|
||||
### Making an Argument
|
||||
```
|
||||
I'm trying to argue that [thesis].
|
||||
Search my notes for supporting evidence.
|
||||
What counterarguments should I address?
|
||||
```
|
||||
|
||||
## Project Management
|
||||
|
||||
### Project Status
|
||||
```
|
||||
Review the project in [folder].
|
||||
What's the current status?
|
||||
What are the next actions needed?
|
||||
```
|
||||
|
||||
### Creating a Retrospective
|
||||
```
|
||||
[Project] is now complete.
|
||||
Review all notes and create a retrospective covering:
|
||||
- What was accomplished
|
||||
- Key learnings
|
||||
- What to do differently next time
|
||||
```
|
||||
|
||||
## Daily Operations
|
||||
|
||||
### Morning Review
|
||||
```
|
||||
Good morning. Show me:
|
||||
- Any notes modified yesterday
|
||||
- Open tasks or questions
|
||||
- What should I focus on today?
|
||||
```
|
||||
|
||||
### End of Day Wrap-up
|
||||
```
|
||||
End of day review:
|
||||
- What did I accomplish today?
|
||||
- What questions or ideas emerged?
|
||||
- What should I prioritize tomorrow?
|
||||
```
|
||||
|
||||
## Advanced Techniques
|
||||
|
||||
### Cross-Project Analysis
|
||||
```
|
||||
Compare insights from [Project A] and [Project B].
|
||||
What patterns exist across both?
|
||||
What could each learn from the other?
|
||||
```
|
||||
|
||||
### Knowledge Gaps
|
||||
```
|
||||
Analyze my notes on [topic].
|
||||
What aspects am I missing?
|
||||
What questions haven't I asked?
|
||||
```
|
||||
|
||||
### Idea Development
|
||||
```
|
||||
I have this rough idea: [idea]
|
||||
Search for related concepts in my vault.
|
||||
Help me develop this into something more concrete.
|
||||
```
|
||||
|
||||
## Tips for Effective Prompts
|
||||
|
||||
1. **Be specific about mode** (thinking vs writing)
|
||||
2. **Reference specific folders** when relevant
|
||||
3. **Ask for questions**, not just answers
|
||||
4. **Request synthesis**, not just search
|
||||
5. **Iterate freely** - have a conversation
|
||||
|
||||
## Remember
|
||||
|
||||
- Claude Code has access to your entire vault
|
||||
- It can create, edit, and organize files
|
||||
- Use it as a thinking partner, not just a tool
|
||||
- The best prompts emerge from your specific needs
|
||||
@@ -0,0 +1,24 @@
|
||||
# {{date:YYYY-MM-DD}}
|
||||
|
||||
## Capture
|
||||
<!-- Quick thoughts, links, ideas throughout the day -->
|
||||
-
|
||||
|
||||
## Questions
|
||||
<!-- What am I curious about today? -->
|
||||
-
|
||||
|
||||
## Insights
|
||||
<!-- What did I learn or realize? -->
|
||||
-
|
||||
|
||||
## Connections
|
||||
<!-- Links to other notes or ideas -->
|
||||
-
|
||||
|
||||
## For Tomorrow
|
||||
<!-- What needs follow-up? -->
|
||||
-
|
||||
|
||||
---
|
||||
*End of day: Ask Claude Code to review and find connections*
|
||||
@@ -0,0 +1,40 @@
|
||||
# {{title}}
|
||||
|
||||
## Project Overview
|
||||
**Start Date**: {{date}}
|
||||
**Target Completion**:
|
||||
**Status**: Active
|
||||
|
||||
## Objectives
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
## Context
|
||||
<!-- Why this project? What problem does it solve? -->
|
||||
|
||||
## Success Criteria
|
||||
<!-- How will we know this is complete? -->
|
||||
|
||||
## Key Resources
|
||||
<!-- Links to relevant notes, documents, people -->
|
||||
|
||||
## Progress Log
|
||||
<!-- Claude Code will help maintain this -->
|
||||
|
||||
### {{date}} - Project Initiated
|
||||
- Set up project structure
|
||||
- Initial research phase
|
||||
|
||||
## Open Questions
|
||||
<!-- Track what we need to figure out -->
|
||||
-
|
||||
-
|
||||
|
||||
## Next Actions
|
||||
<!-- Immediate next steps -->
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
---
|
||||
*Using Claude Code? Say: "I'm working on {{title}} in thinking mode. Let's explore."*
|
||||
@@ -0,0 +1,32 @@
|
||||
# {{title}}
|
||||
|
||||
**Source**: [URL or reference]
|
||||
**Date**: {{date}}
|
||||
**Tags**: #research
|
||||
|
||||
## Summary
|
||||
<!-- Key points in 2-3 sentences -->
|
||||
|
||||
## Key Insights
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
## Notable Quotes
|
||||
>
|
||||
|
||||
## Questions Raised
|
||||
-
|
||||
-
|
||||
|
||||
## Connections
|
||||
<!-- How does this relate to other notes? -->
|
||||
- See: [[related note]]
|
||||
- Contradicts: [[other perspective]]
|
||||
- Builds on: [[foundation concept]]
|
||||
|
||||
## Action Items
|
||||
- [ ]
|
||||
|
||||
---
|
||||
*For synthesis: "Review all research notes in [folder] and identify patterns"*
|
||||
Reference in New Issue
Block a user