Files
holocron/.agents/skills/research/META.md
Defame1297 78db4454b0 feat(skills): add research skill for web-sourced reference file generation
Standalone /research skill that scans the codebase, discovers canonical
sources via websearch, reads and deepens in parallel via subagents, and
writes structured topic files + sources.md to an explicit output path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 10:04:10 +00:00

467 B

version: "1.0"
updated: 2026-06-21

when: >-
  Invoked when the user wants to gather structured reference documentation for a
  tool, library, or API from web sources. Typically run before writing a new skill
  that wraps an external tool, or any time reference files are needed for a topic.
  Triggered explicitly ("/research <topic> <path>") or implicitly when the user
  asks to look up, gather, or pull docs for a topic before implementing something.