architecture patterns skills

9 tagged architecture patterns, measured the same way as everything else here.

Browse within: ai-assisted-development 8best-practices 8blueprint 8claude-md 8

design-patterns

01

VoDaiLocz/Design-Patterns

Skill Claude CodeCodex

Full-spectrum Design Patterns skill: Detect anti-patterns in existing codebases, diagnose architectural debt, propose optimal patterns (GoF, SOLID, DDD, CQRS, Microservices, Cloud), and generate production-ready boilerplate code. Optimized for Next.js, FastAPI, NestJS, Django, Express, and Go.

10 6mo ago A 71 tokens original MIT

add-provider

02

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Checklist for adding a new AI provider (image, video, text, audio) that satisfies all 5 integration principles — ACL, bulkhead, idempotency, observability, and contract test. Load when integrating any new external AI API. Prevents the most common mistake of pasting httpx calls directly into a service.

9 3mo ago A 69 tokens original MIT

debug-frontend

03

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Systematic 5-step debugging flow for Next.js 15 + React 19 + TypeScript apps. Load when a UI bug is reported, hydration error appears, Server Action returns wrong data, or cache invalidation fails. Forces layer isolation (server vs client, action vs component, cache vs render) before touching code — prevents "fix…

9 3mo ago A 80 tokens original MIT

debug-go

04

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Systematic 5-step debugging flow for Go 1.22+ services. Load when a test fails, a goroutine leaks, a downstream provider hangs, errors lose context, or production logs are unhelpful. Forces layer isolation (handler vs service vs repo vs provider) and runs the 5 most common Go antipattern greps before any code change …

9 3mo ago A 91 tokens original MIT