> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ticoag.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# 智能体生态目录

> 整理 ticoAg 的 GitHub 星标列表，并按智能体、MCP、工具、技能、上下文等主要用途归类

**来源列表**

* `agent`：[https://github.com/stars/ticoAg/lists/agent](https://github.com/stars/ticoAg/lists/agent)
* `agent-plugin`：[https://github.com/stars/ticoAg/lists/agent-plugin](https://github.com/stars/ticoAg/lists/agent-plugin)
* `skills`：[https://github.com/stars/ticoAg/lists/skills](https://github.com/stars/ticoAg/lists/skills)

说明：来源列表只决定“从哪里发现仓库”，不决定最终分组。现在每个主类型都已拆成独立页面，`技能` 页面还会继续按功能场景细分。

## 分类页

<CardGroup cols={3}>
  <Card title="智能体（终端 / CLI）" icon="bot" href="/indexes/agent-cli">
    7 个仓库。终端智能体、编码智能体与 CLI 主入口。
  </Card>

  <Card title="智能体编排 / 工作台" icon="blocks" href="/indexes/agent-orchestration">
    10 个仓库。多智能体编排、工作台与调度界面。
  </Card>

  <Card title="智能体框架" icon="cpu" href="/indexes/agent-frameworks">
    11 个仓库。智能体框架、研究支撑与多智能体引擎。
  </Card>

  <Card title="提示词" icon="message-pen" href="/indexes/prompts">
    6 个仓库。提示词模板、写作技巧与优化框架。
  </Card>

  <Card title="网关 / 代理" icon="network" href="/indexes/gateways">
    2 个仓库。代理服务、流量切换与聚合入口。
  </Card>

  <Card title="工具" icon="wrench" href="/indexes/tools">
    15 个仓库。浏览器自动化、插件、CLI 与工程工具链。
  </Card>

  <Card title="MCP" icon="server" href="/indexes/mcp">
    13 个仓库。协议、SDK、MCP 服务器与相关合集。
  </Card>

  <Card title="上下文工程" icon="database" href="/indexes/context-engineering">
    9 个仓库。记忆、检索、索引与上下文管理。
  </Card>

  <Card title="技能" icon="sparkles" href="/indexes/skills">
    22 个仓库。已按工作流、目录集合、前端设计、文档写作等功能细分。
  </Card>

  <Card title="技能目录明细" icon="list-tree" href="/indexes/skill-directory">
    逐项展开各仓库 `skills/` 目录中的 skill 名称与用途。
  </Card>

  <Card title="沙盒" icon="box" href="/indexes/sandboxes">
    4 个仓库。执行环境、沙盒运行时与隔离执行。
  </Card>
</CardGroup>

## 阅读建议

* 如果你在找“直接能用的智能体”，先看 `智能体` 和 `智能体编排 / 工作台`
* 如果你在补能力层，优先看 `工具`、`MCP`、`上下文工程`
* 如果你在找规则和方法论，优先看 `技能`
* 如果你要跑隔离执行环境，直接看 `沙盒`
