All Skills stryx · skills Stryx Labs
// stryxstryx-research

Research.

Codebase mapping, library evaluation, structured findings. The skill that turns FIGURE THIS OUT into a written brief.

//01What it does

Multi-Source Investigation.

Research is its own skill - different from coding. This skill enforces multi-source: never trust a single doc, single Stack Overflow, single LLM answer. Triangulate. Cite sources. Distinguish HIGH/MEDIUM/LOW confidence. Produce a structured findings document, not a chat reply. The same protocol used by the skill that built fireworks-3d-web-design v2.0 (5 parallel agents).

//02What is inside

Four recipes.

i.

Multi-source triangulation

For any technical claim, verify against 3 or more independent sources. Official docs, recent benchmarks, real production reports, community consensus. Single source = unverified.

ii.

Structured findings format

Question, Method, Findings (with confidence levels), Risks/Unknowns, Sources. Not a chat reply. A document you can hand to anyone.

iii.

Parallel sub-agent dispatch

For broad investigations: split into independent sub-questions, dispatch parallel agents, synthesize results. The pattern that built the v2.0 cinematic skill.

iv.

Adversarial verification

Actively search for evidence AGAINST your hypothesis. Confirmation bias is the #1 research failure. If you cannot falsify, you do not know.

//03Chains with

It composes.

Skills compose into workflows. Research is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-research (skip the other 19) into ~/.claude/skills/stryx-research/.

macOS · Linux
STRYX_SKILL=stryx-research curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-research"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Research in personal, commercial, internal, and production work. No attribution required.