AgentStack
SKILL verified MIT Self-run

Ecosystem Managing

skill-vidyfoo-antigravity-skill-engine-ecosystem-managing · by VidyFoo

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

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-vidyfoo-antigravity-skill-engine-ecosystem-managing

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Ecosystem Managing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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
  1. 更新 Changelog:
  • 读取 CHANGELOG.md
  • 使用 resources/changelog-template.md 格式追加新条目。
  1. 更新版本号: 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](resources/changelog-template.md) | 标准化变更日志格式 |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.