Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
32
English | [中文](AGENTS_ZH.md)
Sign in to like and favorite skills
English | 中文
Goal: Let AI quickly understand what this project does, how patches are applied, and where key entry points are.
patcher/patches/anti-power.sh (see README.md / patcher/patches/manual-install.md).resources/app.patcher/ (Tauri + Vue).patcher/src-tauri/src/commands/*.rs)..bak:
resources/app/extensions/antigravity/cascade-panel.htmlresources/app/out/vs/code/electron-browser/workbench/workbench-jetski-agent.htmlcascade-panel.html + cascade-panel/workbench-jetski-agent.html + manager-panel/cascade-panel/config.jsonmanager-panel/config.jsonresources/app/product.json to avoid the "installation appears corrupted" prompt.patcher/patches/, embed manifest auto-generated by patcher/src-tauri/build.rs (exclude list patcher/patches/.embed-exclude.txt), patcher/src-tauri/src/embedded.rs includes manifest via include!.patcher/patches/: Patch source files injected into Antigravity (HTML/JS/CSS).patcher/src-tauri/: Installer backend logic (path detection, backup/write, config).patcher/src/: Installer frontend UI (feature toggles, install/uninstall buttons)..github/workflows/: Build/release pipeline (notably macOS Universal build artifacts).docs/: Development, release, structure, known issues and screenshots (see docs/README.md).docs/guides/developer-guide_EN.md: Comprehensive developer documentation (English) with DOM structure, code conventions, and development workflow.tests/scripts/: Playwright scripts for remote debugging Antigravity Manager window DOM.patcher/patches/manual-install.md: Manual installation instructions bundled with patch zip (Windows/macOS).patcher/patches/workbench-jetski-agent.html + patcher/patches/manager-panel/: Manager window patch entry and modules.resources/app/extensions/antigravity/cascade-panel.htmlresources/app/out/vs/code/electron-browser/workbench/workbench-jetski-agent.htmlworkbench-jetski-agent.html triggers "Extension corrupted" promptpatcher/patches/cascade-panel.html -> cascade-panel/cascade-panel.jscascade-panel.js reads config.json, loads modules on demand and starts scanning.scan.js triggers rendering and copy button injection based on DOM monitoring and content stability detection.patcher/:
npm run tauri:devnpm run tauri:buildpatcher/package.json, patcher/src-tauri/tauri.conf.json, patcher/src-tauri/Cargo.toml, patcher/src/App.vue, README.md (see docs/guides/release-guide.md)..embed-exclude.txt needs update (e.g., config.json, docs).cascade-panel.html + cascade-panel/, Manager only workbench-jetski-agent.html + manager-panel/.resources/app/product.json checksums; if you patch additional core files, you may need to extend the checksum cleanup list in patcher/src-tauri/src/commands/patch.rs.| in tables render incorrectly (see docs/reference/known-issues.md).apply_patch may trigger byte index ... is not a char boundary with long Chinese content, causing patch failure.
Set-Content -Encoding UTF8 to write directly, or write ASCII first then append in segments.patcher/patches/ or cleaning tests/ may get Access denied in sandbox, need elevated commands for write/delete.product.json checksums