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

MCP Builder
SkillBuilds an MCP server from scratch: tool definitions, transport, testing0Agent Engineering - 02

Systematic Debugging
SkillForces reproduce-first debugging instead of speculative patching0Tests & Debugging - 03

Understand Anything
SkillBuilds a browsable graph of a codebase you did not write.0Coding Workflows - 04
Planning and Task Breakdown
SkillTurns a spec into ordered tasks with explicit acceptance criteria.0Agent Engineering - 05

Acquire Codebase Knowledge
SkillMaps an unfamiliar repository into seven documents backed by file evidence.0Coding Workflows - 06

Android Skills
SkillGoogle's own Android skill catalog, aimed at the APIs agents get wrong most often.0Coding Workflows - 07

Claude Code Game Studios
SkillRuns a solo game project the way a studio runs one, with roles and gates.0Agent Engineering - 08

Game Dev Agent Skills
Skill67 game-dev skills across ten engines, with a router that picks the right ones.0Media & Creative - 09

Swift iOS Skills
Skill86 Apple-platform skills pinned to current APIs instead of the ones models memorised.0Coding Workflows - 10

iOS Simulator Skill
SkillDrives xcodebuild and the iOS simulator without flooding the context window.0Tests & Debugging - 11
Incremental Implementation
SkillLands features as thin vertical slices that each leave the build green.0Coding Workflows - 12
API and Interface Design
SkillDesigns contracts that are hard to misuse and safe to change later.0Coding Workflows - 13

Axiom Swift Concurrency
SkillWorks through Swift 6 concurrency errors: data races, Sendable, @MainActor, actor isolation.0Coding Workflows - 14

Generating Baseline Profiles
SkillShips an Android baseline profile and proves with Macrobenchmark that startup really improved.0Tests & Debugging - 15

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

Diagnosing Compose Stability
SkillReads the Compose compiler reports to name which parameters are unstable and why.0Coding Workflows - 17

Writing Skills
SkillTreats a new skill as production code and makes you watch an agent fail before writing it.0Agent Engineering - 18

Using Git Worktrees
SkillPrepares an isolated workspace for feature work, falling back to a git worktree.0DevOps & Infrastructure - 19

Verification Before Completion
SkillBlocks any completion claim until a command has been run and its output read.0Code Reviews - 20

Test-Driven Development
SkillForces the red-green-refactor loop before any implementation code is written.0Tests & Debugging - 21

Subagent-Driven Development
SkillHands each plan task to a fresh subagent and gates it behind a mandatory review.0Agent Engineering - 22

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

Using tmux for Interactive Commands
SkillDrives editors, REPLs and interactive git through a detached tmux session.0DevOps & Infrastructure - 24

CI/CD Pipeline Builder
SkillDetects the stack from the repository, then writes a pipeline that matches it.0DevOps & Infrastructure