Marketplace
52 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.
Use when a retrieval corpus has exact or near-duplicate docs/chunks inflating embedding cost or polluting top-k results, and you must detect and prune them.
- β7-step procedure
- βRunnable Python included
- β7-point quality checklist
Invoke when a downstream system must consume LLM output as JSON matching a fixed schema and malformed or missing fields would break the pipeline.
- β10-step procedure
- βRunnable Python included
- β9-point quality checklist
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 to scan agent transcripts, traces, and telemetry for leaked secrets or PII before they are stored or shared, and to fix the root cause.
- β12-step procedure
- βRunnable Python included
- β9-point quality checklist
Invoke when building or tuning a RAG/semantic-search pipeline's chunking: pick strategy, chunk size, and overlap validated against retrieval metrics.
- β9-step procedure
- βRunnable Python included
- β8-point quality checklist
Use before running untrusted or model-generated code, installs, or binaries: stand up a disposable, network-restricted sandbox, run it, then tear it down.
- β8-step procedure
- βRunnable Shell included
- β9-point quality checklist
Invoke when an autonomous task may outlast one context windowβpersist resumable checkpoints to a state file so work survives resets and interruptions.
- β9-step procedure
- βRunnable Python / JSON included
- β8-point quality checklist
Audit UIs against WCAG 2.2 AA and deliver prioritized, code-level fixes. Use when asked for an accessibility review, a11y compliance, or AT bug reports.
- β8-step procedure
- β1 ready-to-run code block
- β7-point quality checklist
Design micro-frontend architectures: module federation, route splitting, shared dependencies, and team boundaries.
- β5-step procedure
- βRunnable JavaScript included
- β4 pitfalls to avoid
Manage Drupal in all popular forms: drush CLI, REST/JSON:API, module management, content types, Views, performance caching, and security hardening.
- βRunnable Shell included
- β8 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
Manage AI agent products: capability roadmaps, eval-driven development, safety reviews, user trust, and launch criteria.
- β8-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Design cohesive animation systems: motion principles, timing curves, choreography rules, and accessible motion.
- β5-step procedure
- βRunnable JavaScript included
- β4 pitfalls to avoid
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
API Docs Writer
$1.99Use when API reference docs must be generated or updated from source code, with verified schemas, runnable examples, and complete error catalogs.
- β9-step procedure
- β1 ready-to-run code block
- β8-point quality checklist
Design API products: endpoint design for developer experience, versioning strategy, rate tiers, and ecosystem growth.
- β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
Churn Analyst
$1.99Analyze customer churn: cohort analysis, churn signals, at-risk scoring, retention experiments, and win-back strategies.
- β8-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
Conduct systematic competitor analysis: feature matrices, positioning maps, moat assessment, and strategic gap identification.
- β7-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design ergonomic component APIs: prop design, composition patterns, accessibility defaults, and forward compatibility.
- β5-step procedure
- βRunnable Jsx included
- β4 pitfalls to avoid
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