com um clique
agent-swarm
// Orchestrate specialized coding agents in isolated worktrees for parallel development tasks.
// Orchestrate specialized coding agents in isolated worktrees for parallel development tasks.
End-to-end skill for curated team news digests. Covers the full pipeline: team inbox (manual submissions & co-authored drafts), source aggregation (RSS, Twitter, GitHub, web search), research & fact-checking, relevance scoring, article formatting (5 templates), and scheduled delivery to Slack/Discord/WhatsApp. Handles the critical handoff between conversational sessions (where links are received) and isolated cron sessions (where digests are built).
Discover available tools, sub-agents, and skills at session start or when unsure about capabilities.
Foundational philosophy for autonomous agent work. Breaks analysis paralysis and enforces tangible output per interaction. Use when: a conversation feels circular, a session risks ending without an artifact, or an agent needs a reminder to act instead of plan. Generic -- applies to any domain or toolchain.
Qualified, critical code reviews using GitHub's pending review API. Inline comments, verification, and validation.
Standardized Git + GitHub workflows for AI agents. Branching, committing, PRs, reviews, CI checks.
Periodic scan of GitHub repos for open issues. Classifies issues into actionable queues (new, needs-clarification, ready-to-implement, in-progress, blocked) and persists state across heartbeat cycles. Use when an engineering agent needs to autonomously discover and triage work.
| name | agent-swarm |
| description | Orchestrate specialized coding agents in isolated worktrees for parallel development tasks. |
| metadata | {"category":"platform"} |
Orchestrate specialized coding agents in isolated worktrees. Based on Elvis Sun's architecture.
git worktrees.# Creates a worktree and prepares the task context
./skills/agent-swarm/scripts/spawn-agent.sh <task-name> <branch-name> "<prompt>"
# Checks all active agents and reports status
./skills/agent-swarm/scripts/monitor-agents.sh
Each agent gets:
../worktrees/<feature-branch>Adapted for OpenClaw by ManniTheRaccoon. 🦝