From needlr
Resolves authoritative Needlr evidence from a source checkout, consumer package version, or web research for greenfield planning. Guides version-matched answers with clear evidence ordering.
How this skill is triggered — by the user, by Claude, or both
Slash command
/needlr:needlr-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow before answering Needlr questions or changing Needlr-related
Use this workflow before answering Needlr questions or changing Needlr-related code. The goal is not always to use the newest source; it is to use the source that matches the caller's actual context.
Treat the workspace as a Needlr source checkout when it contains the Needlr
solution and repository guidance, or its repository identity is
ncosentino/needlr.
Use the checkout as the primary authority:
AGENTS.md and applicable .github/instructions/.docs/adr/.Do not replace fresher local evidence with indexed web results.
Inspect the consumer before recommending APIs:
NexusLabs.Needlr* package references in project files, central package
management, lock files, or restored assets.NuGet prerelease normalization may differ from git tag spelling. Verify the release mapping rather than assuming the strings are identical.
When no Needlr checkout or package reference exists because adoption is still being planned, perform current web research:
https://www.devleader.ca/projects/needlr/.github.com/ncosentino/needlr for current source, tests, examples,
releases, and changelog entries.main.Planning without an existing dependency is the explicit case where current web search is required.
Prefer evidence in this order within the resolved context:
Use web search when evidence is not local, when matching a consumer release, or when verifying an external dependency. Never guess an API, diagnostic, package, or lifecycle rule.
main.npx claudepluginhub ncosentino/needlr --plugin needlrVerifies sources by fetching actual content from GitHub repos, npm packages, and docs before presenting research findings. Use when asked to research links or documentation.
Researches named libraries, frameworks, SDKs, APIs, and services by walking a 5-tier source ladder from official docs to community threads, citing every claim.
Fetches source-grounded, current docs for library/framework/API implementation details, with fallback strategies for multiple sources.