com um clique
update-claude-gui
Update app/gui/CLAUDE.md to match the current codebase state
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Update app/gui/CLAUDE.md to match the current codebase state
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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
| 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