Project Validate banner
ToastyToast25 ToastyToast25

Project Validate

Development community

Description

--- name: project-validate description: Validate that all Claude Code configuration files are consistent --- # /project-validate - Validate Project Configuration Validate that all Claude Code configuration files are consistent and up to date. ## Usage ``` /project-validate ``` ## What This Command Does 1. **Count Verification** - Ensures registry.md counts match actual files 2. **Cross-Reference Check** - Verifies all referenced files exist 3. **Settings Validation** - Confirms hooks and p

Installation

Installs to ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-validate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/commands/project-validate.md -o ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-validate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository