digital-brain

Load relevant data sources as just-in-time context for AI agents.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/marinvch/ai-os --skill digital-brain-marinvch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digital-brain
Source: https://github.com/marinvch/ai-os/tree/main/.agents/skills/context-engineering-collection/examples/digital-brain-skill
Command: npx skills add https://github.com/marinvch/ai-os --skill digital-brain-marinvch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Digital Brain solves the challenge of loading only relevant context and organizing cross-domain knowledge for AI agents, enabling efficient, reliable personal-OS style automation.

Core Features & Use Cases

  • Progressive, three-level loading: L1 metadata, L2 module instructions, L3 data files to optimize token usage.
  • Append-only data architecture (JSONL/YAML) for durable memory, traceability, and pattern discovery.
  • Modular domain separation (identity, content, knowledge, network, operations, agents) enabling targeted workflows like content creation, branding, CRM, and tasks.
  • Example use-case: when asked to write a post, load identity/VOICE first, reference past posts, generate drafts in the correct voice.

Quick Start

Define your voice in identity/voice.md and anchor your brand in identity/brand.md to begin creating content in your own authentic style.

Frequently Asked Questions about digital-brain

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

FAQPage Schema
How do I load only relevant context for AI agents without exceeding token limits?

To load relevant context efficiently, use a progressive three-level loading system: scan L1 metadata, load L2 module instructions, and retrieve L3 data files only when needed. This minimizes token usage while maintaining robust agent behavior.

What is append-only memory for AI workflows and why use JSONL formats?

Append-only memory uses JSONL and YAML files to create durable, traceable data architectures for AI agents. This pattern prevents data overwrites, preserves historical context for pattern discovery, and ensures recoverable behavior across workflows.

How do I organize cross-domain knowledge for personal OS automation?

Organize cross-domain knowledge by separating data into modular domains like identity, content, knowledge, network, operations, and agents. This separation enables targeted workflows for content creation, personal branding, CRM, and task management.

Can I generate content in my authentic voice using a modular AI memory system?

Yes, you can generate authentic content by loading identity and voice modules first, referencing past post data files, and then generating drafts. This ensures the AI applies your specific brand voice and style guidelines to new content.

Does progressive disclosure work for managing personal branding and CRM tasks?

Progressive disclosure works for personal branding and CRM by scanning and loading only the specific identity, network, or operations modules required for the task. This delivers token-efficient prompts and reliable automation across domains.

What is the best way to structure just-in-time context for AI task management?

The best way to structure just-in-time context is through modular domain separation with progressive loading levels. This approach scans available data sources and loads only relevant files, optimizing token efficiency for task management.