Architecture and engineering review protocol. Locks architecture, data flow, edge cases, and test plans before coding. Forces hidden assumptions into the open. Use before building new features or making structural changes.
kelgirechandrakant-cpu/vibe-coding-playbook
SkillsMP has collected 8 skills from kelgirechandrakant-cpu/vibe-coding-playbook. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Pre-commit code review protocol. Analyzes diffs for antipatterns, logical consistency, API safety, and structural issues. Use when asked to review code, check a diff, or before merging.
Systematic root-cause debugging. Iron Law: no fixes without investigation. Traces data flow, tests hypotheses, stops after 3 failed fixes. Use for bugs, errors, or unexpected behavior.
Performance and bundle size optimization protocol. Analyzes loading strategy, network patterns, and rendering bottlenecks. Produces prioritized fix recommendations. Use when pages feel slow or before shipping major features.
Pre-deploy checklist and shipping automation. Verifies exports work, builds pass, and prepares for deployment. Use when ready to deploy, push, or create a PR.
Product thinking session (YC-style). Six forcing questions that reframe your product before you write code. Pushes back on framing, challenges premises, generates implementation alternatives. Use when brainstorming new features, evaluating ideas, or planning…
Security audit methodology. OWASP Top 10 + STRIDE threat model with zero-noise false positive filtering. Checks API key exposure, database rules, XSS vectors, CSRF, auth bypass. Use when handling user data or preparing for production.
UI/UX, accessibility, and responsiveness audit. Detects visual inconsistencies, alignment issues, and AI 'slop' design patterns. Use for UI audits or before shipping visual changes.