Execute
Skill Joonghyun-Lee-Frieren/oh-my-antigravity/skills/execute
Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.
npx -y skills add Joonghyun-Lee-Frieren/oh-my-antigravity --skill executeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.1 KB, as published. Nobody here has run it
Purpose
Use this skill when the task is implementation-ready and requires code changes now.
Trigger
- User asks to implement, refactor, or fix code directly
- A plan already exists and a specific phase is selected
Workflow
- Confirm exact scope and acceptance criteria.
- Read target files and lane/task state before editing.
- Load only relevant files and preserve existing conventions.
- Implement the smallest viable diff.
- Prefer editing existing files over creating new files unless scope requires it.
- Run the most relevant checks/tests.
- Summarize changed files, validation, blockers, and remaining work.
Output Template
## Scope
- ...
## Files Changed
- ...
## Validation
- ...
## Blockers
- ...
## Follow-ups
- ...
Notes
- Escalate to
oma-reviewerfor high-risk or cross-cutting changes. - Use
oma-debuggerimmediately when checks fail. - If permissions/tools are denied, stop and return explicit approval/fallback needs.