Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:13 +08:00
commit 43c7c7f639
25 changed files with 4114 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "para-brain",
"description": "Ultimate PARA method and Building a Second Brain plugin for Obsidian. Includes CODE methodology (Capture, Organize, Distill, Express), Progressive Summarization, and complete note management workflows with MCP Obsidian integration.",
"version": "1.0.0",
"author": {
"name": "Nathan Vale"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}