Documentation lookup
AI coding agent runtime that makes LLMs understand your codebase with repository-aware context, memory, and continuous learning
npx -y skills add ldilov/harness-forge --skill documentation-lookupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Find the right docs, templates, and catalog entries inside Harness Forge before improvising.
SKILL.md
1.1 KB, as published. Nobody here has run it
Documentation Lookup
Trigger Signals
- the task needs the canonical docs surface before implementation
- there are multiple possible rules, frameworks, or templates and guessing would be risky
Inspect First
docs/catalog/rules/skills/templates/workflows/
Workflow
- identify the dominant language, framework, or workflow intent
- find the most specific canonical doc surfaces
- summarize the minimum required guidance and unresolved gaps
- point the caller to the exact files to load next
Output Contract
- recommended doc paths
- why those paths match the task
- unresolved gaps or ambiguity notes
Failure Modes
- multiple docs surfaces conflict materially
- no specific framework or language match exists
Escalation
- escalate when the canonical docs disagree with shipped runtime behavior
- escalate when the missing docs would make implementation unsafe
References
skills/documentation-lookup/references/source-priority.md