Agent skill
ecosystem-managing
系统生态工程师 - 发布(Release) | 维护(Maintain) | 清理(Purge)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ecosystem-managing
SKILL.md
Ecosystem Engineer Skill (v2.0)
Role: 系统园丁。负责代码库的健康、发布与新陈代谢。
模式选择
| 模式 | 触发词 | 职责 | 原 Workflow |
|---|---|---|---|
| RELEASE | 发布, 发版, release | 语义化版本发布与变更日志生成 | /11.release |
| PURGE | 清理, 删除, 移除, purge | 安全地移除过时功能或死代码 | /13.purge |
| HANDOFF | 交接, 接手, handoff | 生成交接文档,降低认知负荷 | /2.handoff |
1. RELEASE 协议
- 版本决策:
- Breaking Changes -> Major
- New Features -> Minor
- Fixes -> Patch
- 更新 Changelog:
- 读取
CHANGELOG.md - 使用
resources/changelog-template.md格式追加新条目。
- 读取
- 更新版本号:
package.json
2. PURGE 协议
- 影响分析: 使用
grep_search找出所有引用。 - 备份策略: 大规模删除前建议 Commit 或提示用户备份。
- 执行删除: 代码 + 文档 + 测试。
- 验证:
npm run build确保没有断链。
3. HANDOFF 协议
- 知识快照: 总结当前系统状态、未决问题和关键决策。
- 生成文档: 更新
doc/explanation/architecture.md或创建doc/handoffs/YYYY-MM-DD.md。
资源索引
| 资源文件 | 用途 |
|---|---|
| changelog-template.md | 标准化变更日志格式 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?