One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill ask-duany049
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/ask
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill ask-duany049

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

It turns scattered research notes into a single, evidence-based answer by retrieving relevant pages from the wiki and synthesizing them with citations.

Core Features & Use Cases

  • Question answering with retrieval: Loads global context, locates relevant wiki pages, and synthesizes an answer grounded in those sources.
  • Structured, citation-backed outputs: Produces answers formatted as markdown (or table/timeline/bullets) where key statements are linked back to supporting [[slug]] pages.
  • Optional knowledge growth (“crystallize”): When enabled, writes the result back into wiki/outputs, creates or updates wiki/concepts, updates related wiki/ideas/wiki/methods/wiki/outputs, and appends graph relationships and navigation/log updates.

Quick Start

Ask your research question with citations by running the skill and providing a natural-language question.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I synthesize cited answers from a knowledge graph for research?

You generate cited answers by retrieving relevant wiki pages from your knowledge graph and merging them into a single response. The process loads global context, ranks up to K pages, and formats key statements with citation-backed [[slug]] links.

What is retrieval augmented generation for wiki research notes?

Retrieval augmented generation for wiki research notes locates relevant pages within your knowledge graph and synthesizes an evidence-based answer. This grounds responses in existing wiki literature rather than generating unsupported claims.

Can I compare literature and identify research gaps using a wiki?

Yes, you can compare literature and identify research gaps by querying the wiki with natural-language research questions. The skill synthesizes retrieved pages to highlight connections and missing elements across concepts, methods, papers, and experiments.

How do I crystallize research outputs back into a knowledge graph?

You crystallize research outputs by optionally writing synthesized answers back into wiki/outputs, updating related wiki/concepts, wiki/ideas, and wiki/methods, and appending graph relationships and navigation logs to maintain an evolving knowledge graph.

Does answering questions from a wiki require external dependencies?

No external dependencies are required to answer questions from a wiki. The skill operates using built-in assets and references to rank and read pages, synthesize markdown responses, and optionally write crystallized outputs back to the knowledge graph.