Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-meister:verify-claude-meisterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Use this skill to validate installation health and core test status.
Optional mode argument:
fullruntime-onlymemory-onlystatsship-checkDefault mode: full.
full -> python install.py --verifyruntime-only -> python install.py --verify --runtime-onlymemory-only -> python install.py --verify --memory-onlystats -> python install.py --statsship-check, run this extended regression sequence:
python install.py --verifypython tests/test_installer.pypython tests/test_memory_server.pypython tests/test_usage_report.pypython tests/test_runtime.pynpx claudepluginhub mintsolester/claude-meister --plugin claude-meisterGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.