Claude Fable 5.1 & GPT-6 Astra packages are live

Standards for code that ships

20 ways in, from Security to System Design — every standard links back to the package and the model families that ship it.

304 packages · 20 categories

airbnb

A warm, generous consumer marketplace anchored on a clean white canvas and Airbnb Rausch (#ff385c), the single brand voltage that carries every…

11 models

airtable

A sober, editorial workflow-software interface anchored on white canvas and dark-ink type, where brand voltage comes from full-bleed signature cards…

11 models

apple

A photography-first interface that turns marketing into a museum gallery, updated for Apple's 2026 Liquid Glass design language. Edge-to-edge product…

11 models

binance

A confident financial-platform interface anchored on a deep near-black canvas, where Binance's iconic yellow (#FCD535) carries every primary CTA,…

11 models

bmw

BMW's corporate site — distinct from BMW M's motorsport-bombastic variant, this is a measured and settled corporate-automotive interface. On a light…

11 models

bmw-m

A motorsport-engineering interface anchored on a near-black canvas with white BMW Type Next Latin display headlines in confident UPPERCASE. The brand…

11 models

authentication

Wiring authentication into a backend service — session versus token, the verification middleware, refresh and rotation, and multi-tenant identity.

11 models

authorization

Enforcing access control in a service — where the check belongs, scoping queries by tenant, RBAC versus ABAC, and testing that a denial is actually…

11 models

background-jobs

Running work outside the request — job design, scheduling, idempotency, timeouts, observability, and the failure modes of cron in a distributed…

11 models

django

Django project structure — app boundaries, models and migration discipline, queryset hygiene that avoids N+1, forms and serializers, split settings,…

11 models

email

Sending transactional email that arrives — SPF/DKIM/DMARC, provider choice, templating, bounce handling, and keeping the sending domain reputable.

11 models

error-handling

Error handling in a server — the boundary that converts failures to responses, typed domain errors, retries, and what must never reach the client.

11 models

audit-log

Recording security-relevant events so a breach is detectable — what to log, what never to log, and making the record tamper-evident.

11 models

authentication

Password storage, session handling and login-flow rules for building authentication that survives a credential-stuffing campaign and a database leak.

11 models

authorization

Deciding what an authenticated user may do — enforcing at the data layer, preventing IDOR, and modelling roles without permission sprawl.

11 models

command-injection

Executing external programs without letting input become part of the command — argument arrays, why shells are the problem, and safe temporary files.

11 models

cors

Configuring cross-origin resource sharing without opening your API — explicit origins, why reflection is dangerous, and what CORS does not protect.

11 models

csrf

Preventing cross-site request forgery with SameSite cookies, synchroniser tokens, and Origin validation — and knowing which one is actually…

11 models

client-components

Client components — when interactivity justifies the bundle, hydration correctness, browser-API access, and keeping the boundary small.

11 models

code-splitting

Splitting the bundle so users download only what they need — route and component boundaries, prefetching on intent, and avoiding waterfalls.

11 models

folder-structure

Organising a frontend codebase — colocation by feature, import boundaries enforced by tooling, naming, and the shared layer that becomes a dumping…

11 models

forms

Forms that are accessible, resilient and correct — controlled state, validation timing, submission and error handling, and never trusting the client.

11 models

hooks

React hooks — the rules that make them work, dependency correctness, custom hook design, and the ones that replace an effect entirely.

11 models

hydration

Hydration correctness — why server and client HTML must match, the values that reliably break it, and how to handle genuinely client-only content.

11 models

architecture

This document defines engineering principles, architectural methodologies, system design frameworks, organizational practices, and long-term…

11 models

caching

This document defines engineering principles, caching methodologies, data reuse strategies, latency reduction practices, workload optimization…

11 models

cdn

This document defines engineering principles, Content Delivery Network (CDN) methodologies, edge delivery strategies, content distribution practices,…

11 models

clean-architecture

This document defines engineering principles, dependency management methodologies, architectural boundary design, system organization practices, and…

11 models

ddd

This document defines engineering principles, domain modeling methodologies, business knowledge organization, strategic design practices, and…

11 models

distributed-systems

This document defines engineering principles, distributed systems methodologies, communication strategies, consistency models, fault tolerance…

11 models

backup

Backups that actually restore — point-in-time recovery, retention, encryption, and the restore drill that is the only proof a backup exists.

11 models

go-database

Database access from Go — database/sql and pgx, pool sizing, transactions that always resolve, sqlc versus ORMs, migrations, scanning, and context…

11 models

indexes

Indexing for real query patterns — column order in composite indexes, when an index is ignored, and the cost of the ones you do not need.

11 models

migration

Schema changes that deploy without downtime — expand-contract, locks that block writes, and backfilling large tables safely.

11 models

mongodb

MongoDB document modelling and operational rules — embed versus reference, indexes, write concern, transactions, and the failure modes of a…

11 models

mysql

MySQL and MariaDB specifics — InnoDB, charset and collation, gap locks, online DDL, and the defaults that silently corrupt data.

11 models

aws

Running on AWS safely — IAM least privilege, network layout, encryption defaults, cost control, and the misconfigurations that cause breaches and…

11 models

backups

Backing up infrastructure and state — what is actually stateful, immutability against ransomware, cross-account isolation, and restore drills.

11 models

cicd

Pipelines that catch real problems fast — stage ordering, caching, build-once promotion, secrets handling, and gates that are worth blocking a merge…

11 models

cloudflare

Cloudflare as CDN, WAF and edge platform — DNS and proxying, cache rules that actually cache, origin protection, Workers limits, and rate limiting.

11 models

deployment

Shipping without downtime — rolling, blue/green and canary strategies, graceful shutdown, backward-compatible changes, and verifying before declaring…

11 models

disaster-recovery

Planning and rehearsing recovery from a major failure — RTO and RPO, failure scenarios, runbooks, incident roles, and drills that find the gaps.

11 models

budgets

Performance budgets as a CI contract — p50/p95 latency and RSS caps per scenario, a reproducible benchmark script, a committed baseline, and a…

11 models

bundle-size

Keeping JavaScript small — measuring before cutting, dependency discipline, tree shaking that actually works, and budgets enforced in CI.

11 models

caching

Caching layers, invalidation strategies, stampede protection and the correctness rules that keep a cache from serving one user another user's data.

11 models

cpu

CPU-bound work — profiling with flame graphs, algorithmic complexity, keeping event loops free, parallelism, and knowing when CPU is not the problem.

11 models

database

Database performance at the system level — connection pooling, saturation, lock contention, bloat, and the signals that tell you which one you have.

11 models

fonts

Web font delivery — self-hosting, subsetting, font-display, metric-compatible fallbacks, and eliminating the layout shift a font swap causes.

11 models

architecture-analysis

This document defines engineering principles, systematic architectural evaluation methods, system decomposition techniques, dependency analysis…

11 models

compatibility

This document defines engineering principles, compatibility evaluation methodologies, interoperability strategies, interface stability practices,…

11 models

dependency-analysis

This document defines engineering principles, dependency evaluation methods, relationship analysis techniques, architectural assessment standards,…

11 models

ecosystem-building

This document defines engineering principles, ecosystem development methodologies, community-centered architecture strategies, governance models,…

11 models

enhancement

This document defines engineering principles, capability expansion strategies, architectural enhancement methods, feature evolution practices,…

11 models

fork-strategy

This document defines engineering principles, decision frameworks, repository divergence strategies, synchronization models, governance practices,…

11 models

agent-rules

This document defines the behavioral operating rules for Claude during software engineering tasks.

11 models

context

This document defines how context should be collected, maintained, expanded, and utilized throughout an engineering session.

11 models

hallucination

This document defines the anti-hallucination engineering protocol.

11 models

memory

This document defines how memory should be managed during engineering tasks.

11 models

multi-agent

This document defines how complex engineering tasks should be decomposed into multiple specialized reasoning roles.

11 models

optimization

This document defines the engineering optimization methodology.

11 models

accessibility

Testing for accessibility — what automation catches, what it cannot, and the keyboard and screen-reader checks that find real barriers.

11 models

e2e

End-to-end tests that are worth their cost — user-visible selectors, deterministic waiting, and keeping the suite small enough to trust.

11 models

go-testing

Testing in Go with the standard toolchain — table-driven subtests, t.Helper, httptest and fstest, golden files, benchmarks, the race detector,…

11 models

integration

Testing across real boundaries — real databases in containers, isolation between tests, and faking third parties without faking their behaviour.

11 models

load

Load testing that predicts production behaviour — modelling real traffic, measuring percentiles not averages, and finding the knee before users do.

11 models

performance

Testing performance as a regression gate — budgets in CI, lab versus field data, and measuring the metrics users actually feel.

11 models

api-security

Securing an HTTP API — authentication at the edge, per-object authorization, input validation, transport, and the controls that stop the OWASP API…

11 models

filtering

Filter parameters that are expressive without being injectable — allowlisted fields, typed operators, index-backed queries, and bounded cost.

11 models

graphql

GraphQL schema and server rules — bounding query cost, killing N+1 with dataloaders, per-field authorization, and errors clients can act on.

11 models

open-api

OpenAPI specifications that stay true — generating from code, gating breaking changes in CI, and producing docs and SDKs from one source.

11 models

pagination

Cursor and offset pagination — which to use, how to encode a cursor, and why deep OFFSET pages get slower and skip rows.

11 models

rate-limiting

Rate limiting that protects the service without punishing legitimate clients — algorithm choice, key selection, headers, and distributed enforcement.

11 models

analytics

This document defines how Claude should design, evaluate, optimize, and continuously improve analytics systems for SaaS platforms, AI applications,…

11 models

branding

This document defines how Claude should design, evaluate, refine, and maintain world-class product and company branding.

11 models

competitor-analysis

This document defines how Claude should perform comprehensive competitor analysis for products, startups, SaaS platforms, APIs, developer tools, AI…

11 models

content

This document defines how Claude should design, evaluate, optimize, and continuously improve content strategies for SaaS products, AI applications,…

11 models

growth

This document defines how Claude should design, evaluate, optimize, and continuously improve sustainable product growth strategies for SaaS…

11 models

marketing

This document defines how Claude should design, evaluate, optimize, and continuously improve marketing strategies for products, SaaS platforms, AI…

11 models

deployment-checklist

This checklist defines the minimum operational requirements for deploying software safely, consistently, and predictably into production environments.

11 models

design-checklist

This checklist defines the minimum design requirements for software products before implementation, release, or production approval.

11 models

launch-checklist

This checklist defines the minimum requirements for successfully launching a software product, feature, platform, API, AI application, SaaS product,…

11 models

performance-checklist

This checklist defines the minimum performance requirements for software systems before production deployment, feature release, or major…

11 models

production-checklist

This checklist defines the minimum quality requirements for declaring any software system production ready.

11 models

qa-checklist

This checklist defines the minimum Quality Assurance (QA) requirements before any software product, feature, API, AI application, or platform is…

11 models

accessibility-review

This document defines the Accessibility Review methodology.

11 models

architecture-review

This document defines the Architecture Review methodology for software engineering.

11 models

code-review

This document defines the professional code review methodology for engineering tasks.

11 models

design-review

This document defines the Design Review methodology for modern digital products.

11 models

performance-review

This document defines the Performance Review methodology for software engineering.

11 models

product-review

This document defines the Product Review methodology.

11 models

customer-feedback

This document defines engineering principles, customer feedback methodologies, learning frameworks, evidence evaluation strategies, organizational…

11 models

fundraising

This document defines engineering principles, fundraising methodologies, investment readiness frameworks, company evaluation strategies, governance…

11 models

launch

This document defines engineering principles, product launch methodologies, release strategies, operational readiness frameworks, customer adoption…

11 models

mvp

This document defines how to scope, build, and ship a minimum viable product: what belongs in a first release, what does not, and how to tell the…

11 models

product-market-fit

This document defines engineering principles, product-market fit methodologies, customer alignment frameworks, sustainable growth strategies,…

11 models

retention

This document defines engineering principles, customer retention methodologies, engagement frameworks, long-term value strategies, operational…

11 models

ai-template

This template provides complete engineering context for designing production-ready Artificial Intelligence products that solve real business problems…

11 models

blockchain-template

This template provides complete engineering context for designing production-ready blockchain applications that solve real business problems through…

11 models

dashboard-template

This template provides a complete engineering context for designing modern dashboards that transform complex business data into actionable insights…

11 models

landing-template

This template provides a complete engineering context for designing world-class product landing pages that communicate value, establish trust,…

11 models

marketplace-template

This template provides complete engineering context for designing production-ready digital marketplaces that efficiently connect buyers and sellers,…

11 models

portfolio-template

This template provides complete engineering context for designing world-class personal, developer, designer, founder, agency, and professional…

11 models

api-docs

This document defines engineering principles, architectural guidance, documentation standards, operational expectations, and best practices for…

11 models

architecture-docs

This document defines engineering principles, architectural standards, documentation practices, and long-term governance for creating Architecture…

11 models

changelog

This document defines engineering principles, documentation standards, governance practices, and operational expectations for maintaining…

11 models

contributing

This document defines engineering principles, contribution standards, collaboration workflows, review expectations, and quality requirements for…

11 models

readme

This repository is a structured engineering knowledge base designed to standardize how modern software systems are designed, implemented, reviewed,…

11 models

style-guide

This document defines engineering writing standards, documentation conventions, terminology rules, formatting principles, and structural guidelines…

11 models

code-of-conduct

This Code of Conduct defines the expected standards of behavior for everyone participating in this repository and its community.

11 models

contributing

This document defines the contribution standards, expectations, workflows, and review process for everyone contributing to this repository.

11 models

governance

This document defines the governance model used to guide the long-term growth, decision-making, quality standards, ownership, and sustainability of…

11 models

maintainers

This document defines what it means to be a maintainer of a repository: what maintainers are responsible for, how people become maintainers, how they…

11 models

preset-guidelines

This document defines how reusable instruction presets should be designed, evaluated, maintained, and continuously improved for AI-assisted…

11 models

benchmark

This document defines engineering principles, benchmarking methodologies, performance evaluation frameworks, measurement standards, comparative…

11 models

case-studies

This document defines engineering principles, case study methodologies, analytical frameworks, evidence evaluation standards, decision analysis…

11 models

competitor-research

This document defines engineering principles, competitive analysis methodologies, product evaluation frameworks, market positioning strategies,…

11 models

technology-trends

This document defines engineering principles, technology trend analysis methodologies, innovation evaluation frameworks, adoption strategies, risk…

11 models

ui-analysis

This document defines engineering principles, analytical methodologies, evaluation frameworks, usability standards, visual hierarchy guidelines,…

11 models