Marketplace
35 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 voice assistant experiences: intent design, dialogue management, error recovery, and multi-modal handoff.
- β8-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
$4.00Create 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
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
Use when creating, improving, or reviewing an agent skill: scope one job, write routing-grade descriptions, and verify with fresh-agent tests.
- β10-step procedure
- β1 ready-to-run code block
- β11-point quality checklist
Deploy and run a SearXNG meta-search instance for AI agents to query the live web: Docker setup, engine configuration, API integration, and result parsing.
- βRunnable YAML / Shell / JSON included
- β7 pitfalls to avoid
- βInstalls into 6 tools
RAG Pipeline Builder
$4.00Build 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
Prompt Tuner
$4.00Use when a prompt underperforms and needs systematic diagnosis, single-variable experiments, and A/B evidence instead of guess-and-check rewrites.
- β8-step procedure
- β1 ready-to-run code block
- β8-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
Use when asked to build or review an MCP server wrapping an API, database, or CLI so agents can call it through well-designed, strictly typed tools.
- β9-step procedure
- β11-point quality checklist
- β6 pitfalls to avoid
Design Model Context Protocol resources and prompts that expose data and workflows to AI agents following the MCP specification.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Use when building or auditing an LLM-as-judge: calibrate it against human labels, measure agreement, and de-bias position and verbosity effects.
- β10-step procedure
- βRunnable Python included
- β8-point quality checklist
Build knowledge graphs from unstructured data for agent grounding: entity extraction, relation mapping, and graph-based retrieval.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Drive headless browsers (Playwright/Puppeteer) to navigate pages, auto-screenshot at each step, fill forms, click elements, and capture visual evidence of workflows.
- βRunnable Shell / JavaScript included
- β7 pitfalls to avoid
- βInstalls into 6 tools
Guardrail Designer
$5.00Design and implement safety guardrails for AI agents: input/output filtering, topic restrictions, PII redaction, and jailbreak resistance.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Optimize how context is assembled for LLM calls: system prompt design, few-shot example selection, context pruning, and token budget management.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design effective chatbot conversations: intent mapping, escalation flows, personality design, and fallback strategies.
- β5-step procedure
- β4 pitfalls to avoid
- βInstalls into 6 tools
Design AI writing assistant features: tone control, suggestion timing, feedback loops, and human-in-the-loop editing.
- β5-step procedure
- β4 pitfalls to avoid
- βInstalls into 6 tools
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
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
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
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