doctor

Compare Materia project release ledger and state against latest schema and configuration standards.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/stoodder/materia --skill doctor-stoodder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/stoodder/materia/tree/main/plugins/materia/skills/doctor
Command: npx skills add https://github.com/stoodder/materia --skill doctor-stoodder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a non-destructive health check for Materia-enabled projects, ensuring that the project's artifacts and configurations are up-to-date and in good condition.

Core Features & Use Cases

  • Health Assessment: Reports on the overall health status of a project (healthy, warnings, action needed, blocked, unknown).
  • Artifact Validation: Checks the current vs. latest artifact schema and identifies any required, recommended, or optional changes.
  • Project State: Validates the presence and integrity of the .materia/project.json file.
  • Actionable Insights: Provides a suggested next step for any identified issues or improvements.
  • Use Case: Use the doctor skill to verify that your Materia project is properly configured and that all artifacts are up-to-date before deploying to production.

Quick Start

Run the doctor skill on your project directory to get a health report: /materia:doctor

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I check the health of a Materia-enabled project?

To check the health of a Materia-enabled project, run a non-destructive health check that compares the project's release ledger and state against the latest schema standards. This validates configurations and reports if artifacts are up-to-date and functional.

What does a Materia project health check validate?

A Materia project health check validates the presence and integrity of the .materia/project.json file. It compares current artifact schemas against the latest standards to identify required, recommended, or optional changes for project stability.

Do I need network access or AI to validate Materia project artifacts?

No, you do not need network access or AI to validate Materia project artifacts. The validation process operates entirely offline by comparing local project states and release ledgers against built-in configuration standards.

When should I run a project health assessment in Claude Code development workflows?

You should run a project health assessment in Claude Code workflows before deploying to production. This ensures your Materia project is properly configured and verifies that all artifacts are up-to-date, preventing deployment failures.

What health statuses are reported when checking Materia project configurations?

When checking Materia project configurations, the health statuses reported are healthy, warnings, action needed, blocked, and unknown. The report also provides actionable insights with suggested next steps for any identified issues.