agents▌
38 indexed skills · max 10 per page
ai-agents-architect
davila7/claude-code-templates · AI/ML
Expert guidance for designing autonomous AI agents with controlled autonomy, tool integration, and multi-agent systems. \n \n Covers core agent patterns: ReAct loops for step-by-step reasoning, Plan-and-Execute for task decomposition, and dynamic tool registries for flexible capability management \n Addresses critical failure modes including infinite loops, tool overload, memory bloat, and fragile output parsing with specific mitigation strategies \n Balances agent autonomy with oversight, helpi
openai-symphony-autonomous-agents
aradotso/trending-skills · AI/ML
Skill by ara.so — Daily 2026 Skills collection.
autogpt-agents
davila7/claude-code-templates · AI/ML
Comprehensive platform for building, deploying, and managing continuous AI agents through a visual interface or development toolkit.
elevenlabs-agents
jezweb/claude-skills · Productivity
Build production-ready conversational AI voice agents with ElevenLabs Platform. \n \n Supports React, React Native, Swift, and JavaScript SDKs with dashboard or CLI-based agent configuration \n Add client-side and webhook-based server tools, upload knowledge bases for RAG, and configure voice, LLM, system prompt, and first message \n Includes signed URL authentication pattern, agent versioning for A/B testing, and dynamic variable injection for user context \n CLI provides init, deploy, test, an
trigger-agents
triggerdotdev/skills · Productivity
Production AI agent patterns using Trigger.dev's durable execution for orchestration, parallelization, routing, and self-refinement workflows. \n \n Five core patterns: prompt chaining with validation gates, routing to appropriate models, parallel LLM execution, orchestrator-worker fan-out/fan-in, and evaluator-optimizer self-refining loops \n Includes typed batch execution across multiple tasks, recursive self-calls with feedback, and error handling with per-task result inspection \n Integrates
autonomous-agents
sickn33/antigravity-awesome-skills · Productivity
Architectural patterns and guardrails for building reliable autonomous agents that start constrained and earn autonomy through proven reliability. \n \n Covers three core agent loop patterns: ReAct (alternating reasoning and action), Plan-Execute (separated planning and execution phases), and Reflection (self-evaluation and iterative improvement) \n Emphasizes guardrails-first approach with hard cost limits, step count reduction, and least-privilege API access to prevent runaway behavior \n Iden
deep-agents-orchestration
langchain-ai/langchain-skills · Productivity
Orchestrate subagents, plan multi-step tasks, and require human approval for sensitive operations. \n \n Delegate work to specialized subagents via the task tool; custom subagents support isolated tool sets and system prompts, while the default \"general-purpose\" subagent inherits main agent configuration \n Plan and track complex workflows with write_todos , organizing tasks across pending, in-progress, and completed states; requires a thread_id for persistence across invocations \n Implement
agents-sdk
cloudflare/skills · Productivity
Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration. \n \n Core features include SQLite-backed state management, callable RPC methods via @callable() , one-time and recurring task scheduling, and durable multi-step workflows \n Supports MCP server integration (both client and server modes), email routing with secure replies, and streaming chat with resumable streams on disconnect \n Includes React hooks ( useAgent , useAgentCh
suggest-awesome-github-copilot-agents
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant Custom Agents files from the GitHub awesome-copilot repository that are not already available in this repository. Custom Agent files are located in the agents folder of the awesome-copilot repository.
dispatching-parallel-agents
obra/superpowers · Productivity
Delegate independent tasks to specialized agents working concurrently with isolated context. \n \n Dispatch one agent per problem domain when facing 3+ unrelated failures across different test files or subsystems \n Each agent receives focused scope, clear goal, and constraints—no inherited session context or history \n Agents work in parallel on independent investigations, then you review summaries and integrate non-conflicting fixes \n Best for timing issues, subsystem bugs, and exploratory fi