knowledge-qa

Execute mmx searches and write structured knowledge documents to docs/temp.

5|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ZHLX2005/fr --skill knowledge-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-qa
Source: https://github.com/ZHLX2005/fr/tree/main/.claude/skills/knowledge-qa
Command: npx skills add https://github.com/ZHLX2005/fr --skill knowledge-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

使用 mmx 进行深度搜索研究,编写知识问答文档,帮助用户高效获得结构化知识。

Core Features & Use Cases

  • 自动执行多角度深度检索并聚合要点到单一知识文档
  • 优先在现有文档上进行 Update,避免重复创建
  • 输出结构化知识文档至 docs/temp 目录,便于后续使用

Quick Start

让 mmx 对指定主题执行深度检索并生成一个结构化的知识指南,输出至 docs/temp 目录。

Frequently Asked Questions about knowledge-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deep topic research and generate a structured knowledge guide?

To automate topic research, the system executes 3-5 parallel searches across concepts, practices, and details, extracts core information, and compiles a structured knowledge guide with FAQs and references into a single document.

What is the best way to consolidate multi-angle search results into one knowledge document?

Consolidating multi-angle search results into one knowledge document requires analyzing aggregated search outputs to extract core concepts and workflows. It updates existing documents when available to avoid duplication, otherwise creating a new file in the docs/temp directory.

Can I update existing documentation automatically instead of creating duplicate research notes?

Yes, you can update existing documentation automatically. The system prioritizes updating current documents with newly extracted core concepts and FAQs to prevent duplication, ensuring a single, continuously refined knowledge document per topic.

How do I perform parallel searches for concepts, practices, and details to build a knowledge base?

Performing parallel searches for concepts, practices, and details executes 3-5 concurrent queries simultaneously. It analyzes the combined results to extract workflows and references, producing a comprehensive knowledge base stored in docs/temp.

Where are the generated knowledge notes and research guides stored?

Generated knowledge notes and research guides are stored in the docs/temp directory. This ensures a single document per topic is created with minimal duplication, making the structured knowledge output readily available for subsequent use.