rcode-source-truth

Verify official library and API documentation before writing code recommendations.

2|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hanzlahabib/rcode --skill rcode-source-truth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcode-source-truth
Source: https://github.com/hanzlahabib/rcode/tree/main/rcode/skills/actions/4-implementation/rcode-source-truth
Command: npx skills add https://github.com/hanzlahabib/rcode --skill rcode-source-truth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents stale or guessed API guidance by forcing a documentation-first check before any code recommendation is made.

Core Features & Use Cases

  • Version-Aware Validation: Detects the installed library version before giving advice.
  • Authoritative Source Lookup: Prefers local package docs and official vendor documentation over memory or folklore.
  • Usage Review: Compares project code against the documented API and flags deprecated patterns.
  • Use Case: Ideal when implementing features with Next.js, React, Strapi, Temporal, or any other evolving framework where version-specific behavior matters.

Quick Start

Ask the skill to verify the official documentation for the library you are using before you write or recommend any code.

Frequently Asked Questions about rcode-source-truth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify official documentation before writing code for an evolving framework?

You verify official documentation by detecting the installed library version, looking up authoritative vendor sources, citing verbatim guidelines, and comparing project usage against the documented API to flag deprecated patterns.

Why use documentation-first validation for third-party APIs?

Documentation-first validation for third-party APIs prevents stale or guessed code guidance by requiring an authoritative source lookup and version-aware checks before any implementation recommendations are made.

How do I check if my project uses deprecated API patterns?

You check for deprecated API patterns by performing a usage review that compares your existing project code against the official vendor documentation for your specific installed framework version.

Does documentation validation work with Next.js, React, and Temporal frameworks?

Yes, documentation validation works with evolving frameworks like Next.js, React, Strapi, and Temporal by applying version detection and project usage checks grounded in your installed stack.

Can I validate SDK code recommendations against local package docs?

You can validate SDK code recommendations against local package docs because the validation process prefers local package documentation and official vendor sources over memory or folklore.

What is the best way to avoid stale API guidance during implementation?

The best way to avoid stale API guidance is enforcing a documentation-first check that requires version detection, source lookup, verbatim citation, and project usage checks grounded in the installed stack.