
amelnagdy/guard-skills
2 skills2 installs948 starsGitHub
Install
npx skills add https://github.com/amelnagdy/guard-skillsSkills in this repo
1Woo GuardWoo Guard is a checker-style agent skill that reviews WooCommerce-related PHP after you or your agent implement features or fixes. Solo builders shipping Woo stores or custom plugins often get subtle commerce bugs: code that targets legacy checkout hooks on a Blocks-only store never runs, direct SQL breaks HPOS expectations, or amounts are handled as floats instead of safe patterns. Woo Guard encodes guardrails around HPOS and CRUD usage, the two checkout architectures and their non-overlapping hook surfaces, server-side validation on checkout process, cart and session assumptions, and gateway or webhook money paths. Default prompt tells the agent to use Woo Guard once WooCommerce code changes land, which keeps it in the Ship review lane while still helping during Build backend work on extensions. It is not a code generator; it is a specialized second pass for ecommerce correctness. Intermediate Woo and WordPress familiarity helps you act on findings quickly.1installs2Wp GuardWP Guard is an agent skill that acts as WordPress-specific guardrails for AI-generated or AI-edited plugin and theme code. Solo and indie builders shipping on WordPress.org or self-hosted stacks install it to catch the mistakes agents routinely make: missing escaping on translated strings, non-literal text domains, wrong i18n wrappers, and performance-sensitive patterns. The skill bundles a practical internationalization reference—wrapper selection, plural APIs, JavaScript i18n, RTL, and multilingual-plugin pitfalls—so reviews are grounded in WordPress core conventions, not generic PHP linting. Use it immediately after your coding agent writes or changes WordPress code, before you commit or open a PR. It complements generic security skills by encoding platform rules agents often skip. Best for builders maintaining plugins, blocks, or custom themes who want a repeatable post-edit checklist without becoming a WordPress i18n expert overnight.1installs