用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zhaixin244-wq/fnw --skill rag-query命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Autonomous iterative research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and files everything into the wiki as structured pages. Based on Karpathy's autoresearch pattern: program.md configures objectives and constraints, the loop runs until depth is reached, output goes directly into the knowledge base. Triggers on: "/autoresearch", "autoresearch", "research [topic]", "deep dive into [topic]", "investigate [topic]", "find everything about [topic]", "research and file", "go research", "build a wiki on".
Visual layer of the wiki. Add images, text cards, PDFs, and wiki pages to Obsidian canvas files with auto-positioning inside zones. Integrates with /banana for image capture. Triggers on: /canvas, canvas new, canvas add image, canvas add text, canvas add pdf, canvas add note, canvas zone, canvas list, canvas from banana, add to canvas, put this on the canvas, open canvas, create canvas.
Use when running RTL lint checks. Triggers on 'lint', 'verilator', 'verible', 'spyglass', '语法检查', '可综合性', '组合环路', 'latch检查', 'rtl lint', 'lint检查'. Supports multiple EDA tools with auto-detection.
基于 SOC 职业分类
正在显示 SKILL.md
| name | rag-query |
| description | Query the LLM Wiki knowledge base for protocol/CBB/architecture information |
| version | 2.0.0 |
| model | sonnet |
| triggers | ["/rag-query","what do you know about","do you remember","wiki query"] |
基于 LLM Wiki 系统的结构化知识检索。Wiki 是预编译的知识页面集合,比传统 RAG 更高效。
Read .claude/wiki/index.md
在索引中定位相关条目(实体/概念/对比/指南)。
Read .claude/wiki/{category}/{name}.md
Wiki 页面包含预编译的结构化知识:核心特性、接口信号、关键参数、应用场景、设计注意事项。
仅当 wiki 信息不足时:
Read .claude/knowledge/{domain}/{name}.md
| 模式 | 命令示例 | 说明 |
|---|---|---|
| 实体查询 | /rag-query AXI4 | 读取 entities/axi4.md |
| 选型对比 | /rag-query 仲裁器选型 | 读取 comparisons/arbiter-selection.md |
| 概念查询 | /rag-query CDC 策略 | 读取 concepts/cdc-strategy.md |
| 指南查询 | /rag-query AXI4 集成 | 读取 guides/axi4-integration-guide.md |
| 关键词 | Wiki 页面路径 |
|---|---|
| AXI4 / AXI / 总线 | entities/axi4.md |
| APB / 外设总线 | entities/apb.md |
| SPI / I2C / UART | entities/spi.md / i2c.md / uart.md |
| PCIe / USB / MIPI | entities/pcie.md / usb.md / mipi.md |
| FIFO / 同步FIFO | entities/sync_fifo.md |
| 异步FIFO / CDC | entities/async_fifo.md |
| 仲裁器 / arbiter | entities/arbiter.md |
| 交叉开关 / crossbar | entities/crossbar.md |
| 选型 / 对比 | comparisons/*.md |
| 设计模式 / 概念 | concepts/*.md |
| 集成指南 | guides/*.md |
当查询产生有价值的结果时,考虑回写为新 wiki 页面: