Browse packs
25 packs, sorted by downloads. Type in the search bar above to filter.
vue
v0.1.0Official Vue 3 Style Guide conventions for Composition API + <script setup> (multi-word names, keyed v-for, scoped styles).
typescript
v0.1.0Strict TypeScript baseline: no any, narrowing on unknown, exhaustive switches, no enums.
test-first
v0.1.3Test-first conventions: test names are sentences, no mocks for code we own, real DB in integration tests.
terraform
v0.1.0Official HashiCorp Terraform style & structure: terraform fmt/validate, snake_case naming, standard files, pinned versions.
tanstack-query
v0.1.0Conventions for TanStack Query (React Query v5): array query keys, staleTime vs gcTime, retries, invalidation after mutations.
tailwind
v0.1.0Tailwind CSS v4 conventions: CSS-first config via @theme, no tailwind.config.ts, design tokens as CSS vars.
sveltekit
v0.1.0SvelteKit + Svelte 5 runes conventions ($state/$derived/$effect/$props, filesystem routing, universal vs server load).
shadcn
v0.1.0shadcn/ui conventions: you own the components, cn() + CVA variants, Radix + Tailwind, components.json.
security-basics
v0.1.3Security baselines: never commit secrets, parameterised queries only, validate at trust boundaries, never log PII.
rust-axum
v0.1.3Idiomatic axum 0.8 service rules: layered tower, tracing, thiserror, sqlx, async-first.
rust-api-guidelines
v0.1.0Idiomatic Rust library/API design per the official Rust API Guidelines (naming, common traits, conversions, future-proofing).
react
v0.1.0Modern React (19+) patterns: hooks discipline, Suspense, transitions, no class components.
python-pep8
v0.1.0Python style per PEP 8: 4-space indent, 79 cols, snake_case/CapWords naming, grouped imports, plus PEP 257 docstrings.
python-fastapi
v0.1.3FastAPI conventions: pydantic v2, async-first endpoints, dependency injection, OpenAPI hygiene.
playwright
v0.1.0Official Playwright e2e best practices: user-facing locators, web-first auto-retrying assertions, isolated tests, no manual waits.
nextjs
v0.1.0Opinionated rules for Next.js 15+/16 App Router projects (server components, async params, no any).
go-stdlib
v0.1.3Idiomatic Go 1.22+ rules: stdlib net/http with mux, error wrapping, context discipline, no framework lock-in.
go-effective
v0.1.0Idiomatic Go style from Effective Go + Code Review Comments: naming, errors, interfaces, concurrency idioms, gofmt.
git-commit-conventions
v0.1.3Conventional Commits — subject in imperative mood, body explains the why, breaking changes flagged.
docker
v0.1.0Official Dockerfile authoring best practices: multi-stage builds, small pinned base images, cache-friendly ordering, non-root, no baked secrets.
django
v0.1.0Official Django coding style, ORM query optimization (select_related/prefetch_related), and security rules for AI agents.
better-auth
v0.1.0Better Auth (TypeScript) conventions: one betterAuth() server instance, typed auth client, plugins, server-side getSession.
authjs
v0.1.0Auth.js / NextAuth v5 conventions: central auth.ts, universal auth(), App Router handlers, adapters, edge-safe middleware.
astro
v0.1.0Astro rules: ship zero JS by default, add client:* islands only for interactivity, type-safe content collections.
angular
v0.1.0Modern Angular conventions: standalone components, signals, inject(), built-in control flow, and official style-guide naming.