What problem does it solve? Omarchy plugin authors risk pushing commits that the marketplace's security baseline or submission checks would refuse, causing stale reviews and wasted human review rounds. This Skill runs those exact checks locally, read-only, before any commit or push. ## Core Features & Use Cases - Marketplace Baseline Verification: Runs omakit verify to get the marketplace's own security result for the exact commit, verbatim, with no wrapper checks. - Pre-Submission Checks: Runs omakit submit with category and tags to execute every pre-submission check and report blocking failures with remedies. - Tree Inspection: Runs omakit inspect to list processes, hosts, writes, and timers alongside the review classes human reviewers raise most, with measured finding shares. - Use Case: After refactoring an Omarchy plugin's shell script, run the verify and submit commands to confirm the marketplace would not refuse the commit, then inspect the tree to see whether a new curl call lacks a timeout before pushing. ## Quick Start Check my Omarchy plugin in the current repository for marketplace readiness before I commit and push it.