Context optimize
Skill Joonghyun-Lee-Frieren/oh-my-antigravity/skills/context-optimize
Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.
npx -y skills add Joonghyun-Lee-Frieren/oh-my-antigravity --skill context-optimizeAssembled 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
0.9 KB, as published. Nobody here has run it
Purpose
Use this skill when context is growing quickly or cache consistency drops.
Trigger
- Conversation becomes long and repetitive
- The model loses thread coherence
- Frequent prompt restarts or unstable behavior appears
Workflow
- Identify repeated, stale, or low-value context.
- Detect likely cache breakers (instruction churn, unstable prefixes).
- Propose cache-safe compaction and message hygiene rules.
- Produce an actionable operating checklist for next turns.
Output Template
## Context Health
- ...
## Cache Risks
- ...
## Optimization Actions
1. ...
2. ...
3. ...
## Session Rules
- ...
Notes
- Keep stable instructions unchanged during a session.
- Prefer summaries over re-sending raw large blocks.