Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161

Coding Workflows

Repeatable recipes for writing and shipping code: scaffolding, refactors, migrations and framework-specific conventions.

45 skills

  1. 25

    Convex Backend Skills

    Skill
    Seventeen skills for building a Convex backend, from first scaffold to authorization audit.
    0Databases & Data
  2. 26

    Code Review Excellence

    Skill
    Turns pull request review into a repeatable checklist instead of taste.
    0Code Reviews
  3. 27

    Appwrite Skills

    Skill
    One skill per Appwrite SDK — TypeScript, Python, Dart, Swift, Kotlin, Go, PHP and more.
    0Coding Workflows
  4. 28

    Stripe Skills

    Skill
    Decides between Stripe's payment APIs and pins the current API and SDK versions.
    0Coding Workflows
  5. 29

    Next.js App Router Patterns

    Skill
    Settles where the server ends and the client begins in an App Router app.
    0Frontend & Design
  6. 30

    Auth Implementation Patterns

    Skill
    Chooses between sessions, JWT and OAuth2 before any login page exists.
    0Coding Workflows
  7. 31

    Error Handling Patterns

    Skill
    Decides which failures are values and which are exceptions.
    0Coding Workflows
  8. 32

    Git Advanced Workflows

    Skill
    Covers the Git commands people avoid until something goes wrong.
    0Coding Workflows
  9. 33

    Source-Driven Development

    Skill
    Backs every framework decision with a citation from the official docs.
    0Coding Workflows
  10. 34

    Spec-Driven Development

    Skill
    Gates coding behind a written spec, plan and task list.
    0Coding Workflows
  11. 35

    Executing Plans

    Skill
    Works through a written implementation plan task by task, with checkpoints.
    0Agent Engineering
  12. 36

    Brainstorming

    Skill
    Settles intent and design with the user before implementation is allowed to start.
    0Agent Engineering
  13. 37

    Receiving Code Review

    Skill
    Requires understanding and checking review feedback before acting on any of it.
    0Code Reviews
  14. 38

    Performance Optimization

    Skill
    Profile first, fix the measured bottleneck, then measure again.
    0Coding Workflows
  15. 39

    Create Architectural Decision Record

    Skill
    Writes a numbered ADR from the context, decision and alternatives behind a choice.
    0Documents & Office
  16. 40

    Claude API

    Skill
    Reference for building against the Claude API without guessing at parameters.
    0Agent Engineering
  17. 41

    API Design Principles

    Skill
    Decides REST and GraphQL shapes before any endpoint is written.
    0Coding Workflows
  18. 42

    Finishing a Development Branch

    Skill
    Closes finished branch work through a fixed order: green suite, then a choice, then cleanup.
    0DevOps & Infrastructure
  19. 43

    Finding Duplicate Functions

    Skill
    Hunts functions that solve the same problem twice under different names.
    0Code Reviews
  20. 44

    Apollo GraphQL Skills

    Skill
    Fourteen skills for Apollo's GraphQL stack: schema design, federation, Router and client SDKs.
    0Coding Workflows
  21. 45

    Debugging Compose Recompositions

    Skill
    Makes recomposition visible through inspector counts and per-argument change reasons.
    0Tests & Debugging