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. 01

    MCP Builder

    Skill
    Builds an MCP server from scratch: tool definitions, transport, testing
    0Agent Engineering
  2. 02

    Systematic Debugging

    Skill
    Forces reproduce-first debugging instead of speculative patching
    0Tests & Debugging
  3. 03

    Understand Anything

    Skill
    Builds a browsable graph of a codebase you did not write.
    0Coding Workflows
  4. 04

    Planning and Task Breakdown

    Skill
    Turns a spec into ordered tasks with explicit acceptance criteria.
    0Agent Engineering
  5. 05

    Acquire Codebase Knowledge

    Skill
    Maps an unfamiliar repository into seven documents backed by file evidence.
    0Coding Workflows
  6. 06

    Android Skills

    Skill
    Google's own Android skill catalog, aimed at the APIs agents get wrong most often.
    0Coding Workflows
  7. 07

    Claude Code Game Studios

    Skill
    Runs a solo game project the way a studio runs one, with roles and gates.
    0Agent Engineering
  8. 08

    Game Dev Agent Skills

    Skill
    67 game-dev skills across ten engines, with a router that picks the right ones.
    0Media & Creative
  9. 09

    Swift iOS Skills

    Skill
    86 Apple-platform skills pinned to current APIs instead of the ones models memorised.
    0Coding Workflows
  10. 10

    iOS Simulator Skill

    Skill
    Drives xcodebuild and the iOS simulator without flooding the context window.
    0Tests & Debugging
  11. 11

    Incremental Implementation

    Skill
    Lands features as thin vertical slices that each leave the build green.
    0Coding Workflows
  12. 12

    API and Interface Design

    Skill
    Designs contracts that are hard to misuse and safe to change later.
    0Coding Workflows
  13. 13

    Axiom Swift Concurrency

    Skill
    Works through Swift 6 concurrency errors: data races, Sendable, @MainActor, actor isolation.
    0Coding Workflows
  14. 14

    Generating Baseline Profiles

    Skill
    Ships an Android baseline profile and proves with Macrobenchmark that startup really improved.
    0Tests & Debugging
  15. 15

    Axiom SwiftUI

    Skill
    A symptom-to-reference router for SwiftUI work, from views not updating to iPad layout breaking.
    0Frontend & Design
  16. 16

    Diagnosing Compose Stability

    Skill
    Reads the Compose compiler reports to name which parameters are unstable and why.
    0Coding Workflows
  17. 17

    Writing Skills

    Skill
    Treats a new skill as production code and makes you watch an agent fail before writing it.
    0Agent Engineering
  18. 18

    Using Git Worktrees

    Skill
    Prepares an isolated workspace for feature work, falling back to a git worktree.
    0DevOps & Infrastructure
  19. 19

    Verification Before Completion

    Skill
    Blocks any completion claim until a command has been run and its output read.
    0Code Reviews
  20. 20

    Test-Driven Development

    Skill
    Forces the red-green-refactor loop before any implementation code is written.
    0Tests & Debugging
  21. 21

    Subagent-Driven Development

    Skill
    Hands each plan task to a fresh subagent and gates it behind a mandatory review.
    0Agent Engineering
  22. 22

    Writing Plans

    Skill
    Turns a spec into a step-by-step plan an engineer new to the codebase can follow.
    0Agent Engineering
  23. 23

    Using tmux for Interactive Commands

    Skill
    Drives editors, REPLs and interactive git through a detached tmux session.
    0DevOps & Infrastructure
  24. 24

    CI/CD Pipeline Builder

    Skill
    Detects the stack from the repository, then writes a pipeline that matches it.
    0DevOps & Infrastructure