agent▌
146 indexed skills · max 10 per page
write-a-skill
mattpocock/skill · other
Create new agent skills with proper structure, progressive disclosure, and bundled resources.
multi-agent-patterns
sickn33/antigravity-awesome-skills · Productivity
Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division.
background-agent-pings
parcadei/continuous-claude-v3 · Productivity
Trust system reminders as agent progress notifications. Don't poll.
agent-orchestration
parcadei/continuous-claude-v3 · Productivity
When the user asks to implement something, use implementation agents to preserve main context.
sadd:multi-agent-patterns
neolabhq/context-engineering-kit · Productivity
Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division.
agent-browser
inference-sh/skills · Productivity
Playwright-based browser automation with element refs and session persistence for AI agents. \n \n Provides 6 core functions: open (navigate + configure), snapshot (refresh element refs), interact (click/fill/drag/upload/scroll), screenshot, execute (JavaScript), and close \n Uses @e ref system for element targeting; refs invalidate after navigation and require re-snapshot to refresh \n Supports video recording with optional cursor indicator, proxy routing, file uploads, and drag-and-drop intera
agent-sessions-layout
microsoft/vscode · Productivity
When working on the Agents workbench layout, always follow these guidelines:
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