agent▌
142 indexed skills · max 10 per page
crewai-multi-agent
davila7/claude-code-templates · AI/ML
Autonomous multi-agent orchestration framework for collaborative AI teams solving complex tasks. \n \n Role-based agents with goals, backstories, and autonomous decision-making; supports sequential and hierarchical task execution with built-in memory (short-term, long-term, entity) \n 50+ pre-built tools including web search, scraping, PDFs, databases, and code documentation; custom tools via BaseTool class \n Dual execution paradigm: Crews for autonomous collaboration and Flows for event-driven
data-scraper-agent
affaan-m/everything-claude-code · Productivity
Build a production-ready, AI-powered data collection agent for any public data source. Runs on a schedule, enriches results with a free LLM, stores to a database, and improves over time.
agent-memory-mcp
sickn33/antigravity-awesome-skills · Productivity
Persistent, searchable memory system for agents to store and retrieve architectural decisions, patterns, and project knowledge. \n \n Provides four core MCP tools: memory_search for querying by text/type/tags, memory_write to record decisions and patterns, memory_read to retrieve specific entries, and memory_stats for usage analytics \n Runs as an MCP server that syncs with project documentation, enabling long-term knowledge retention across agent sessions \n Includes a standalone dashboard (por
inkos-multi-agent-novel-writing
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection
ai-agent-builder
claude-office-skills/skills · Frontend
Design and build AI agents with tools, memory, and multi-step reasoning capabilities. Covers ChatGPT, Claude, Gemini integration patterns based on n8n's 5,000+ AI workflow templates.
coding-agent
steipete/clawdis · Productivity
Delegate coding tasks to Codex, Claude Code, Pi, or OpenCode agents via background bash processes. \n \n Supports four coding agents (Codex, Claude Code, Pi, OpenCode) with agent-specific execution modes: PTY required for Codex/Pi/OpenCode; Claude Code uses --print --permission-mode bypassPermissions without PTY \n Background execution with session monitoring via process tool actions (log, poll, write, submit, kill) for long-running tasks \n Designed for feature building, PR reviews, refactoring
agent-slack
stablyai/agent-slack · Productivity
Slack automation CLI for reading, searching, sending, and managing messages, channels, and files. \n \n Supports message operations: fetch single messages or threads, browse channel history, send/edit/delete messages, add/remove reactions, and draft rich-text messages in a browser editor \n Download attachments (snippets, images, files) automatically; search messages and files across channels with date and user filters \n Create channels, invite users (including external), open DMs or group DMs,
agent-memory-systems
sickn33/antigravity-awesome-skills · Productivity
Multi-layer memory architecture for agents: short-term context, long-term vector storage, and retrieval optimization. \n \n Covers seven memory types: short-term (context window), long-term (vector stores), working, episodic, semantic, and procedural memory, each suited to different information patterns \n Provides three core patterns: memory type selection, vector store choice, and chunking strategy to maximize retrieval accuracy \n Highlights critical retrieval challenges: contextual chunking,
agent-development
anthropics/claude-plugins-official · Productivity
$23
multi-agent-orchestration
qodex-ai/ai-agent-skills · Productivity
Coordinate specialized agents to solve complex problems through orchestrated workflows and collaborative reasoning. \n \n Supports four core orchestration patterns: sequential task chains, parallel execution, hierarchical delegation, and consensus-based debate \n Includes templates and examples for CrewAI, AutoGen, LangGraph, and OpenAI Swarm frameworks \n Provides utilities for agent communication (message brokers, shared memory), workflow management (execution, optimization, monitoring), and p