一键导入
hope-re
Primary skill for the Hope:RE AI art protection desktop application. Covers project overview, Zen design language, key conventions, and common workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Primary skill for the Hope:RE AI art protection desktop application. Covers project overview, Zen design language, key conventions, and common workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | hope-re |
| description | Primary skill for the Hope:RE AI art protection desktop application. Covers project overview, Zen design language, key conventions, and common workflows. |
Primary skill for the Hope:RE AI art protection desktop application.
Load this skill when working on Hope:RE features, fixes, or general development tasks.
Hope:RE is an AI art protection desktop app using adversarial perturbation via ONNX models.
Zen Artistic Design Language - "digitized art studio" aesthetic
Light Mode:
oklch(0.94 0.015 80)oklch(0.15 0.02 80)oklch(0.35 0.06 80)Dark Mode:
oklch(0.25 0.02 80)oklch(0.98 0.01 80)oklch(0.9 0.05 80)border-radius: 255px 15px 225px 15px/15px 225px 15px 255pxborder-radius: 60% 40% 30% 70% / 60% 30% 70% 40%pnpm dev # Vite dev server (port 3000)
pnpm tauri dev # Full desktop app development
pnpm lint # ESLint check
pnpm check # Type check
Rust (from src-tauri/):
cargo build # Build backend
cargo clippy # Lint Rust
type, never interface<style> blocks - Tailwind CSS onlyFormat: <type>(<scope>): <subject>
Types: feat, fix, perf, build, ci, docs, style, refactor, test
src/ # Frontend (SvelteKit + Svelte 5)
src-tauri/ # Backend (Rust / Tauri v2)
src-models/ # ML training notebooks
Load specialized skills for specific tasks:
| Task | Skills |
|---|---|
| Create Svelte component | svelte-component, svelte5-best-practices |
| Create Tauri command | tauri-command |
| ONNX model integration | onnx-rust-integration |
| Protection algorithm | protection-algorithm |
| Debug web pages | chrome-devtools |
| UI/UX design | ui-ux-pro-max |
See AGENTS.md for full skill list and usage guide.
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
Handle ONNX model distribution via Git LFS, GitHub Releases, and runtime downloading in Hope:RE
Convert JAX/Python ML models to ONNX format following the Hope:RE notebook pipeline for Google Colab
Load and run ONNX models in the Rust Tauri backend using the ort crate with platform-specific execution providers
Implement the SPSA-PGD adversarial perturbation pipeline for image protection in Rust
Create a new Svelte 5 component following Hope:RE conventions with runes, Tailwind CSS, and proper barrel exports