Catalog · topic

Development

Production-grade engineering, not toy snippets. Next.js patterns, API architecture, testing discipline and migrations that don’t break on a Friday.

This shelf is organized by the decision in front of you, not by programming language: which architecture, which framework, how to migrate. It is written for real codebases, so old systems are treated as they are and a clean fresh start is never assumed.

53 skills · 4 agents · 1 mcp connectors

Who this shelf is for
  • Engineer stuck migrating an AngularJS app no one wants to touch
  • Tech lead writing decisions down so the next hire isn’t lost
  • Solo dev who needs API and architecture patterns that hold up
Where to start

There is no kit; pick by your actual decision. Stabilizing a system? Start with Architecture Decision Records. Leaving a framework behind? Start with Angular Migration or its equivalent.

Skills 53

Development Skill

Angular Migration

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and…

$15
Inspect →
Development Skill

API

Backend development patterns for API routes, endpoints, database operations, webhooks, and…

$15
Inspect →
Development Skill

API Design Principles

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable…

$15
Inspect →
Development Skill

Architect

System design and planning patterns for architecture decisions, PRDs, specifications, and…

$15
Inspect →
Development Skill

Async Python Patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance…

$15
Inspect →
Development Skill

Code Review Excellence

Master effective code review practices to provide constructive feedback, catch bugs early, and…

$15
Inspect →
Development Skill

Debugging Strategies

Master systematic debugging techniques, profiling tools, and root cause analysis to…

$15
Inspect →
Development Skill

Dependency Upgrade

Manage major dependency version upgrades with compatibility analysis, staged rollout, and…

$15
Inspect →
Development Skill

E2E Testing Patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch…

$15
Inspect →
Development Skill

FastAPI Templates

Create production-ready FastAPI projects with async patterns, dependency injection, and…

$15
Inspect →
Development Skill

Microservices Patterns

Design microservices architectures with service boundaries, event-driven communication, and…

$15
Inspect →
Development Skill

Native

Cross-platform mobile development patterns with Expo, React Native, iOS, and Android

$15
Inspect →
Development Skill

Next Best Practices

Next.js best practices: file conventions, RSC boundaries, data patterns, async APIs…

$15
Inspect →
Development Skill

Next Upgrade

Upgrade Next.js to the latest version with codemods and migration guides.

$15
Inspect →
Development Skill

Python Packaging

Create distributable Python packages with proper project structure, setup.py/pyproject.toml…

$15
Inspect →
Development Skill

React Modernization

Upgrade React applications to latest versions, migrate from class components to hooks, and…

$15
Inspect →
Development Skill

Rust Async Patterns

Master Rust async programming with Tokio, async traits, error handling, and concurrent…

$15
Inspect →
Development Skill

Saga Orchestration

Implement saga patterns for distributed transactions and cross-aggregate workflows.

$15
Inspect →
Development Skill

Track Management

When creating, managing, or working with Conductor tracks: the logical work units for…

$15
Inspect →
Development Skill

Uv Package Manager

Master the uv package manager for fast Python dependency management, virtual environments, and…

$15
Inspect →
Development Skill

Web Perf

Analyzes web performance using Chrome DevTools MCP.

$15
Inspect →
Development Skill

Workflow Patterns

When implementing tasks according to Conductor's TDD workflow, handling phase checkpoints…

$15
Inspect →
Development Skill

WP Rest API

Integrate WordPress REST API with modern frontends.

$15
Inspect →

Agents 4

MCP Connectors 1

Questions · still in the air

Catch what's on your mind.

the air is clear. nothing between you and the forge.
catch a spark: the forge will answer

  1. Sixty skills is a lot, how is this shelf organized?

    By engineering decision, not by buzzword: architecture (patterns, ADRs, API design), framework work (Next.js, migrations), and discipline (testing, reviews). You take the slice your codebase is missing.

  2. Are these snippets or actual engineering patterns?

    Patterns with opinions. API Design Principles or Architecture Decision Records do not paste code at you: they make Claude design, justify and document the way a senior engineer is expected to.

  3. Do they fit an existing codebase or only greenfield?

    Existing-first. Migration skills, refactoring discipline and review patterns assume you have running code with history, greenfield is the easy case, Friday-deploy legacy is the one these were written on.