用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nguyenthienthanh/aura-frog --skill session-continuation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
Vision feedback loop for UI — render the running UI, screenshot it across viewports + dark mode, run deterministic gates then a multimodal critique against the design system, and iterate until it passes. Use after building or changing a UI component/page, when asked to 'check the UI', make it 'look right', or verify a build matches a design spec / Stitch screen.
UI/UX design expertise — component design, design system selection, responsive layout. Includes auto-detection from package.json and Context7 integration for library docs.
Generate a cohesive color-token system from ONE OKLCH brand hue — primary/secondary/background/foreground/muted/border with semantic light + dark, emitted as a Tailwind v4 @theme block or a CSS-variables fallback. Use when starting a design system, defining brand colors, setting up theming/dark-mode, or replacing scattered hardcoded colors with a derived palette.
| name | session-continuation |
| description | Manage workflow state across sessions with handoff and resume. TOON-based state persistence. |
| autoInvoke | false |
| priority | high |
| model | haiku |
| triggers | ["handoff","save state","resume workflow","workflow:handoff","workflow:resume"] |
| allowed-tools | Read, Write, Bash |
| user-invocable | false |
AI-consumed reference. Optimized for Claude to read during execution. Human-readable explanation: see docs/architecture/HIERARCHICAL_PLANNING.md or docs/getting-started/ depending on topic.
Manage workflow state across sessions.
Token ≥75% → suggest handoff. User says handoff/save → execute. User says resume + ID → load.
.claude/logs/runs/[id]/run-state.json: workflow_id, status, current_phase, agents, phases_completed (with deliverables), key decisions, token_usagePhase completion, every 5 min, token milestones (100K/150K/175K). Silent except warning thresholds.
workflow:
id: AUTH-1234
phase: 3
status: in_progress
agents[2]: architect,tester
Not found → show available, suggest /run. Corrupted → restore from .backup.json.
Completed: 30 days. Cancelled: 7 days. Paused: indefinitely.