Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Find documentation for APIs, libraries, and error messages. Looks up official docs, changelog entries, and migration guides.
Documentation lookup utility. Receives a library name, API reference, or error message, resolves the correct documentation, and returns API signatures, usage examples, and known issues. Stateless — no memory between calls.
None — pure L3 utility using WebSearch, WebFetch, and Context7 MCP tools directly.
debug (L2): lookup API docs for unclear errorsfix (L2): check correct API usage before applying changesreview (L2): verify API usage is current and correctadversary (L2): verify framework/API assumptions in plan are correcttarget: string — library name, API endpoint, or error message
version: string — (optional) specific version to look up
query: string — specific question about the target (e.g., "how to configure retry")
Parse the input to extract:
Attempt Context7 MCP lookup first (faster, higher quality):
npx skills add Rune-kit/rune --skill docs-seekerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.