🧠
WritingShell

Second Brain Ingest

by NicholasSpisak

Second Brain Ingest is a Writing skill for Claude Code, published by NicholasSpisak in second-brain.

686 stars104 forkson NicholasSpisak/second-brainAdded 2026/08/23+1% in starsRepository updated 2026/04/07
agent-skillsaiknowledge-basellmmarkdownobsidianpersonal-wikisecond-brain
Install in seconds
Install Second Brain Ingest
Copy Second Brain Ingest into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NicholasSpisak/second-brain/tree/main/skills/second-brain-ingest ~/.claude/skills/second-brain-ingest

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NicholasSpisak/second-brain.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/second-brain-ingest/SKILL.md in NicholasSpisak/second-brain
Installs to
~/.claude/skills/second-brain-ingest
Collection
One of 4 skills cataloged from this repository
Category
Writing1012 skills

What Second Brain Ingest does

Second Brain Ingest processes raw source files into structured wiki pages with summaries, linked entities, concepts, and a log entry. Use it when new material is added to raw/ and should be incorporated into the knowledge base.

Second Brain Ingest is cataloged under Writing on DirSkills. Second Brain Ingest comes from a repository tagged agent-skills, ai, knowledge-base, llm and markdown.

Documentation

README

Second Brain — Ingest

Process raw source documents into structured, interlinked wiki pages.

Identify Sources to Process

Determine which files need ingestion:

  1. If the user specifies a file or files, use those
  2. If the user says "process new sources" or similar, detect unprocessed files:
    • List all files in raw/ (excluding raw/assets/)
    • Read wiki/log.md and extract all previously ingested source filenames from ingest entries
    • Any file in raw/ not listed in the log is unprocessed
  3. If no unprocessed files are found, tell the user

Process Each Source

For each source file, follow this workflow:

1. Read the source completely

This is the opening of the README. Read the full README on GitHub.

Commands Second Brain Ingest provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /second-brain-query
  • /second-brain-ingest
  • /second-brain-lint

Frequently asked about Second Brain Ingest

  • What else does NicholasSpisak publish alongside Second Brain Ingest?

    Second Brain Ingest is one of 4 skills that DirSkills catalogs from NicholasSpisak/second-brain, the repository it ships in. Its siblings there include Second Brain, Second Brain Lint and Second Brain Query. Each one is a separate skill with its own page in this directory, installs the same way Second Brain Ingest does, and is maintained by NicholasSpisak in that same repository. The rest of the collection is listed on the NicholasSpisak/second-brain page.

  • How does Second Brain Ingest compare to other Writing skills?

    Second Brain Ingest ranks #605 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Second Brain Ingest against them. Open each page to compare what they document and how they install.