Marketplace
97 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 AI code review systems: PR analysis, finding prioritization, false positive suppression, and developer feedback.
- β8-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Design complex agentic workflows: DAG-based task graphs, conditional branching, human-in-the-loop checkpoints, and error recovery paths.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design first-run experiences and onboarding flows for AI agents: capability discovery, permission grants, and initial task routing.
- β9-step procedure
- β7 pitfalls to avoid
- βInstalls into 6 tools
Implement tracing, logging, and monitoring for AI agent systems: LLM call traces, tool execution logs, latency tracking, and replay debugging.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design seamless handoff protocols between specialized agents: context transfer, state serialization, and recovery on failure.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design self-improving agent systems: outcome tracking, reward signal extraction, prompt refinement cycles, and human preference collection.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Agent Eval Harness
$2.99Use when an agent workflow needs measurable quality: build task-based evals with graders, baselines, and A/B comparisons before shipping changes.
- β9-step procedure
- β1 ready-to-run code block
- β8-point quality checklist
Design and run comprehensive eval suites for AI agents: task completion rates, tool call accuracy, cost tracking, and regression testing.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Curate and clean training datasets: deduplication, quality scoring, bias detection, and data augmentation strategies.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Validate and test tool/function calling schemas: JSON Schema compliance, edge case generation, parameter boundary testing, and mock servers.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Custom Tool Builder
$2.99Create production-grade tools/functions that AI agents can call: define schemas, implement handlers, add validation and error handling.
- β10-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Threat Model Builder
$2.99Use when designing or changing a feature and you need a STRIDE threat model: map the system, enumerate threats per element, and rank mitigations.
- β10-step procedure
- β1 ready-to-run code block
- β10-point quality checklist
Security Audit Sweep
$2.99Use when auditing a codebase or diff for security defects: map attack surface, hunt OWASP-class bugs, and rate each finding by real exploit path.
- β10-step procedure
- β1 ready-to-run code block
- β10-point quality checklist
Secrets Leak Triage
$2.99Use when credentials may be exposed in code, config, logs, or git history: find them, judge real exposure, and drive rotation and cleanup.
- β10-step procedure
- β1 ready-to-run code block
- β9-point quality checklist
Design recommendation systems: collaborative filtering, content-based, hybrid approaches, cold start, and ranking.
- β5-step procedure
- β4 pitfalls to avoid
- βInstalls into 6 tools
RAG Pipeline Builder
$2.99Build retrieval-augmented generation pipelines: chunking strategies, embedding models, vector stores, and reranking for accurate grounding.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Establish versioned prompt management: semantic versioning, A/B testing, rollback, and changelog practices for production prompt systems.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design comprehensive observability: metrics, logs, traces, and profiles with SLO-driven alerting and dashboard design.
- β10-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design multi-region active-active and active-passive architectures: data replication, failover, DNS routing, and consistency.
- β10-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Build comprehensive model evaluation: benchmark selection, statistical significance, human evaluation protocols, and safety testing.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Plan ML model deployment: serving patterns, A/B testing, canary releases, monitoring, and rollback for production ML.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design zero trust network architectures: identity-based perimeters, microsegmentation, and continuous verification.
- β10-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design and implement ML feature stores: online/offline serving, feature freshness, training-serving skew prevention, and feature discovery.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design ML experiment tracking: hyperparameter logging, model versioning, reproducibility, and experiment comparison workflows.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools