agentsclimarketplace

Ecosystem managing

Skill VidyFoo/antigravity-skill-engine/.agent/skills/3-sys/ecosystem-managing

Antigravity Skills Engine (ASE) - The ultimate Claude Skills library for AI agents featuring 16+ industrial-grade professional tracks.

Install
npx -y skills add VidyFoo/antigravity-skill-engine --skill ecosystem-managing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

系统生态工程师 - 发布(Release) | 维护(Maintain) | 清理(Purge)

SKILL.md

1.6 KB, as published. Nobody here has run it

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标准化变更日志格式

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.