ソース情報
- リポジトリ
- zhaixin244-wq/fnw
- ソースの最終更新活動
- 2026年4月23日 06:18
- 検出された SKILL.md の言語
- 中国語
- スター
- 27
- フォーク
- 9
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/zhaixin244-wq/fnw --skill rag-queryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 页面: