Agent Skills by Lars Bell
Showing 30 vetted skills indexed across 1 GitHub repositories.
ai-taking-actions
Automate AI workflows by enabling agents to call APIs and use tools.
ai-serving-apis
Wrap DSPy programs with FastAPI to expose query and health check endpoints.
ai-decomposing-tasks
Decompose failing complex AI tasks into reliable subtasks using structured templates.
ai-coordinating-agents
Orchestrate multiple AI agents with a LangGraph supervisor and handoff patterns.
ai-building-chatbots
Build memory-enabled chatbots with DSPy and LangGraph for multi-turn conversations.
ai-summarizing
Summarize long content into concise, audience-aware formats with faithfulness checks.
ai-switching-models
Switch AI providers or models while preserving model-agnostic workflows.
ai-cutting-costs
Optimize DSPy pipeline model routing, caching, and prompts to reduce AI API costs.
ai-fine-tuning
Fine-tune models on labeled datasets using BootstrapFinetune workflows.
ai-parsing-data
Extract structured data from unstructured text using DSPy.
ai-stopping-hallucinations
Ground AI outputs in retrieved sources with enforced citations and verification.
ai-building-pipelines
Decompose complex AI tasks into modular multi-stage DSPy pipelines.
ai-moderating-content
Classify user-generated content, score severity, and route moderation decisions.
ai-scoring
Score work against defined rubrics with per-criterion and overall scores.
ai-sorting
Classify and route text content into predefined categories.
ai-testing-safety
Identify AI safety vulnerabilities through automated adversarial testing with DSPy.
ai-following-rules
Enforce hard and soft constraints on AI outputs using DSPy Assert and Suggest.
ai-monitoring
Monitor AI model performance, drift, and cost in production.
ai-improving-accuracy
Define custom metrics, run evaluations, and apply optimization strategies like BootstrapFewShot.
ai-reasoning
Identify planning tasks and apply DSPy reasoning strategies with structured plans.
ai-searching-docs
Builds a DSPy search-and-answer pipeline for grounded document retrieval and question answering.
ai-generating-data
Generate synthetic training data with a DSPy-based generate-filter-evaluate workflow.
ai-tracing-requests
Trace and inspect AI request steps with OpenTelemetry instrumentation and DSPy inspection.
ai-kickoff
Scaffold a complete DSPy AI feature project with standard files and templates.