Marketplace

171 skills

Each 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.

Clear filters

Design AI-powered search experiences: semantic search, conversational interfaces, result ranking, and relevance tuning.

  • βœ“8-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·4 min readΒ·Updated 1 month ago

Design AI content moderation pipelines: multi-layer classification, appeal workflows, edge case handling, and trust safety.

  • βœ“5-step procedure
  • βœ“4 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·3 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·4 min readΒ·Updated 1 month ago

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
productWorks with any modern AI assistantΒ·4 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

Build automated test suites that exercise agent behavior across edge cases: adversarial inputs, tool failures, multi-turn conversations, and recovery.

  • βœ“9-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

Design secure execution environments for AI agents: Docker sandboxes, API key isolation, network policies, and resource limits.

  • βœ“9-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·5 min readΒ·Updated 1 month ago

Craft detailed agent personas with expertise areas, communication styles, decision frameworks, and behavioral boundaries.

  • βœ“9-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·5 min readΒ·Updated 1 month ago

Design and implement multi-agent workflows with role assignment, task decomposition, and inter-agent communication protocols.

  • βœ“8-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureNeeds a top-tier modelΒ·6 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

Design persistent memory systems for AI agents: episodic, semantic, and procedural memory with retrieval strategies.

  • βœ“9-step procedure
  • βœ“5 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureNeeds a top-tier modelΒ·5 min readΒ·Updated 1 month ago

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
securityWorks with any modern AI assistantΒ·11 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·5 min readΒ·Updated 1 month ago

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-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

Use 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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·6 min readΒ·Updated 1 month ago

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
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·5 min readΒ·Updated 1 month ago

Analyze and reduce AI agent operating costs: model routing, prompt caching, context window management, and batch processing strategies.

  • βœ“10-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
agent-infrastructureBest with a strong model (Claude Sonnet 4)Β·5 min readΒ·Updated 1 month ago

Design accessibility programs: WCAG compliance, assistive tech support, testing workflows, and disability inclusion.

  • βœ“8-step procedure
  • βœ“6 pitfalls to avoid
  • βœ“Installs into 6 tools
productWorks with any modern AI assistantΒ·3 min readΒ·Updated 1 month ago

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
code-qualityWorks with any modern AI assistantΒ·4 min readΒ·Updated 1 month ago

Audit crawlability, rendering, metadata, and structured data with evidence-backed fixes. Use for indexing problems, migrations, or pre-launch SEO checks.

  • βœ“10-step procedure
  • βœ“1 ready-to-run code block
  • βœ“7-point quality checklist
frontendWorks with any modern AI assistantΒ·6 min readΒ·Updated 1 month ago

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
code-qualityWorks with any modern AI assistantΒ·4 min readΒ·Updated 1 month ago

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
operationsWorks with any modern AI assistantΒ·8 min readΒ·Updated 1 month ago

Design micro-frontend architectures: module federation, route splitting, shared dependencies, and team boundaries.

  • βœ“5-step procedure
  • βœ“Runnable JavaScript included
  • βœ“4 pitfalls to avoid
frontendWorks with any modern AI assistantΒ·3 min readΒ·Updated 1 month ago