Backend architecture patterns help you build software that is easy to change and test. Clean Architecture, Hexagonal Architecture, and Domain-Driven Design are proven ways to organize your code. These patterns keep your business logic separate from databases, web frameworks, and external services.
Anyone designing a new microservice or refactoring a large application can benefit. You will learn to create layered structures with clear rules. Your code becomes more flexible and you can swap out databases or APIs without rewriting the core logic.
Testing gets much simpler too. With these patterns you can run unit tests without a real database or Docker. This skill gives you the tools to build maintainable and scalable systems that last.
Global
mkdir -p ~/.claude/skills/architecture-patternsProject
mkdir -p .claude/skills/architecture-patternsSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls