digital-brain

Coordinate user data across identity, content, knowledge, network, and operations modules.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/nshaikhs/claude-code-for-operators --skill digital-brain-nshaikhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digital-brain
Source: https://github.com/nshaikhs/claude-code-for-operators/tree/main/skills/context-engineering/examples/digital-brain-skill
Command: npx skills add https://github.com/nshaikhs/claude-code-for-operators --skill digital-brain-nshaikhs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Digital Brain consolidates scattered personal data and multiple productivity workflows into a single modular OS tailored for AI-assisted personal management.

Core Features & Use Cases

  • Modular domains (identity, content, knowledge, network, operations) for targeted loading and minimal context pollution.
  • Progressive disclosure and append-only data to enable reliable memory, auditing, and pattern analysis.
  • Automation scripts under agents/scripts to streamline content creation, meeting prep, and weekly reviews.

Quick Start

Define your voice in identity/voice.md and your brand in identity/brand.md, then add a few contacts to network/contacts.jsonl and ask your agent to write a post in your voice.

Frequently Asked Questions about digital-brain

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

FAQPage Schema
How do I consolidate scattered personal data for AI-assisted productivity automation?

Consolidate scattered personal data by coordinating identity, content, knowledge, network, and operations domains across a modular structure to power AI-assisted personal management. This approach minimizes context pollution by loading only relevant modules for specific tasks.

What is the best way to automate content creation in my own brand voice?

Automate content creation by defining your voice in identity/voice.md and your brand in identity/brand.md, then instructing your agent to generate posts using those parameters. The system references these identity modules to ensure output matches your defined style.

How does append-only memory improve AI agent reliability for weekly reviews?

Append-only memory improves AI agent reliability by enabling predictable context handling through a three-level loading pattern of L1 metadata, L2 module instructions, and L3 data files. This progressive disclosure allows reliable auditing and pattern analysis for weekly reviews.

Can I use JSONL logs and YAML configs to manage AI agent context for meeting preparation?

Yes, you can use JSONL logs and YAML configs to manage AI agent context for meeting preparation. The system reads append-only data files and configurations to load only the necessary network and knowledge modules, ensuring targeted context without pollution.

Do I need to format my contacts as JSONL before automating meeting prep?

Yes, you need to format contacts as JSONL in network/contacts.jsonl before automating meeting prep. The system relies on structured JSONL logs and YAML configs to parse network data and load relevant modules for AI-assisted preparation.

Why does modular domain loading prevent context pollution in personal management workflows?

Modular domain loading prevents context pollution by separating identity, content, knowledge, network, and operations into distinct modules. The system loads only the relevant modules required for a specific task, ensuring predictable context handling and efficient AI processing.