mcpbeat

Execute

joonghyun-lee-frieren/execute

278 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
203
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity --skill execute

The instruction itself

5 sections, as written by the author

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-reviewer for high-risk or cross-cutting changes.
  • Use oma-debugger immediately when checks fail.
  • If permissions/tools are denied, stop and return explicit approval/fallback needs.

How to use it

Copy the folder

Take joonghyun-lee-frieren/execute from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.