文件预览

manifest.json

查看 PARA Second Brain 技能包中的文件内容。

文件内容

manifest.json

{
  "name": "second-brain",
  "version": "1.0.0",
  "description": "Build a persistent knowledge system using PARA methodology. Organize daily logs, curated memory, and topic notes into a searchable second brain.",
  "author": "halthelobster",
  "keywords": ["memory", "para", "organization", "notes", "knowledge-management", "second-brain", "productivity"],
  "license": "MIT",
  "repository": "https://github.com/halthelobster/second-brain",
  "files": [
    "SKILL.md",
    "manifest.json",
    "templates/MEMORY.md.template",
    "templates/daily-log.md.template",
    "scripts/setup.sh"
  ]
}