admin-dashboard-operator

Validate and repair the local Claude Desktop admin dashboard with dashboard-doctor.sh.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup --skill admin-dashboard-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-dashboard-operator
Source: https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup/tree/main/skills/admin-dashboard-operator
Command: npx skills add https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup --skill admin-dashboard-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps operators inspect, validate, and repair the local admin surface for Claude Desktop, ensuring the UI and config state are trustworthy while avoiding exposure of secrets.

Core Features & Use Cases

  • Verify the dashboard source files exist and are in sync with disk state.
  • Expose only safe config summaries to operators, never secrets.
  • Use dashboard-doctor.sh first and dashboard-repair.sh only when remediation is needed.
  • Confirm the UI reflects open, pending, done, and configuration state from disk.

Quick Start

Run dashboard-doctor.sh to validate the admin dashboard, and if issues are found, run dashboard-repair.sh to apply safe fixes.

Frequently Asked Questions about admin-dashboard-operator

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

FAQPage Schema
How do I validate local admin dashboard integrity for Claude Desktop?

You validate local admin dashboard integrity by running dashboard-doctor.sh, which checks that source files exist and are in sync with disk state. This confirms the UI reflects open, pending, done, and configuration state safely offline or during live checks.

What is the best way to repair admin dashboard misconfigurations locally?

The best way to repair admin dashboard misconfigurations is by running dashboard-repair.sh, but only after dashboard-doctor.sh identifies issues. This ensures remediation is applied safely only when actual misalignment or misconfiguration is detected in the local UI.

Can I inspect admin-app state without exposing sensitive configuration secrets?

Yes, you can inspect admin-app state without exposing secrets because the dashboard operator enforces safe exposure of configuration summaries only. It validates UI state against disk while ensuring sensitive configuration data is never revealed to operators.

Do I need a live server connection to repair misaligned local UI configuration?

No, you do not need a live server connection to repair misaligned local UI configuration. The dashboard operator validates and repairs the admin surface offline or during live checks using local disk state and source file synchronization.

Why does my admin dashboard show pending state that does not match disk files?

An admin dashboard showing pending state that does not match disk files indicates a sync issue or misconfiguration. Running dashboard-doctor.sh validates the alignment between UI state and disk, and dashboard-repair.sh applies safe fixes to restore synchronization.