Browse packs

25 packs, sorted by downloads. Type in the search bar above to filter.

vue

v0.1.0

Official Vue 3 Style Guide conventions for Composition API + <script setup> (multi-word names, keyed v-for, scoped styles).

000

typescript

v0.1.0

Strict TypeScript baseline: no any, narrowing on unknown, exhaustive switches, no enums.

001

test-first

v0.1.3

Test-first conventions: test names are sentences, no mocks for code we own, real DB in integration tests.

000

terraform

v0.1.0

Official HashiCorp Terraform style & structure: terraform fmt/validate, snake_case naming, standard files, pinned versions.

000

tanstack-query

v0.1.0

Conventions for TanStack Query (React Query v5): array query keys, staleTime vs gcTime, retries, invalidation after mutations.

000

tailwind

v0.1.0

Tailwind CSS v4 conventions: CSS-first config via @theme, no tailwind.config.ts, design tokens as CSS vars.

000

sveltekit

v0.1.0

SvelteKit + Svelte 5 runes conventions ($state/$derived/$effect/$props, filesystem routing, universal vs server load).

000

shadcn

v0.1.0

shadcn/ui conventions: you own the components, cn() + CVA variants, Radix + Tailwind, components.json.

000

security-basics

v0.1.3

Security baselines: never commit secrets, parameterised queries only, validate at trust boundaries, never log PII.

000

rust-axum

v0.1.3

Idiomatic axum 0.8 service rules: layered tower, tracing, thiserror, sqlx, async-first.

000

rust-api-guidelines

v0.1.0

Idiomatic Rust library/API design per the official Rust API Guidelines (naming, common traits, conversions, future-proofing).

000

react

v0.1.0

Modern React (19+) patterns: hooks discipline, Suspense, transitions, no class components.

000

python-pep8

v0.1.0

Python style per PEP 8: 4-space indent, 79 cols, snake_case/CapWords naming, grouped imports, plus PEP 257 docstrings.

000

python-fastapi

v0.1.3

FastAPI conventions: pydantic v2, async-first endpoints, dependency injection, OpenAPI hygiene.

000

playwright

v0.1.0

Official Playwright e2e best practices: user-facing locators, web-first auto-retrying assertions, isolated tests, no manual waits.

000

nextjs

v0.1.0

Opinionated rules for Next.js 15+/16 App Router projects (server components, async params, no any).

001

go-stdlib

v0.1.3

Idiomatic Go 1.22+ rules: stdlib net/http with mux, error wrapping, context discipline, no framework lock-in.

000

go-effective

v0.1.0

Idiomatic Go style from Effective Go + Code Review Comments: naming, errors, interfaces, concurrency idioms, gofmt.

000

git-commit-conventions

v0.1.3

Conventional Commits — subject in imperative mood, body explains the why, breaking changes flagged.

000

docker

v0.1.0

Official Dockerfile authoring best practices: multi-stage builds, small pinned base images, cache-friendly ordering, non-root, no baked secrets.

000

django

v0.1.0

Official Django coding style, ORM query optimization (select_related/prefetch_related), and security rules for AI agents.

000

better-auth

v0.1.0

Better Auth (TypeScript) conventions: one betterAuth() server instance, typed auth client, plugins, server-side getSession.

000

authjs

v0.1.0

Auth.js / NextAuth v5 conventions: central auth.ts, universal auth(), App Router handlers, adapters, edge-safe middleware.

000

astro

v0.1.0

Astro rules: ship zero JS by default, add client:* islands only for interactivity, type-safe content collections.

000

angular

v0.1.0

Modern Angular conventions: standalone components, signals, inject(), built-in control flow, and official style-guide naming.

000