agent▌
146 indexed skills · max 10 per page
autobrowse
browserbase/skills · productivity
Self-improving browser automation via the auto-research loop, iteratively enhancing navigation skills for specific website tasks.
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.
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
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-sessions-layout
microsoft/vscode · Productivity
When working on the Agents workbench layout, always follow these guidelines:
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
sadd:launch-sub-agent
neolabhq/context-engineering-kit · Productivity
Before dispatching, analyze the task systematically. Think through step by step: