SKILL·5606E3

research

JuliusBrussee
Aktualisiert 27 days ago
1 Ansichten
1,100
81
1,100
Auf GitHub ansehen
Metaaiapidesign

Über

Die Recherche-Fähigkeit sammelt externes Wissen über Bibliotheken, APIs oder Best Practices, wenn der Agent unsicher ist, und stellt sicher, dass Spezifikationen auf Fakten basieren. Sie protokolliert jeden recherchierten Fund in einem dauerhaften Forschungstagebuch (§R) und kennzeichnet ausdrücklich alle unbelegten Behauptungen. Sie wird automatisch bei unklaren Spezifikationsentscheidungen oder durch Benutzerbefehle wie "research this" oder "/ck:research" ausgelöst.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add JuliusBrussee/blueprint -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/JuliusBrussee/blueprint
Git CloneAlternativ
git clone https://github.com/JuliusBrussee/blueprint.git ~/.claude/skills/research

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

research — external knowledge → §R

Every finding cites a source. No source → flag it ?, never write a guess as fact.

"Process without library context gives you well-organized hallucinations." Build invents a plausible-but-wrong API & §B fills with avoidable bugs. Research is the external oracle: pull the real fact once, log it caveman, never re-derive.

WHEN TO RESEARCH

  • A §C/§I/§V decision hinges on a lib, API, version, or pattern you are unsure of.
  • You are about to assume how an external dependency behaves.
  • The idea touches a domain with real prior art (auth, payments, crypto, rate-limit).
  • /grill parked a ? that the outside world must answer.

Skip when the build touches only code you already wrote. Research scales to the unknown, ⊥ to habit.

FOUR STEPS

1. SCOPE

Turn the unknown into 1-3 concrete questions. Vague "research auth" → "JWT lib for Node ESM, maintained?" + "refresh-token rotation: current best practice?". A scoped question gets a citable answer; a vague one gets an essay.

2. GATHER

Use web search / docs tools. Prefer primary sources: official docs, the repo, the RFC, the paper. Two independent sources beat one confident blog. For a big sweep, spawn a sub-agent so the raw pages never touch this context — it returns only the distilled finding + source.

3. DISTILL

Crush each answer to one caveman line + its source. Drop the prose. The §R row is the memory; the tab you read is not.

R3|refresh token|rotate on use, revoke family on reuse-detect|datatracker.ietf.org/doc/html/rfc6819#section-5.2.2.3

4. HAND OFF

Emit the §R rows & hand to the spec skill to append. If a finding changes a constraint or interface, note the §C/§I edit for spec too. Research proposes; spec writes.

SOURCE DISCIPLINE

  • Cite a URL, repo, RFC, or paper per row. Verbatim identifiers/versions.
  • Could not verify → write the row but flag ? in the finding & say so. An unverified claim labeled honestly is fine; one disguised as fact is a future §B.
  • Conflicting sources → log both, let the user pick. ⊥ silently average them.

WHEN TO STOP

Done when every scoped question has a sourced §R row (or an honest ?), and no build decision still rests on an unchecked assumption. ⊥ research past the questions you scoped — that is just burning the attention budget.

BOUNDARIES

  • ⊥ write SPEC.md. Hand §R rows to spec.
  • ⊥ write a finding as fact without a source.
  • ⊥ dump raw pages into context or §R. Distill or it does not land.
  • ⊥ research what you can read in the repo. Local truth > web guess.

GitHub Repository

JuliusBrussee/blueprint
Pfad: skills/research
0
claude-codeparallel-agentsskillsspec-driven-developmenttest-driven-development
FAQ

Frequently asked questions

What is the research skill?

research is a Claude Skill by JuliusBrussee. Skills package instructions and resources that Claude loads on demand, so Claude can perform research-related tasks without extra prompting.

How do I install research?

Use the install commands on this page: add research to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does research belong to?

research is in the Meta category, tagged ai, api and design.

Is research free to use?

Yes. research is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Verwandte Skills

content-collections
Meta

Diese Skill bietet eine produktionsgetestete Einrichtung für Content Collections – ein TypeScript-first-Tool, das Markdown/MDX-Dateien in typsichere Datensammlungen mit Zod-Validierung umwandelt. Verwenden Sie ihn beim Erstellen von Blogs, Dokumentationsseiten oder inhaltsstarken Vite + React-Anwendungen, um Typsicherheit und automatische Inhaltsvalidierung zu gewährleisten. Er behandelt alles von der Vite-Plugin-Konfiguration und MDX-Kompilierung bis hin zur Deployment-Optimierung und Schema-Validierung.

Skill ansehen
polymarket
Meta

Diese Fähigkeit ermöglicht es Entwicklern, Anwendungen mit der Polymarket-Prognosemärkte-Plattform zu erstellen, einschließlich API-Integration für Handel und Marktdaten. Sie bietet außerdem Echtzeit-Datenstreaming über WebSocket, um Live-Trades und Marktaktivitäten zu überwachen. Nutzen Sie sie zur Implementierung von Handelsstrategien oder zur Erstellung von Tools, die Live-Marktaktualisierungen verarbeiten.

Skill ansehen
creating-opencode-plugins
Meta

Diese Fähigkeit unterstützt Entwickler dabei, OpenCode-Plugins zu erstellen, die in über 25 Ereignistypen wie Befehle, Dateien und LSP-Operationen eingreifen. Sie bietet die Plugin-Struktur, Event-API-Spezifikationen und Implementierungsmuster für JavaScript/TypeScript-Module. Nutzen Sie sie, wenn Sie den Lebenszyklus des OpenCode KI-Assistenten mit benutzerdefinierter ereignisgesteuerter Logik abfangen, überwachen oder erweitern müssen.

Skill ansehen
sglang
Meta

SGLang ist ein hochperformantes LLM-Serving-Framework, das sich auf schnelle, strukturierte Generierung für JSON, Regex und agentenbasierte Workflows unter Verwendung seines RadixAttention-Prefix-Cachings spezialisiert. Es bietet deutlich schnellere Inferenz, insbesondere für Aufgaben mit wiederholten Präfixen, was es ideal für komplexe, strukturierte Ausgaben und Mehrfachdialoge macht. Wählen Sie SGLang gegenüber Alternativen wie vLLM, wenn Sie constrained decoding benötigen oder Anwendungen mit umfangreicher Präfix-Weitergabe entwickeln.

Skill ansehen