If you're a tech lead who cares about code quality and long-term maintainability, these skills are designed for you.
This repo is a public mirror of internally-used Agent Skills from wispbit. They’re production-grade: each skill is the output of months of iteration to get the wording, constraints, and edge-cases right. We also run periodic automated evals on these skills to make sure we can trust the output.
Skills are refreshed weekly from our code quality engine.
What you get
Opinionated, specific rules: not “best practices” in the abstract but clear constraints you can enforce.
Prioritized guidance: rules are organized by impact so reviews focus on what matters first.
Actionable examples: each rule includes “why”, “when”, “when not”, and correct/incorrect code patterns.
Available skills
graphql-expert-best-practices: Performance optimization and best practices for scalable GraphQL APIs
SQLAlchemy ORM and Alembic migration best practices for building safe, performant database schemas. This skill should be used when writing, reviewing, or…