원클릭으로
skill-cleaner
Standardizes and refactors other skills into the Antigravity skill format (separating scripts, examples, and resources).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Standardizes and refactors other skills into the Antigravity skill format (separating scripts, examples, and resources).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
生成適用於金融機器學習的高質量特徵。包含分數階差分 (Fractional Differentiation) 與無前視偏差的滾動標準化。
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf 文檔 using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
| name | skill-cleaner |
| description | Standardizes and refactors other skills into the Antigravity skill format (separating scripts, examples, and resources). |
| trigger | when_refactoring_skills |
| language | zh-TW |
| version | 1.0.0 |
本技能用於指導 Agent 將舊版或結構混亂的技能重構為標準的 Antigravity 技能結構。
SKILL.md,其中混雜了大量代碼塊時。重構後的技能應遵循以下結構:
.agent/skills/<skill-name>/
├── SKILL.md # 核心指令文件
├── scripts/ # 可執行的輔助腳本 (Python, Bash 等)
├── examples/ # 範例代碼、模板或是 Reference Implementations
└── resources/ # 靜態資源、模板文件、字典等
SKILL.md。scripts/examples/resources/scripts, examples, resources 子目錄。.gitignore (如果有的話) 不會忽略這些新目錄。implementation_template.py 或 setup_env.sh。SKILL.md,移除已提取的大段代碼塊。參考實作:[filename](examples/filename.py)請使用 scripts/ 目錄下的腳本進行操作。可使用 scripts/extract_code_blocks.py 來快速分析 Markdown 文件中的代碼塊(需根據具體需求手動執行或作為參考)。