visual-refresh

Refresh vault visuals by updating MOC.md and .canvas files after daily-sync.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jeehoon0310/claude-code-config --skill visual-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-refresh
Source: https://github.com/jeehoon0310/claude-code-config/tree/main/project/skills/visual-refresh
Command: npx skills add https://github.com/jeehoon0310/claude-code-config --skill visual-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After daily-sync, this skill updates and stabilizes vault visuals across all catalogs, ensuring visuals stay current and coherent with new data.

Core Features & Use Cases

  • Auto-refresh: Regenerates _MOC.md, .canvas, and related visual assets based on daily-sync results.
  • Consistency preservation: Maintains Canvas layout and only updates node text to reflect new counts and statuses.
  • Use Case: When daily data changes, run visual-refresh to propagate updates to 20.Visuals/ and 30.Projects canvases.

Quick Start

Execute /visual-refresh to propagate daily-sync updates to all visuals and canvases.

Frequently Asked Questions about visual-refresh

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

FAQPage Schema
How do I refresh canvas visuals and MOC.md files after a daily-sync?

To refresh canvas visuals and MOC.md files after a daily-sync, you can run an automated visual-refresh process that regenerates visual assets and propagates new data updates across catalogs like 20.Visuals/ and 30.Projects.

What does daily-sync visual refresh do to existing canvas layouts?

Daily-sync visual refresh preserves existing canvas layouts by strictly maintaining node positioning and only updating node text to reflect new counts and statuses without altering the overall structure.

Do I need frontmatter configuration to automate vault visual updates?

Yes, automating vault visual updates relies on frontmatter-driven configuration, specifically reading variables like VISUAL_REFRESH_AFTER_SYNC, VISUAL_REFRESH_SCOPE, and visual-index references.

Can I update multiple project canvases simultaneously after syncing data?

Yes, you can update multiple project canvases simultaneously by applying the visual-refresh pipeline across 20.Visuals/ and 30.Projects directories using strict AUTO-START/AUTO-END boundaries.

When should I not use automated visual-refresh for MOC.md files?

You should not use automated visual-refresh for MOC.md files if your daily-sync process lacks the required frontmatter variables or if strict AUTO-START/AUTO-END boundary markers are missing.