plain-healthcheck

Validate project configurations, scripts, and module dry-runs for plain-based projects.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Codeplain-ai/onboarding-flow --skill plain-healthcheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plain-healthcheck
Source: https://github.com/Codeplain-ai/onboarding-flow/tree/main/.claude/skills/plain-healthcheck
Command: npx skills add https://github.com/Codeplain-ai/onboarding-flow --skill plain-healthcheck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a comprehensive check for the readiness of a project by verifying configurations, scripts, and module dry-runs.

Core Features & Use Cases

  • Config Validation: Ensures config.yaml files are well-formed, contain required scripts, and adhere to stack consistency.
  • Script Validation: Verifies scripts exist, have the correct permissions, and are correctly referenced.
  • Module Dry-Run: Executes a dry-run of project modules to catch syntax errors or configuration issues early.
  • Use Case: Before finalizing a project for rendering, use this skill to ensure that all components are in the correct state.

Quick Start

Run the plain-healthcheck skill to verify the health of your project.

Frequently Asked Questions about plain-healthcheck

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

FAQPage Schema
How do I validate project configurations and check module readiness before rendering?

You can validate project configurations and check module readiness by running a dry-run process that verifies config.yaml well-formedness, script integrity, and module syntax errors.

What does a module dry-run check for in a plain project?

A module dry-run checks for early syntax errors and configuration issues by executing project modules in a simulated environment, ensuring correct setup and stack consistency before finalizing rendering.

How do I verify script integrity and permissions for my project configuration?

To verify script integrity, validate that referenced scripts exist, have correct permissions, and are properly referenced within the config.yaml file to ensure project readiness.

Can I use a health check to ensure config.yaml stack consistency?

Yes, you can use a project health check to ensure config.yaml stack consistency by validating that the configuration files are well-formed, contain required scripts, and adhere to stack consistency rules.

When do I need to run a project health check?

You need to run a project health check before finalizing a project for rendering to ensure all components, including configurations, scripts, and modules, are in the correct state and free of syntax errors.

Why does my module dry-run fail with configuration issues?

Your module dry-run fails because it catches early syntax errors or configuration issues, often caused by malformed config.yaml files, missing required scripts, or incorrect script permissions and references.