agent-brain

Manage persistent AI agent memory and sync to pCloud.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Tai-ch0802/skills-bundle --skill agent-brain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-brain
Source: https://github.com/Tai-ch0802/skills-bundle/tree/main/agent-brain
Command: npx skills add https://github.com/Tai-ch0802/skills-bundle --skill agent-brain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a persistent memory system for AI agents, enabling them to retain knowledge, user preferences, and project context across sessions, effectively building a digital twin.

Core Features & Use Cases

  • Persistent Memory: Stores and retrieves information across multiple AI sessions.
  • Digital Twin Creation: Accumulates knowledge to form a comprehensive understanding of the user and projects.
  • Context Management: Manages per-project context and user preferences for personalized interactions.
  • Use Case: An AI agent can remember past decisions, coding styles, and project details from previous interactions, leading to more efficient and context-aware assistance in future sessions.

Quick Start

Use the agent-brain skill to save the current session's memory.

Frequently Asked Questions about agent-brain

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

FAQPage Schema
How do I add persistent memory to an AI agent across sessions?

Persistent memory for AI agents is managed by storing session context locally and syncing data to pCloud. This allows the AI to recall past interactions, user preferences, and project details during future sessions.

What is a digital twin for AI context management?

A digital twin for AI context management is a comprehensive knowledge profile built by accumulating session data. It stores user preferences and project context to provide personalized, context-aware assistance across interactions.

Do I need pCloud credentials to sync AI agent memory?

Yes, pCloud credentials are required to sync AI agent memory. The system uses specific Python scripts to handle incremental synchronization between local storage and pCloud for persistent data retention.

How do I save and recall project context when a session ends?

To save and recall project context when a session ends, the system executes specific session start and end procedures. It indexes the accumulated knowledge locally before syncing it to pCloud.

Can I use local storage for AI session management without cloud sync?

Local storage is required for AI session management to save data before syncing. While the architecture supports local indexing, pCloud credentials are needed to complete the incremental synchronization process.

What Python dependencies are required for AI memory indexing?

Python dependencies required for AI memory indexing include pypdf, pdfplumber, and pdf2image. These libraries support the specific Python scripts used for processing and synchronizing session data.