mcpbeat Sign in

Second Brain Project Skill for Claude

>- project-scoped CLAUDE.md with one goal, and links to the concept pages it depends on. Use this skill when the user starts something new they will work on over time, says "create a project", "set up a folder for X", or asks to define the goal and structure of ongoing work. Do NOT use for one-off tasks, for wiki pages about a topic, or for scoping an existing project down to work in it.

501 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
150
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/undefined-ui/second-brain-os --skill second-brain-project

The instruction itself

5 sections, as written by the author

Set up a project

The knowledge layer answers what you know. The project layer answers what you

are doing this week. Merging them fills a wiki with dead task lists and buries

working files under conceptual notes.

Core rule

One goal per project, stated in its own CLAUDE.md. A project with three goals

is three projects.

Workflow

  • Interview if needed. What this produces, for whom, by when, and what the

agent's role is. Vague answers produce a file that makes every future session

worse.

  • Create the folders: Inputs/, Process/, Outputs/, Feedback/.
  • Write the project CLAUDE.md: what this is, the one goal with a date,

your role, working rules, current state. Name what the agent should not do

here as well.

  • Link the knowledge layer. Find concept pages the project depends on and

reference them from the project file. Copy into Inputs/ only the few that

genuinely matter.

  • Register it in the root CLAUDE.md project list.

Output format

Project: <name>
Goal: <one measurable outcome with a date>
Folders created: Inputs, Process, Outputs, Feedback
Concept pages linked: <list>
Agent role: <one line>

Calibration

Feedback/ is the folder people skip and the one that makes the system improve.

If the user has no idea what would go in it, that is worth surfacing: it usually

means the goal is not measurable yet.

Do not create a project for work that finishes this week. That is a task.

How to use it

Copy the folder

Take undefined-ui/second-brain-project from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.