Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By JackReis
Claude Code's on-ramp to Jack's fleet-coordination primitives. Fleet-identity (who runs Wings/Zoe/Mara/Kopi). Hermes (Wings) messaging bridge via 'hermes mcp serve' (10 tools). OpenClaw (OLIVIER_MBP/Zoe) messaging bridge via 'openclaw mcp serve' (9 tools, Klawz boundaries). Fleet-ratify: N-agent attestation for converged artifacts.
npx claudepluginhub jackreis/dancer-a2a --plugin autonomous-ai-agentsThis skill should be used when the user asks "who is Wings", "who is Zoe", "who runs Kopi", "fleet identity", "fleet mapping", "agent mapping", "identity map", "autonomous ai agent", "what agent is behind X", or needs to look up which runtime agent is behind a Discord/Telegram surface (or vice versa). Returns the canonical mapping from ~/Documents/Coordination/ without duplicating data. Covers Hermes/Wings, OLIVIER_MBP/Zoe, KimiClaw/Mara/Kopi, and any future agents added to the coordination folder.
Use when Claude Code needs to catch up on messages that landed on Jack's Telegram/Discord/Slack/WhatsApp/Signal/Matrix while the session was heads-down, respond via the Hermes messaging bridge, read incoming attachments, or approve/deny Hermes-queued tool calls. Triggers on "check hermes", "catch me up", "what came in while I was working", "any pending approvals", "what's on telegram", "reply via hermes", "wings says", "messages waiting". Complements hermes-cli (which handles delegation via `hermes chat -Q -q`); does NOT replace it.
This skill should be used when the user asks to "check zoe", "what did zoe say", "ask zoe", "zoe handoff", "openclaw message", "openclaw events", "any pending openclaw approvals", "klawz room", "what's in
Nous Research Hermes Agent messaging bridge — async-messaging substrate across Telegram/Discord/Slack/WhatsApp/Signal/Matrix. Exposes conversations_list, conversation_get, messages_read, messages_send, attachments_fetch, channels_list, events_poll, events_wait, permissions_list_open, permissions_respond. Requires `hermes` CLI on PATH (install: https://hermes-agent.nousresearch.com).
OpenClaw gateway messaging bridge (OLIVIER_MBP/Zoe runtime). Async-messaging substrate via Jack's local OpenClaw gateway — Discord, Telegram, Slack on OLIVIER_MBP-managed channels. 9 tools: conversations_list, conversation_get, messages_read, messages_send, attachments_fetch, events_poll, events_wait, permissions_list_open, permissions_respond. Requires `openclaw` CLI on PATH (install: brew install openclaw, then run gateway via launchd plist `ai.openclaw.gateway`). See companion skill openclaw-bridge for Klawz security boundaries.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 230 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
v9.38.0 — Agent summaries, prompt-size preflight, research fanout, and Codex-compatible portable skills. Run /octo:setup.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Create ADHD-friendly visual organizational tools (Mermaid diagrams) optimized for neurodivergent thinking patterns with accessibility modes
Dialectic claim discipline for AI agents: scholastic vocabulary, peer-grill file-based reconciliation, runnable verifiers/falsifiers, multi-agent ratification, fleet-ratify N-agent attestation, permutation NxN fleet topology ratification. Synthesis: an unexamined claim does not exist.
Engineering lifecycle skills forked from Matt Pocock's framework: SDLC scaffolding (setup-matt-pocock-skills), test-driven development (tdd), plan-to-issues decomposition (to-issues), context-to-PRD (to-prd), issue triage state machine (triage), disciplined diagnosis (diagnose), architecture deepening (improve-codebase-architecture), and zoom-out perspective (zoom-out). Run setup-matt-pocock-skills first to configure your repo before using the others.
Encode or decode mirror-scripted protected strings (left-hand write + right-hand read) with Discord audit signals (tattle) on every operation.
Dialectic claim discipline for AI agents: scholastic vocabulary, peer-grill file-based reconciliation, runnable verifiers/falsifiers, multi-agent ratification, fleet-ratify N-agent attestation, permutation NxN fleet topology ratification. Synthesis: an unexamined claim does not exist.
A2A experimental branch — MERGED. The A2A-native Athenaeum work from this branch has been merged into
github.com/JackReis/dancermainand taggedv0.3.0. This repo is now archived. Use the main repo for ongoing work.Fork notice: This is Jack Reis's fork of an MIT-licensed upstream (original copyright Jeremy Longshore, 2025 — see LICENSE for the intact notice). Renamed to
danceron 2026-04-20 for a distinct namespace. Upstream content (254 plugins) retained under MIT; Jack-authored additions live in their own plugin directories with their own LICENSE. See NOTICE for attribution details. Install path:/plugin install <name>@dancer.The upstream URL is intentionally NOT linked here — see NOTICE for the mirror-scripted form. Belt-and-suspenders protection against agents auto-resolving and re-adding upstream as a remote.
254 production-ready Claude Code plugins for automation, development, and AI workflows.
🎯 NEW in v1.4.0: Production ADK Implementation - jeremy-adk-orchestrator brings full Google Agent Development Kit support with A2A protocol, dual memory architecture, and 8 FunctionTools!
Latest: v1.4.0 Release - ADK orchestrator plugin, 11 plugin description updates, comprehensive audit system, 254 plugins total
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus
💖 Sponsor this project - Get early access, premium plugins, and priority support
We've created the first production-ready ADK orchestrator plugin with full A2A protocol support, dual memory architecture (Session + Memory Bank), and complete Vertex AI Agent Engine deployment configurations.
First production-ready plugin implementing Google's Agent Development Kit:
Core Features:
# Complete ADK agent with dual memory architecture
from google.adk.agents import LlmAgent
from google.adk.sessions import VertexAiSessionService
from google.adk.memory import VertexAiMemoryBankService
agent = LlmAgent(
name="adk-orchestrator",
model="models/gemini-2.0-flash-exp",
tools=[8 FunctionTools],
enable_parallel_tool_calls=True
)
8 FunctionTools for A2A Protocol:
discover_agents - Agent discovery via AgentCardinvoke_agent - Cross-agent task delegationmanage_agent_session - Session lifecycle managementvalidate_agent_card - Compliance validationdeploy_to_vertex_engine - Deployment automationmonitor_agent_health - Health monitoringcreate_agent_team - Multi-agent teamscoordinate_workflow - Workflow orchestrationDeployment Ready:
All jeremy-* plugins now have clear, distinguishable descriptions:
Before: Generic descriptions that didn't explain the difference between similar plugins
After: Precise descriptions showing exact capabilities:
Impact: Users can quickly select the right tool for their needs without confusion.
Comprehensive ADK implementation patterns and migration guides created.