A personal knowledge management and productivity system for Obsidian, combining:
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsecond-brainExecute the skills CLI command in your project's root directory to begin installation:
Fetches second-brain from sean-esk/second-brain-gtd and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate second-brain. Access via /second-brain in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
4
total installs
4
this week
26
GitHub stars
0
upvotes
Run in your terminal
4
installs
4
this week
26
stars
A personal knowledge management and productivity system for Obsidian, combining:
CRITICAL FIRST STEP: Before any operation, check for configuration in Claude's Memory.
Configuration is stored in Claude's Memory feature and persists across all sessions automatically.
Why Memory? Skills in Claude Desktop run in a sandboxed environment with no file system access. Memory is the only way to persist configuration across sessions.
Once set up, Claude remembers:
At the start of ANY Second Brain operation, check if you remember the vault path:
Do I have the user's Second Brain vault path in my memory?
- If YES: Use that path for all operations
- If NO: Ask the user and save to memory
Ask the user for their vault path:
Welcome to Second Brain!
I need to know where your Obsidian vault is located so I can save and organize your notes.
Please provide the full path to your Obsidian vault folder.
Examples:
- macOS: /Users/yourname/Documents/MyVault
- Windows: C:\Users\yourname\Documents\MyVault
- Linux: /home/yourname/Documents/MyVault
What's the path to your vault?
Once you have the path:
Claude Memory persists across ALL sessions automatically.
After setup, Claude should remember:
Use the remembered vault path for ALL file operations.
For Claude Code users only: If Memory is empty, you may also check for a legacy config file at ~/.second-brain/config.json. If found, migrate that configuration to Memory for future use.
Environment variable SECOND_BRAIN_VAULT_PATH can override Memory (useful for testing).
Trigger phrases: "capture this", "save this thought", "remember this", "note this down", "add to my inbox"
What it does: Instantly captures thoughts, tasks, or ideas to today's inbox without categorization.
GTD Principle: "Capture first, clarify later."
See: Capture Workflow
Trigger phrases: "plan my day", "what should I work on", "daily planning", "morning planning"
What it does:
See: Daily Plan Workflow
Trigger phrases: "process my inbox", "organize my captures", "clarify my tasks", "GTD processing"
What it does:
Trigger phrases: "daily closeout", "review my day", "end of day review", "evening reflection"
What it does:
Trigger phrases: "set up my second brain", "configure my vault", "second brain setup", "reconfigure"
What it does:
See: Setup Workflow
Trigger phrases: "create a diagram", "draw a flowchart", "make an excalidraw", "visualize this", "sketch this out", "diagram showing"
What it does:
.excalidraw.md files compatible with Obsidian Excalidraw pluginOutput location: {{vaultPath}}/ (user specifies location or defaults to appropriate folder)
See: Excalidraw Reference
IMPORTANT: When you notice the user:
Offer to capture:
That's an interesting insight about [topic]. Would you like me to capture this to your Second Brain?
If they agree:
The system uses PARA + Zettelkasten organization:
{{vaultPath}}/
├── 00-Inbox/
│ ├── Daily/ # Captures go here (YYYY-MM-DD.md)
│ └── Fleeting-Notes/ # Knowledge items during processing
├── 01-Projects/ # Multi-step outcomes with deadlines
├── 02-Areas/ # Ongoing responsibilities
│ ├── Career-Development.md
│ ├── Health-Fitness.md
│ ├── Personal-Development.md
│ ├── Errands.md
│ ├── Personal-Todos.md
│ └── Relationships/ # Individual notes per person
├── 03-Resources/
│ └── Reference-Notes/ # Summaries of external sources
├── 04-Archives/ # Completed/inactive projects
├── Daily Plans/ # Generated daily plans
├── Meeting Notes/ # Meeting documentation
├── Permanent Notes/ # Zettelkasten - synthesized insights
│ └── Assisting-User-Context.md # User's goals & context
└── Templates/ # Reusable templates
See: PARA + Zettelkasten Guide
ALL Projects, Areas, and Relationship notes use identical priority sections:
## High Priority / Critical
- Urgent/important items (scanned FIRST by daily planning)
## Next Actions / Current Tasks
- Regular priority items (scanned SECOND)
## Someday/Maybe
- Lower priority/exploratory (SKIPPED by daily planning)
## Waiting On
- Blocked by external dependencies
## Completed
- Finished tasks with dates
Use these templates when creating new notes:
| Template | Use When |
|---|---|
| project.md | Creating a new project (multi-step outcome) |
| area.md | Creating a new area of responsibility |
| permanent-note.md | Creating a Zettelkasten permanent note |
| fleeting-note.md | Quick knowledge capture for later processing |
| relationship.md | Tracking an important person |
| meeting-note.md | Meeting documentation |
| daily-plan.md | Daily execution plan |
| daily-inbox.md | Daily capture file |
| user-context.md | User goals and preferences |
| excalidraw-diagram.md | Visual diagrams and flowcharts |
The system is designed for users who may have ADHD:
Bad: Adding "REVISED PLAN" below "TODAY'S PLAN" Good: Replacing "TODAY'S PLAN" content with updated tasks
The Complete Loop:
Total time: ~20-25 min/day + 45 min/week processing = Sustainable!
User: "Capture: Need to call the dentist and also research new project management tools"
You:
{{vaultPath}}/00-Inbox/Daily/YYYY-MM-DD.mdUser: "What should I work on today?"
You:
01-Projects/ for next actionsDaily Plans/YYYY-MM-DD.mdDuring conversation about a topic:
You: "That insight about [topic] seems valuable. Would you like me to capture it to your Second Brain? I can add it to your inbox for later processing, or create a permanent note if it's already well-formed."
Always use the vault path from Claude Memory for all operations.
Claude Desktop requires the Filesystem Desktop Extension to read/write files. Once installed, these tools are available:
| Skill Operation | Filesystem Extension Tool |
|---|---|
| Read files | read_file |
| Write new files | write_file |
| Edit existing files | edit_file |
| Find files by pattern | list_directory + search_files |
| Create directories | create_directory |
Prerequisites for Claude Desktop:
Claude Code has built-in file system access. These tools are available:
| Capability | Claude Desktop | Claude Code |
|---|---|---|
| File operations in vault | ✅ Yes (with extension) | ✅ Yes (built-in) |
| Claude Memory | ✅ Yes | ✅ Yes |
| Config file fallback | ❌ No | ✅ Yes |
| Bash commands | ❌ No | ✅ Yes |
Important: The skill is designed to work in BOTH environments:
Version 4.1 (2025-12-11)
Version 4.0 (2025-10-15)
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
davila7/claude-code-templates
intellectronica/agent-skills
am-will/codex-skills
sickn33/antigravity-awesome-skills
myzy-ai/dokie-ai-ppt
sickn33/antigravity-awesome-skills
second-brain reduced setup friction for our internal harness; good balance of opinion and flexibility.
second-brain is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for second-brain matched our evaluation — installs cleanly and behaves as described in the markdown.
second-brain has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in second-brain — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
second-brain has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: second-brain is the kind of skill you can hand to a new teammate without a long onboarding doc.
second-brain reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added second-brain from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for second-brain matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 47