atlas-integrity-check

Validate changed files against the architecture atlas file-index and report unmapped files.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill atlas-integrity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas-integrity-check
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/atlas-integrity-check
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill atlas-integrity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that daily code changes are mapped to known systems in the architecture atlas.

Core Features & Use Cases

  • Atlas consistency checks: Verifies that changed files are listed in tasks/architecture-atlas/file-index.md and flags any that are not.
  • Silent skip when not bootstrapped: If the atlas file does not exist, the check completes without error.
  • Guided remediation: Provides guidance for refreshing or updating the atlas when unmapped files are detected.

Quick Start

Run the atlas integrity check to verify that today's changes are mapped in the architecture atlas and report any unmapped files.

Frequently Asked Questions about atlas-integrity-check

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

FAQPage Schema
How do I validate changed files against architecture mappings?

To validate changed files against architecture mappings, gather today's changes and compare them to tasks/architecture-atlas/file-index.md to report any unmapped files. This ensures new modules are accounted for in the atlas during code integration.

What happens if the architecture atlas file does not exist?

If the architecture atlas file does not exist, the integrity check silently skips without error. This silent skip allows code integration workflows to proceed safely when the architecture atlas has not been bootstrapped yet.

How do I catch unmapped files during a release workflow?

To catch unmapped files during a release workflow, run an atlas consistency check that compares today's changed files against your file index. It flags any new modules or directories missing from the architecture atlas.

What should I do when unmapped files are detected in the file index?

When unmapped files are detected in the file index, you should follow the guided remediation steps to refresh or update the architecture atlas. This ensures all new modules and directories are properly mapped to known systems.

When do I need to verify code changes against an architecture atlas?

You need to verify code changes against an architecture atlas during code integration and release workflows. This validation ensures that daily code changes and new directories are properly mapped to known systems before deployment.