dashboard-sync

Synchronize the INICIO.md dashboard with current system status and metrics.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Jotures/Brain_OS --skill dashboard-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-sync
Source: https://github.com/Jotures/Brain_OS/tree/main/skills/dashboard-sync
Command: npx skills add https://github.com/Jotures/Brain_OS --skill dashboard-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your main Brain OS dashboard (INICIO.md) accurately reflects the current state of your system, including available skills, connected NotebookLM notebooks, and other key metrics, preventing outdated information.

Core Features & Use Cases

  • Automated Synchronization: Automatically updates INICIO.md with the latest information.
  • Section-Specific Updates: Allows updating individual sections of the dashboard (e.g., Skills, NotebookLM).
  • Preview Mode: Lets you see proposed changes before they are applied.
  • Use Case: After adding a new skill or connecting a new notebook to NotebookLM, you can trigger this skill to instantly update your dashboard, ensuring you always have an accurate overview of your Brain OS setup.

Quick Start

Use the dashboard-sync skill to update the main dashboard file.

Frequently Asked Questions about dashboard-sync

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

FAQPage Schema
How do I automatically update a markdown dashboard file with current system status?

To automatically update a markdown dashboard, this Skill parses configuration files and directory structures to synchronize your INICIO.md file with current system metrics, available skills, and NotebookLM connections.

Can I update individual sections of my markdown dashboard instead of the whole file?

Yes, you can update individual sections of your markdown dashboard. The Skill supports section-specific updates, allowing you to target specific areas like available skills or NotebookLM connections independently.

Do I need Python to synchronize my dashboard with system metrics?

Yes, you need Python to synchronize your dashboard. The Skill requires Python scripts to read the current system state, parse configurations, and generate updated content for the dashboard file.

How do I preview changes before applying updates to my dashboard configuration?

You can preview changes before applying updates to your dashboard configuration using the built-in Preview Mode. This feature lets you see proposed changes to your markdown file before they are actually applied.

What is the best way to keep my dashboard from showing outdated skill and notebook information?

The best way to keep your dashboard from showing outdated information is to trigger automated synchronization after adding new skills or connecting NotebookLM notebooks, ensuring your system overview remains accurate.

Why does my dashboard markdown file show outdated system status after configuration changes?

Your dashboard markdown file shows outdated system status because it requires synchronization after configuration changes. You must trigger the sync process to parse updated directory structures and refresh the dashboard content.