Agent skill · AI & Agents

antigravity-maintainer-batch-release

Run protected AAS maintainer sweeps, PR merge batches, canonical sync, Core preview checks, and scripted releases. Use for repository maintenance, main alignment, CLI/MCP/Workbench changes, or release work; not ordinary contribution tasks.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill antigravity-maintainer-batch-release --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 19 KB
Bundled scripts: none
Path: skills/antigravity-maintainer-batch-release/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Antigravity Maintainer Batch Release ## When to Use Use this skill for repository-wide AAS maintenance, maintainer-side PR repair or merge batches, canonical synchronization, AAS Core or Workbench changes, protected releases, and hosted catalog or legacy redirect infrastructure. Do not use it for ordinary contribution work that does not require maintainer privileges or canonical convergence. ## Protected-Main Contract Treat the repository root containing this skill as pull-request-only: - Read `AGENTS.md`, `.github/MAINTENANCE.md`, and current maintainer docs before mutation. - Never commit or push directly to `main`, even when the user says “push to main.” That phrase names the final target state. - Preserve unrelated dirty work. Use a clean temporary clone or a topic branch for maintainer changes. - Use `npm run merge:batch` for accepted source PRs. Do not substitute a raw merge API, generic GitHub skill, or generic push helper. - Let `automation/canonical-repo-state` own generated artifacts and contributor-credit convergence after the source batch. - Use `release:prepare` and `release:publish` for releases. They never authorize a direct `main` push. ## Source Checks Before cha

What's inside
Steps it walks through
  1. When to Use
  2. Protected-Main Contract
  3. Source Checks
  4. Maintainer Sweep
  5. Workflow Contract Change Gate
  6. Hosted Catalog and Legacy Redirect Bridge
  7. AAS Core Preview Acceptance
  8. Protected Release
  9. Stop Condition
  10. Failure Rules
  11. Examples
  12. Limitations
Ships with 1 file
  • agents/openai.yaml
Commands it runs
npm run merge:batch -- --prs <PR_LIST> --reviewed-head <FULL_HEAD_SHA>
npm run merge:batch -- --prs 914 --dry-run --reviewed-head 0123456789abcdef0123456789abcdef01234567
More from agentic-awesome-skills
All skills →
About this skill
What does the antigravity-maintainer-batch-release skill do?

Run protected AAS maintainer sweeps, PR merge batches, canonical sync, Core preview checks, and scripted releases. Use for repository maintenance, main alignment, CLI/MCP/Workbench changes, or release work; not ordinary contribution tasks.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill antigravity-maintainer-batch-release --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going