documentation-research

Finds and prioritizes authoritative learning resources using a tiered documentation hierarchy.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill documentation-research-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-research
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/core/documentation-research
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill documentation-research-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding trustworthy learning materials for a study topic is time-consuming, and search results often surface low-quality tutorials before official documentation. This Skill applies a tiered source hierarchy so study plans are built on authoritative, up-to-date resources first. ## Core Features & Use Cases - Tiered Resource Prioritization: Ranks official documentation highest, followed by books, videos/courses, and academic papers only for niche research topics. - Ecosystem-Aware Source Routing: Routes queries to the right primary source, such as Microsoft Learn for Azure and .NET, doc.rust-lang.org for Rust, go.dev for Go, and kubernetes.io for Kubernetes. - Certification Prep Support: Attaches official exam skills outlines, Microsoft Learn paths, practice assessments, and Databricks Academy courses for certification topics. - Use Case: When building a study plan for the Azure Administrator certification, the Skill attaches the official Microsoft Learn path, the exam skills outline PDF, sandbox labs, and a recommended O'Reilly exam prep book to each topic. ## Quick Start Find authoritative learning resources for each topic in my Rust programming study plan, prioritizing official documentation.

Frequently Asked Questions about documentation-research

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

FAQPage Schema
How do I find official documentation for a study topic?

Identify the topic's ecosystem, then query its primary source: Microsoft Learn for Azure and .NET, doc.rust-lang.org for Rust, go.dev/doc for Go, and kubernetes.io/docs for Kubernetes. Attach two to three official doc links with specific sections to each study topic.

What resources should I use for Microsoft certification prep?

Start with the official Microsoft Learn path and the exam skills outline PDF. Add Microsoft Learn sandbox labs, practice assessments, and O'Reilly exam prep books for chapter-level coverage of each exam objective.

When should I use videos or courses instead of official docs?

Use videos, tutorials, and free courses only as supplementary material when official documentation lacks worked examples or practical demonstrations. Official docs remain the primary source because they are authoritative and regularly updated.

Does this approach cover non-Microsoft technologies like Rust or Go?

Yes. Non-Microsoft topics route to their own primary sources: The Rust Book at doc.rust-lang.org, Go documentation at go.dev/doc, Python and PyTorch docs for ML, and Terraform docs at developer.hashicorp.com.

When are academic papers appropriate as learning resources?

Academic papers sit at the lowest priority tier and are used only for niche or advanced topics, such as ML and LLMOps research, where theoretical foundations are needed beyond what documentation and books provide.