agentsclimarketplace

Research

Skill OutlineDriven/odin-claude-plugin/skills/research

Outline-Driven Development for Claude Code - 46 agents, 25+ skills, diagram-first methodology, AST-based editing, atomic commits.

Install
npx -y skills add OutlineDriven/odin-claude-plugin --skill research

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use when researching a named library, framework, SDK, API, or service, or finding a migration guide.

SKILL.md

3.3 KB, 709 tokens by cl100k_base, as published. Nobody here has run it

Research Command

Read-only external knowledge gathering. Walk the 5-tier source ladder; cite every claim to a primary source; flag training-data-only assertions explicitly.

When to Apply / NOT

Apply:

  • Library/framework/SDK/API docs: signatures, config options, migration
  • Version-specific behavior: changelogs, deprecations, breaking changes
  • Vendor announcements, RFCs, public web technical content
  • Any named library, framework, SDK, API, CLI tool, or cloud service

NOT apply:

  • Questions about a local repo's code: use a codebase exploration workflow instead
  • Autonomous goal-directed research loops (multi-step, agent-driven)
  • Implementation or file editing

Process

  1. Identify subject: extract the library, framework, SDK, API, CLI, or topic from the user's message. Capture version if stated (e.g., [email protected]). If version unstated, resolve latest stable at Tier 1.
  2. Resolve identifier: look up the canonical name and version from the library's official documentation surface. If no dedicated doc tool is available, use the subject name as the search query and proceed.
  3. Walk the source ladder: start at Tier 1; proceed to the next tier only on hard failure (source unavailable, no results, clearly non-authoritative hit). State which tier was skipped and why.
  4. Cross-reference: every factual claim must cite at least one primary source URL. Assertions derived solely from training data must carry [Speculative — training data only].
  5. Synthesize: produce Required Output with source URLs and library@version identifiers.

Source Ladder

If a source category is unavailable or returns no authoritative results, skip it and move to the next tier. Do not halt.

TierPrioritySource typeUse when
1Official docsLibrary/framework official documentation site; SDK reference pagesNamed library/framework/SDK with a published doc surface
2API refsAPI reference pages; repository README and docs foldersAPI signatures, types, configuration keys, repo-architecture details
3Books/papersRFCs; academic papers; vendor whitepapers; standards documentsStandards-body publications, deep technical specifications
4TutorialsTutorial articles; blog posts; vendor how-to guidesExample-driven walkthroughs when reference docs are insufficient
5CommunityRepository issues and discussions; community forums; Q&A threadsReal-world usage patterns, upstream known issues, community workarounds

Required Output

  1. Subject identification: canonical name + version (e.g., [email protected])
  2. Source-cited claims: each claim: [Claim] — Tier N, source: [URL or doc path]
  3. Confidence labels: Verified (Tier 1 to 2 primary source), Probable (Tier 3 to 4), Speculative (training data only; flag explicitly)
  4. Open questions: claims unanswered after ladder exhaustion; state which tiers were attempted

Anti-Patterns

  • Inventing versions, API signatures, or config keys from training data without Tier 1 verification
  • Re-entering a router or orchestrator skill from within this leaf skill: forbidden (recursion guard)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.