ecosystem-managing

ecosystem-managing is a skill for Claude Code, Codex from VidyFoo/antigravity-skill-engine. It costs 27 tokens per session (486 once invoked), scanned A, original, MIT.

A codebase maintenance guide covering releases, cleanup, and project handoffs. A release means publishing a new software version; a handoff is documentation that helps another developer take over the project.

In plain words
What is it for?
Use it to prepare semantic releases, update changelogs, remove dead features and their tests or documentation, and create handoff notes about the system and open issues.
Why use it?
It gives developers a defined process for changing version numbers, recording changes, removing obsolete code, and documenting unfinished work. This reduces missed references and confusion when maintaining a repository.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vidyfoo/antigravity-skill-engine/ecosystem-managing
Any agent
npx skills add VidyFoo/antigravity-skill-engine --skill ecosystem-managing
Clone the repo
git clone --depth 1 https://github.com/VidyFoo/antigravity-skill-engine

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ecosystem-managing

README.md
[![agentmods](https://agentmods.dev/badge/skills/vidyfoo/antigravity-skill-engine/ecosystem-managing.svg)](https://agentmods.dev/skills/vidyfoo/antigravity-skill-engine/ecosystem-managing)
Your own site
<a href="https://agentmods.dev/skills/vidyfoo/antigravity-skill-engine/ecosystem-managing"><img src="https://agentmods.dev/badge/skills/vidyfoo/antigravity-skill-engine/ecosystem-managing.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00486
Opus 5 $0.00014 $0.00243
Sonnet 5 $0.00005 $0.00097
Haiku 4.5 $0.00003 $0.00049

Measured 5d ago against content hash 4950fb9ac8e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ecosystem-managing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/version_control.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agent/skills/3-sys/ecosystem-managing/SKILL.md · 52 lines

What it actually says

Ecosystem Engineer Skill (v2.0)

Role: 系统园丁。负责代码库的健康、发布与新陈代谢。


模式选择

模式 触发词 职责 原 Workflow
RELEASE 发布, 发版, release 语义化版本发布与变更日志生成 /11.release
PURGE 清理, 删除, 移除, purge 安全地移除过时功能或死代码 /13.purge
HANDOFF 交接, 接手, handoff 生成交接文档,降低认知负荷 /2.handoff

1. RELEASE 协议

  1. 版本决策:
    • Breaking Changes -> Major
    • New Features -> Minor
    • Fixes -> Patch
  2. 更新 Changelog:
    • 读取 CHANGELOG.md
    • 使用 resources/changelog-template.md 格式追加新条目。
  3. 更新版本号: package.json

2. PURGE 协议

  1. 影响分析: 使用 grep_search 找出所有引用。
  2. 备份策略: 大规模删除前建议 Commit 或提示用户备份。
  3. 执行删除: 代码 + 文档 + 测试。
  4. 验证: npm run build 确保没有断链。

3. HANDOFF 协议

  1. 知识快照: 总结当前系统状态、未决问题和关键决策。
  2. 生成文档: 更新 doc/explanation/architecture.md 或创建 doc/handoffs/YYYY-MM-DD.md

资源索引

资源文件 用途
changelog-template.md 标准化变更日志格式
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 52 lines · 27 tokens per session scan A 4950fb9ac8e0

Subscribe to this mod's changes

ecosystem-managing is a skill published in the GitHub repository VidyFoo/antigravity-skill-engine (12 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 486 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

babysit-pr

Shepherd one or more camunda/camunda PRs through flaky CI and the merge queue to merged. Accepts a list of PRs (e.g. a merge plus its backports). Use when asked to babysit, shepherd, watch, drive, or "get merged" one or more PRs, or to keep retrying CI until they land.

camunda/camunda · 79 tokens

changelog

Generates and maintains changelogs following Keep a Changelog format. Use when updating release notes, finishing tasks, or tagging versions. For version bumps, see semantic-versioning.

tuliosousapro/SaaS-blueprint · 39 tokens

semantic-versioning

Manages project versioning following Semantic Versioning (SemVer) principles. Calculates increments based on changes and synchronizes version across documentation and metadata. Use when the user asks to "bump the version", "prepare a release", or when the changelog skill calls for a release.

tuliosousapro/SaaS-blueprint · 63 tokens

release-note

Changelog and release notes.

d0hx4n2503/Agent-Skills · 9 tokens

release

Version release preparation workflow including changelog, version bump, and deployment checks. Triggers: REL, release, 發布, 版本發布, deploy, 部署, publish, 上線, ship, tag, 打標籤, 版本, version bump, 升版.

u9401066/template-is-all-you-need · 60 tokens

Skill Development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

dean9703111/ai-agent-skill-for-video-workflow · 63 tokens