Coding Workflows
Repeatable recipes for writing and shipping code: scaffolding, refactors, migrations and framework-specific conventions.
45 skills
AllAgent EngineeringBusiness & ProductivityCode ReviewsCoding WorkflowsDatabases & DataDevOps & InfrastructureDocuments & OfficeFrontend & DesignMarketing & SEOMedia & CreativeResearch & ScienceSecurity & ComplianceTests & DebuggingWriting & Content
- 25

Convex Backend Skills
SkillSeventeen skills for building a Convex backend, from first scaffold to authorization audit.0Databases & Data - 26

Code Review Excellence
SkillTurns pull request review into a repeatable checklist instead of taste.0Code Reviews - 27

Appwrite Skills
SkillOne skill per Appwrite SDK — TypeScript, Python, Dart, Swift, Kotlin, Go, PHP and more.0Coding Workflows - 28

Stripe Skills
SkillDecides between Stripe's payment APIs and pins the current API and SDK versions.0Coding Workflows - 29

Next.js App Router Patterns
SkillSettles where the server ends and the client begins in an App Router app.0Frontend & Design - 30

Auth Implementation Patterns
SkillChooses between sessions, JWT and OAuth2 before any login page exists.0Coding Workflows - 31

Error Handling Patterns
SkillDecides which failures are values and which are exceptions.0Coding Workflows - 32

Git Advanced Workflows
SkillCovers the Git commands people avoid until something goes wrong.0Coding Workflows - 33
Source-Driven Development
SkillBacks every framework decision with a citation from the official docs.0Coding Workflows - 34
Spec-Driven Development
SkillGates coding behind a written spec, plan and task list.0Coding Workflows - 35

Executing Plans
SkillWorks through a written implementation plan task by task, with checkpoints.0Agent Engineering - 36

Brainstorming
SkillSettles intent and design with the user before implementation is allowed to start.0Agent Engineering - 37

Receiving Code Review
SkillRequires understanding and checking review feedback before acting on any of it.0Code Reviews - 38
Performance Optimization
SkillProfile first, fix the measured bottleneck, then measure again.0Coding Workflows - 39

Create Architectural Decision Record
SkillWrites a numbered ADR from the context, decision and alternatives behind a choice.0Documents & Office - 40

Claude API
SkillReference for building against the Claude API without guessing at parameters.0Agent Engineering - 41

API Design Principles
SkillDecides REST and GraphQL shapes before any endpoint is written.0Coding Workflows - 42

Finishing a Development Branch
SkillCloses finished branch work through a fixed order: green suite, then a choice, then cleanup.0DevOps & Infrastructure - 43

Finding Duplicate Functions
SkillHunts functions that solve the same problem twice under different names.0Code Reviews - 44

Apollo GraphQL Skills
SkillFourteen skills for Apollo's GraphQL stack: schema design, federation, Router and client SDKs.0Coding Workflows - 45

Debugging Compose Recompositions
SkillMakes recomposition visible through inspector counts and per-argument change reasons.0Tests & Debugging