agent▌
142 indexed skills · max 10 per page
sadd:launch-sub-agent
neolabhq/context-engineering-kit · Productivity
Before dispatching, analyze the task systematically. Think through step by step:
agent-manager-skill
davila7/claude-code-templates · Productivity
Manage multiple local CLI agents in parallel tmux sessions with task assignment and monitoring. \n \n Start, stop, and monitor agents running in isolated tmux sessions with log tailing and health checks \n Assign tasks to specific agents and track their execution output in real time \n Schedule recurring agent work via cron integration for automated workflows \n Requires tmux and Python 3; agents are configured in a local agents/ directory \n
agent-memory-systems
davila7/claude-code-templates · Productivity
Memory architecture for agents: retrieval strategies that determine whether agents remember or forget. \n \n Covers five memory types: short-term (context window), long-term (vector stores), working memory, episodic memory, and semantic memory, each suited to different information patterns \n Emphasizes retrieval as the core challenge; provides chunking strategies, embedding quality guidance, and metadata filtering to surface the right memories at decision time \n Includes anti-patterns like sto
agent-xlsx
apetta/agent-xlsx · Documents
XLSX CLI for AI agents. JSON to stdout by default (raw text for --format csv|markdown). Polars+fastexcel for data reads (7-10x faster than openpyxl), openpyxl for metadata/writes, three rendering engines for visual capture (Aspose → Excel → LibreOffice), oletools for VBA.
agent-tool-builder
davila7/claude-code-templates · Frontend
Design AI agent tools with clear schemas, descriptions, and error handling that prevent hallucination and token waste. \n \n Focuses on JSON Schema best practices and description writing that helps LLMs understand tool intent and constraints, not just implementation details \n Covers tool validation, explicit error handling patterns, and recovery strategies that prevent silent failures and agent loops \n Includes guidance on the Model Context Protocol (MCP) standard for tool interoperability acr
agent-memory-mcp
davila7/claude-code-templates · Productivity
Persistent, searchable memory bank for AI agents with automatic project documentation sync. \n \n Provides four core MCP tools: memory_search for querying by text/type/tags, memory_write for recording knowledge and decisions, memory_read for retrieving specific entries, and memory_stats for usage analytics \n Organizes memories by type (architecture, patterns, decisions) and supports custom tagging for flexible retrieval and organization \n Runs as an MCP server that syncs with your project work
open-autoglm-phone-agent
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
agent-manager-skill
sickn33/antigravity-awesome-skills · Productivity
Manage multiple local CLI agents in parallel tmux sessions with task assignment and monitoring. \n \n Start, stop, and monitor agents running in isolated tmux sessions with log tailing and health checks \n Assign tasks to specific agents and track their output in real time \n Schedule recurring agent work via cron integration for automated workflows \n Requires tmux and Python 3; agents configured in a local agents/ directory \n
twill-cloud-coding-agent
twillai/skills · Cloud
Manage Twill Cloud Coding Agent workflows through the public v1 API. \n \n Create, list, retrieve, and manage tasks with support for custom branches, agent selection, and file attachments \n Stream job logs in real time via Server-Sent Events and cancel running jobs at any point \n Full lifecycle control: send follow-up messages, approve plans, archive tasks, and manage task state \n Schedule recurring coding tasks with cron expressions, timezone support, and pause/resume capabilities \n List re
multi-agent-brainstorming
sickn33/antigravity-awesome-skills · AI/ML
Structured peer-review process using constrained agents to validate designs and surface hidden assumptions before implementation. \n \n Five specialized agent roles with hard scope limits: Primary Designer, Skeptic/Challenger, Constraint Guardian, User Advocate, and Integrator/Arbiter, each with explicit permissions and restrictions \n Sequential review workflow where the designer proposes, then three reviewer agents provide feedback in order, with mandatory Decision Log recording all objections