Marketplace
23 skillsDrill down and search. Every skill shows its install count, usefulness score, rating, and when it was last updated.
Feature Flag Planner
FreeDesign feature flag strategies: flag types, rollout percentages, kill switches, technical debt management, and cleanup schedules.
WebSocket Architect
FreeDesign WebSocket and real-time communication systems: connection management, reconnection, message protocols, and scaling.
Internationalization Auditor
FreeAudit codebases for i18n readiness: hardcoded strings, locale formatting, RTL support, pluralization rules, and translation workflow.
Caching Strategist
FreeDesign multi-layer caching strategies: browser, CDN, application, and database caching with invalidation patterns.
Error Handling Auditor
$1.99Audit error handling across a codebase: unhandled rejections, swallowed exceptions, missing retries, and inconsistent error types.
Concurrency Auditor
$2.99Audit code for race conditions, deadlocks, and thread safety issues in async and multi-threaded code.
Codebase Onboarding Guide
$1.99Create comprehensive onboarding documentation for any codebase: architecture maps, data flow diagrams, and gotchas for new developers.
Monorepo Architect
$1.99Design and configure monorepo structures: workspace setup, package boundaries, dependency management, and CI optimization.
Test Generator
$1.99Use when adding tests to existing code or after a bug fix: derives high-value cases from branches, boundaries, and bug history, then writes the suite.
Dead Code Hunter
$1.99Find and safely remove dead code: unreachable branches, unused exports, orphaned files, and stale configuration.
Search Implementation Guide
$1.99Implement search functionality: full-text search, faceted filtering, typo tolerance, relevance tuning, and search analytics.
API Contract Tester
$1.99Generate and run contract tests for REST and GraphQL APIs from OpenAPI specs or schema definitions.
Refactor Planner
$1.99Use before restructuring working code across multiple files: produces a stepwise refactor plan with risk scores, verification, and rollback points.
Deprecation Manager
$1.99Manage API and feature deprecations safely: sunset timelines, migration guides, usage tracking, and forced upgrade paths.
GraphQL Schema Designer
$1.99Design GraphQL schemas: type design, N+1 prevention, pagination patterns, mutation design, and schema evolution.
Legacy Code Modernizer
$2.99Systematically modernize legacy codebases: strangler fig pattern, incremental rewrites, and risk-minimized migration paths.
Event-Driven Architecture Designer
$1.99Design event-driven systems: event schema design, broker selection, idempotency, ordering guarantees, and event sourcing.
Debug Detective
$2.99Use when a failure's cause is unknown: a hypothesis-driven protocol from symptom to confirmed root cause, with evidence trail and regression test.
SDK Generator
$1.99Generate typed SDK clients from API specifications: language-specific patterns, auth handling, pagination, and error mapping.
API Rate Limiter Designer
$1.99Design rate limiting strategies for APIs: token bucket, sliding window, per-user limits, and 429 response patterns.
Code Review Checklist
$1.99Use when reviewing a diff, PR, or staged changes: a five-pass protocol that yields severity-ranked findings with concrete failure cases.
Queue System Designer
$1.99Design reliable async job processing: queue selection, retry strategies, dead letter queues, and idempotency guarantees.
Autonomous Test-Repair Loop
$2.99Use when a repo's test suite is red and you must drive it to green by patching the code under test within a budget, without masking regressions.