Marketplace
23 skillsEach listing spells out exactly what's inside β the steps, the ready-to-run code, and which AI tools it works with β so you know what you're getting before you buy.
Design multi-layer caching strategies: browser, CDN, application, and database caching with invalidation patterns.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design feature flag strategies: flag types, rollout percentages, kill switches, technical debt management, and cleanup schedules.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Use 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.
- β11-step procedure
- βRunnable Python included
- β8-point quality checklist
Concurrency Auditor
$2.99Audit code for race conditions, deadlocks, and thread safety issues in async and multi-threaded code.
- β9-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Audit codebases for i18n readiness: hardcoded strings, locale formatting, RTL support, pluralization rules, and translation workflow.
- β8-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
API Contract Tester
$1.99Generate and run contract tests for REST and GraphQL APIs from OpenAPI specs or schema definitions.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design rate limiting strategies for APIs: token bucket, sliding window, per-user limits, and 429 response patterns.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design WebSocket and real-time communication systems: connection management, reconnection, message protocols, and scaling.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Use when reviewing a diff, PR, or staged changes: a five-pass protocol that yields severity-ranked findings with concrete failure cases.
- β7-step procedure
- β1 ready-to-run code block
- β7-point quality checklist
Create comprehensive onboarding documentation for any codebase: architecture maps, data flow diagrams, and gotchas for new developers.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Dead Code Hunter
$1.99Find and safely remove dead code: unreachable branches, unused exports, orphaned files, and stale configuration.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Deprecation Manager
$1.99Manage API and feature deprecations safely: sunset timelines, migration guides, usage tracking, and forced upgrade paths.
- β9-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Audit error handling across a codebase: unhandled rejections, swallowed exceptions, missing retries, and inconsistent error types.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design event-driven systems: event schema design, broker selection, idempotency, ordering guarantees, and event sourcing.
- β10-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Design GraphQL schemas: type design, N+1 prevention, pagination patterns, mutation design, and schema evolution.
- β9-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Monorepo Architect
$1.99Design and configure monorepo structures: workspace setup, package boundaries, dependency management, and CI optimization.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
SDK Generator
$1.99Generate typed SDK clients from API specifications: language-specific patterns, auth handling, pagination, and error mapping.
- β10-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Implement search functionality: full-text search, faceted filtering, typo tolerance, relevance tuning, and search analytics.
- β10-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
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.
- β8-step procedure
- β1 ready-to-run code block
- β8-point quality checklist
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.
- β9-step procedure
- β1 ready-to-run code block
- β10-point quality checklist
Systematically modernize legacy codebases: strangler fig pattern, incremental rewrites, and risk-minimized migration paths.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design reliable async job processing: queue selection, retry strategies, dead letter queues, and idempotency guarantees.
- β10-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Refactor Planner
$1.99Use before restructuring working code across multiple files: produces a stepwise refactor plan with risk scores, verification, and rollback points.
- β9-step procedure
- β1 ready-to-run code block
- β9-point quality checklist