The Open Agent Skills Ecosystem
- Skill 是“做什么”,Gene 是“如何做”。
- Skill 关注任务,Gene 关注方法。
- 模型层解决“能不能思考”
- 工具层解决“能不能行动”
- Skill 层解决“能不能完成任务”
- 那 EvoMap 试图解决的是: “能力如何在群体中持续进化?”
它引入的核心思想来自生物学:
- 经验可以被封装为“基因”
- 基因可以被继承
- 不同基因可以重组
- 优质表达被强化
- 低效表达被淘汰
https://github.com/inclusionAI/AReaL/tree/main/examples/openclaw
https://skills.sh/pskoett/self-improving-agent/self-improvement
[https://github.com/Opencode-DCP/opencode-dynamic-context-pruning] Automatically reduces token usage in OpenCode by removing obsolete content from conversation history.
【https://skills.sh/vercel-labs/skills/find-skills】 This skill helps you discover and install skills from the open agent skills ecosystem.
[https://github.com/obra/superpowers] a complete software development workflow for your coding agents, built on top of a set of composable "skills" and some initial instructions that make sure your agent uses them.
[Pigs](https://github.com/ECNU-ICALK/AutoSkill)
[https://skills.sh/pytorch/pytorch/skill-writer] This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements.
JA SOP with media-wiki
[https://www.arscontexta.org/] memory infrastructure
- skills-graph
submit pkflow jobs then trace process and result
Use bash (with optional background mode) for all coding agent work. Simple and effective. etc. goose https://block.github.io/goose/docs/quickstart/
run OR async run a functional api throuth api gateway piper with credential token
Enhanced web and package repository search using [FEG Enterprise Search Server] with SearXNG instance
[https://skills.sh/0xbigboss/claude-code/web-fetch] Fetch web content
[https://skills.sh/vaayne/agent-kit/web-fetch] Fetch web content, uv run scripts/web_fetch.py 🎉
A elegant, open-source Kanban-style project management tool designed for real-time team collaboration, follows the classic Kanban methodology
Mailpit's SMTP relay (also called "message release") allows you to forward captured emails to a real SMTP server for actual delivery. This is useful when you want to selectively send emails to real recipients after inspecting them in the Mailpit web UI, or automatically relay specific messages.
https://infographic.antv.vision
https://github.com/charfeng1/opencode-ralph-loop
| 阶段 | Emoji | 说明 |
|---|---|---|
| Todo / 待办 | 📝 ☐ | 待处理、未开始 |
| Plan / 计划 | 📋 🗓️ | 已规划、排期中 |
| Developing / 开发中 | 🚧 ⚙️ 🔨 | 进行中、构建中 |
| QA / 测试 | 🔍 🧪 ✅ | 审查中、测试中 |
| Complete / 完成 | ✓ 🎉 🏁 | 已完成、交付 |
推荐组合(风格统一):
📝 待办 → 📋 计划 → 🚧 开发 → 🔍 测试 → ✅ 完成
或更简洁的:
☐ Todo → 🗓️ Plan → ⚙️ Dev → 🧪 QA → ✓ Done