Truthpack Lookup Skill

Validate code changes against verified API routes, environment variables, authentication rules, and data contracts.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ClawStackStudios/ClawChives --skill truthpack-lookup-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Truthpack Lookup Skill
Source: https://github.com/ClawStackStudios/ClawChives/tree/main/.crustagent/vibecheck/skills/truthpack-lookup
Command: npx skills add https://github.com/ClawStackStudios/ClawChives --skill truthpack-lookup-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents unintended or unauthorized modifications to critical API definitions, environment variables, authentication rules, and data contracts, ensuring code integrity and security.

Core Features & Use Cases

  • API Route Verification: Checks if new or modified API routes align with the established truthpack.
  • Environment Variable Validation: Ensures that any referenced environment variables are pre-approved.
  • Authentication Rule Adherence: Confirms that changes comply with defined security protocols.
  • Contract Compliance: Validates that API request/response shapes match the verified contracts.
  • Use Case: Before adding a new endpoint to an existing API, use this skill to confirm the route, its expected environment variables, and its authentication requirements are all documented and approved in the truthpack.

Quick Start

Verify that the planned API route changes are consistent with the truthpack.

Frequently Asked Questions about Truthpack Lookup Skill

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

FAQPage Schema
How do I verify API routes against approved environment variables and data contracts?

To verify API routes against approved environment variables and data contracts, cross-reference your planned code changes with the curated JSON files in the `.crustagent/vibecheck/truthpack/` directory to ensure full compliance.

Why do I need to validate code changes against a truthpack before generating API endpoints?

Validating code changes against a truthpack prevents unintended modifications to critical API definitions and unauthorized environment variable usage, ensuring code integrity and strict adherence to established security protocols.

Can I check if new API request and response shapes match verified authentication rules?

Yes, you can check if new API request and response shapes match verified authentication rules by validating the proposed data contracts against the curated truthpack files to confirm compliance with defined security protocols.

How do I validate environment variables for an API route modification?

You validate environment variables for an API route modification by cross-referencing the planned changes with the pre-approved environment variables documented in the truthpack JSON files located in your `.crustagent/vibecheck/truthpack/` directory.

What are the limitations of using a truthpack for API validation?

The limitation of using a truthpack for API validation is that it only verifies changes against pre-existing JSON files in `.crustagent/vibecheck/truthpack/`, meaning it cannot validate routes, variables, or contracts not explicitly documented within that curated directory.