
ovachiever/droid-tings
2 skills1.3k installs88 starsGitHub
Install
npx skills add https://github.com/ovachiever/droid-tingsSkills in this repo
1Security AuditorSecurity Auditor is an agent skill that continuously scans your codebase for OWASP Top 10 and common vulnerability patterns while you edit or before you deploy. Solo builders shipping web apps, APIs, or scripts get immediate alerts for SQL injection, cross-site scripting, exposed API keys, authentication weaknesses, authorization mistakes, and configuration drift—with severity tiers from exploitable CRITICAL issues down to LOW best-practice nudges. It fits the Ship security lane but is equally useful during Build when files change and you want fail-fast feedback instead of discovering problems in production. The workflow emphasizes actionable remediation snippets and documentation links rather than vague warnings. Integrate it with complementary secret scanning and deeper review sub-agents when you need layered assurance before release.771installs2React Hook Form Zodreact-hook-form-zod is an agent skill for implementing validated React forms with React Hook Form and Zod through @hookform/resolvers. It targets solo builders and small teams who want one schema driving TypeScript types on the client while mirroring the same rules on API routes or server actions, which cuts duplicate validation logic and drift. The skill activates on keywords such as useForm, zodResolver, useFieldArray, and shadcn form integration, and walks through registration, handleSubmit, dynamic arrays, multi-step flows, and fixing uncontrolled-to-controlled warnings. It is positioned as production tested with explicit error-prevention notes rather than a minimal hello-world demo. Use it while building dashboards, onboarding wizards, settings pages, or any SaaS surface where agents otherwise hallucinate resolver wiring or split client/server schemas. It does not replace your design system—it accelerates correct wiring and troubleshooting against twelve documented failure modes.557installs