brain

Maintain a structured markdown wiki with wikilinks and Python helper scripts.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/csansoon/skillset --skill brain-csansoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain
Source: https://github.com/csansoon/skillset/tree/main/skills/brain
Command: npx skills add https://github.com/csansoon/skillset --skill brain-csansoon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of scattered, disconnected personal knowledge by providing a structured, linked markdown wiki system for storing and retrieving information about people, places, events, projects, and topics, eliminating the need to hunt for details across disjointed notes.

Core Features & Use Cases

  • Two-tier index system: Quickly navigate global and type-specific indexes to find key entities without searching.
  • Wikilink-powered knowledge graph: Connect related entities with wikilinks, track backlinks to see what references each note, and identify orphaned pages to strengthen connections.
  • Python helper scripts: Use built-in tools to list, search, validate, and reorganize wiki content, including auto-rewriting links when renaming or moving files.
  • Use Case: When planning a trip with a friend, you can look up their contact details, link the trip event to their profile and the destination place, then run a validation check to ensure all links are intact.

Quick Start

Use the brain skill to retrieve all stored information about your sister Sue, including her contact details, related events, and connected places.

Frequently Asked Questions about brain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a personal wiki with interconnected markdown notes?

Build a personal wiki by creating markdown notes for entities like people and events, then linking them with wikilinks. This system provides helper scripts to validate links and navigate a two-tier index structure.

What is wikilink tracking and how does it help with knowledge management?

Wikilink tracking monitors connections between markdown notes, enabling you to see backlinks and identify orphaned pages. It strengthens your knowledge management by ensuring all related entities are cross-referenced properly.

How do I validate links and check for orphaned pages in my markdown notes?

Run the provided Python helper scripts to perform note validation. The scripts check that all wikilinks are intact, identify orphaned pages, and auto-rewrite links when you rename or move files.

Can I use custom entity types and tags for personal knowledge management?

You can define custom entity types and tags to categorize people, places, events, and projects. This flexibility allows the wiki to adapt to your specific personal knowledge management structure.

Does this wiki system automatically update links when I rename or move files?

The system automatically rewrites wikilinks when you rename or move markdown files. This prevents broken links during reorganization and maintains an intact knowledge graph across your notes.

What is the best way to find specific entities in a large personal wiki?

Navigate the two-tier index system to quickly find global or type-specific entities without searching. You can also run Python helper scripts to search and list content across the entire wiki.