JavaScript Style Guide captures reusable agent playbook guidance for agent design & orchestration. Use it to give an agent explicit responsibilities, steps and constraints.
Read plan.md and identify the next pending [ ] task. Select tasks in order within the current phase. Do not skip ahead to later phases. Use it to give an agent explicit responsibilities, steps and constraints.
A track is a logical work unit that encapsulates a complete piece of work. Each track has:. Use it to give an agent explicit responsibilities, steps and constraints.
Context-Driven Development treats project context as a first-class artifact managed alongside code. Instead of relying on ad-hoc prompts or scattered documentation, establish a persistent, structured foundation that informs all AI interactions. Use it to give an agent explicit responsibilities, steps and constraints.
Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. Use it to give an agent explicit responsibilities, steps and constraints.
1. Source - Code checkout, dependency graph resolution 2. Build - Compile, package, containerize, sign artifacts 3. Test - Unit, integration, SAST/SCA security scans 4. Staging Deploy - Deploy to staging environment with smoke tests 5. Integration Tests - E2E,. Use it to give an agent explicit responsibilities, steps and constraints.
Extended configurations, platform-specific patterns, and advanced rollback strategies. Core patterns and decision tables live in ./SKILL.md. Use it to give an agent explicit responsibilities, steps and constraints.
Stable patterns for working with Stitch. This file covers concepts and taxonomies that remain consistent across SDK versions. For the current API surface (parameter names, return shapes, enum values), the authoritative source is the SDK repository linked in the Stitch Documentati. Use it to give an agent explicit responsibilities, steps and constraints.
Attacker calls back into your contract before state is updated. Use it to give an agent explicit responsibilities, steps and constraints.
Complex implementations extracted from core skill for deeper reference. Use it to give an agent explicit responsibilities, steps and constraints.
Patterns for managing distributed transactions and long-running business processes without two-phase commit. Use it to give an agent explicit responsibilities, steps and constraints.
microservices-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for api, backend & databases. Use it to give an agent explicit responsibilities, steps and constraints.
architecture-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for api, backend & databases. Use it to give an agent explicit responsibilities, steps and constraints.
Deep-dive implementation examples for DDD bounded contexts, Onion Architecture, Anti-Corruption Layers, and full project structures. Referenced from SKILL.md. Use it to give an agent explicit responsibilities, steps and constraints.
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. Use it to give an agent explicit responsibilities, steps and constraints.
1. Nullable vs Non-Null : Start nullable, make non-null when guaranteed 2. Input Types : Always use input types for mutations 3. Payload Pattern : Return errors in mutation payloads 4. Pagination : Use cursor-based for infinite scroll, offset for simple cases 5. Nam. Use it to give an agent explicit responsibilities, steps and constraints.
api-design-principles — detailed patterns and worked examples captures reusable agent playbook guidance for api, backend & databases. Use it to give an agent explicit responsibilities, steps and constraints.
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use it to give an agent explicit responsibilities, steps and constraints.
Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature. Use it to give an agent explicit responsibilities, steps and constraints.
Patterns you'll write on the client side when driving a Managed Agent session, grounded in working SDK examples. Use it to ground design choices in named patterns, trade-offs and examples.