Clarity Check Skill Pre-deployment validation gate for Clarity smart contracts. Runs automated checks for syntax errors, deprecated keywords, incorrect sender checks, error propagation issues, and missing tests. Pairs with the existing skill for deploy operations. Usage This is a doc-only skill. Agents read this file to understand available checks and invoke them through the skill framework. The CLI interface below documents the planned implementation. Subcommands validate Run all automated checks against a Clarity contract file. Options: - (required) — Path to the source file to validate - (…