with one click
update-claude-gui
Update app/gui/CLAUDE.md to match the current codebase state
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Update app/gui/CLAUDE.md to match the current codebase state
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Implement improvements from a goals file by section number or name
Regenerate app/gui/audio_goals.md with a fresh comprehensive analysis of the AudioPlayer component
Regenerate app/gui/goals.md with a fresh comprehensive analysis of the Veiled desktop app (excluding AudioPlayer and VideoPlayer internals)
Regenerate app/gui/video_goals.md with a fresh comprehensive analysis of the VideoPlayer component
Low-level Cardano utilities with @meshsdk/core-cst
Cardano transaction building with @meshsdk/transaction
Based on SOC occupation classification
| name | update-claude-gui |
| description | Update app/gui/CLAUDE.md to match the current codebase state |
Review app/gui/CLAUDE.md against the actual current state of the app/gui/ codebase and update the file to be accurate.
fe/src/ — check every directory (services/, components/, hooks/, contexts/, pages/, utils/, config/, test/). Compare file lists against what CLAUDE.md documents. Read main.tsx for provider nesting, App.tsx for routing, package.json for versions/deps.be/src/ — check routes/, services/, middleware/, types/, stubs/. Read app.ts for middleware chain, routes/index.ts for route registration, package.json for versions.src/lib.rs for registered commands (count commands:: lines in generate_handler!), commands/mod.rs for modules, Cargo.toml for version, tauri.conf.json for app config. Check src/commands/ and src/process/ for any new files.Directory Structure:
wc -l to verifyFrontend Patterns:
contexts/ directoryhooks/ directoryBackend Patterns:
Tauri/Rust Core:
lib.rs setupAPI Surface:
commands:: lines in generate_handler! — recount, don't guessDevelopment Workflow:
run.sh behavior__tests__/ directory with file countsCommon Modification Patterns:
Conventions & Gotchas:
wc -l for line counts, grep | wc -l for command counts — don't estimate