with one click
技术文档查询,框架/库研究
npx skills add https://github.com/WenJunDuan/Rlues --skill deepwikiCopy and paste this command into Claude Code to install the skill
技术文档查询,框架/库研究
npx skills add https://github.com/WenJunDuan/Rlues --skill deepwikiCopy and paste this command into Claude Code to install the skill
检查项目依赖 (库 / 包 / jar) 是否有可升级版本, 适配多生态: Maven / npm·pnpm·yarn·bun / PyPI / Cargo / Go / RubyGems / Composer / NuGet. 铁律: 版本号必须从官方 registry 在线查询, 不靠记忆/编造, 且区分 "声明的版本是否存在" 与 "是否最新". 用户要求"看有没有要更新的依赖"时使用.
维护 .ai_state/architecture/ 长效档案 (项目现状档). Refactor/System 路径完成后强制更新 ARCHITECTURE.md 总入口 + {type}-{slug}.md 子系统档. 注: 不同于 cx 端的 architect.toml subagent (后者是 design stage 工作者).
Athena 主入口 skill. 接收用户任务, 做 PACE 路由分诊 (brainstorm/roadmap/plan/...), 启动对应 stage. v9.6.4 升级: 加 brainstorm + roadmap 分诊 (铁律 14), 加路由检测自动 ultrathink 提示.
Athena 项目初始化 skill. 在项目中执行 /athena-init 时调用. 职责: 探测平台 / 工具可用性, 创建 .ai_state/ 目录 + 复制 _index.md 模板 + 填入探测结果.
Athena 版本迁移工具. v9.6.4 重写: 含 v9.6.2 → v9.6.4 破坏式重构 (sprints/ + compound/ + 4 新 ai_state 文件 + lessons.md 三选项交互).
PACE review stage 执行 skill. v9.6.4 升级: 6 维度 (并行 spawn 3 subagent: reviewer + spec-compliance + evaluator).
| name | deepwiki |
| description | 技术文档查询,框架/库研究 |
| mcp_tool | mcp-deepwiki |
技术文档查询,用于框架和库的研究。
事实为本: 以官方文档为准,不依赖过时的记忆
| 场景 | 示例 |
|---|---|
| 框架使用 | React Hooks最佳实践 |
| 库API | Prisma查询语法 |
| 配置说明 | Vite配置选项 |
| 最佳实践 | TypeScript类型技巧 |
deepwiki.query("React useEffect cleanup")
deepwiki.query("Prisma relation queries")
deepwiki.query("Next.js App Router")
// 框架对比
deepwiki.query("Next.js vs Remix comparison")
// 库特性
deepwiki.query("Zustand vs Jotai state management")
// 具体用法
deepwiki.query("Prisma many-to-many relation")
// 配置参数
deepwiki.query("Tailwind CSS custom colors")
deepwiki.query("Prisma many-to-many relation") // 具体问题
deepwiki.query("React 18 concurrent features") // 版本相关
deepwiki.query("TypeScript satisfies operator") // 语言特性
deepwiki.query("how to code") // 太泛
deepwiki.query("best framework") // 主观
mcp-deepwiki不可用时 → Web搜索官方文档