Config Check

Community

Verify Claude configuration integrity.

Authorfstr21
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Incorrect or missing configuration files can prevent Claude from operating effectively, leading to frustrating errors and wasted time. This Skill ensures all essential .claude/ context files are present and up-to-date, guaranteeing a stable environment.

Core Features & Use Cases

  • Required File Verification: Confirms the existence of critical .claude/ context files like CLAUDE.md, architecture.md, and constraints.md.
  • Timestamp Reporting: Displays the last modified timestamp for CLAUDE.md, indicating the freshness of your core instructions.
  • Automated Health Check: Can be run automatically at session start to ensure a stable environment before any complex tasks begin.
  • Use Case: Run this Skill at the beginning of a session or after pulling new changes from the repository to quickly verify your Claude setup is ready for action.

Quick Start

Run the configuration check

python .claude/skills/config_check/check_config.py

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Config Check
Download link: https://github.com/fstr21/sportsbot/archive/main.zip#config-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository