What problem does it solve?
This Skill addresses limitations in standard AI coding assistants by adding a robust self-verification process (CoVe), enabling dynamic discovery and installation of missing skills, and incorporating a specialized knowledge base for niche technologies.
Core Features & Use Cases
- Chain-of-Verification (CoVe): Ensures code quality through a rigorous 4-stage audit process for stateful, async, database, auth, and critical logic.
- Dynamic Skill Discovery: Automatically searches for and installs relevant skills from external repositories (like skills.sh) that are not currently available.
- Toolkit Knowledge Base: Provides context for specific technologies (e.g., MCP servers, configurations) that the base AI model may not inherently know.
- Use Case: When tasked with implementing a complex authentication flow, wavybaby will not only generate the code but also meticulously verify its security, check for race conditions, and install any necessary authentication-related skills if they are missing.
Quick Start
Use the wavybaby skill to implement a user profile update feature with CoVe verification.