check

Validate new map components for required outputs and wiring.

243|5|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/alamenai/terrae --skill check-alamenai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/alamenai/terrae/tree/main/.claude/skills/check
Command: npx skills add https://github.com/alamenai/terrae --skill check-alamenai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that after creating a new map component, all required outputs exist and are wired correctly, preventing broken builds and docs drift.

Core Features & Use Cases

  • Validates component source file structure and exports.
  • Verifies barrel exports, registry entries, and documentation pages.
  • Useful for CI checks to catch missing or misaligned documentation, examples, or assets.

Quick Start

Provide a component name to run all checks and verify the 8 outputs are correctly wired.

Frequently Asked Questions about check

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

FAQPage Schema
How do I verify React component outputs and registry integrity after creation?

You can verify component outputs by running validation checks that confirm the source file, barrel exports, and registry entries are correctly wired. This prevents broken builds and documentation drift across the repository.

What does component documentation consistency validation include?

Documentation consistency validation includes checking that docs pages, examples, and changelog updates align with the newly created component. It verifies all required outputs exist and are wired correctly to prevent misaligned assets.

How do I check for missing barrel exports and navigation entries in a TypeScript repository?

To check for missing barrel exports and navigation entries, provide the component name to a validation tool that enforces checks across the source, registry, and documentation. This catches missing or misaligned documentation automatically.

Can I use this validation check for CI pipelines to catch documentation drift?

Yes, you can use this validation check for CI pipelines to catch documentation drift. It is useful for CI checks to automatically identify missing or misaligned documentation, examples, or assets after a new map component is created.

What is the best way to fix broken builds caused by missing component outputs?

The best way to fix broken builds from missing component outputs is to run a comprehensive check that validates the eight required outputs, including source structure, registry entry, and examples. This ensures all required wiring is correctly established.