Claude Skills · Coding

Parallel-research-then-converge design workflow between two agents. Use this skill when the user wants two agents to independently think through a design problem before aligning on a solution — "spec X with codex", "design X together", "both agents think through X", "brainstorm architecture together", "parallel research then joint proposal", "think through separately then align", "careful thought from both sides before coding", or any variation where the user wants collaborative design rather than just splitting implementation work. Also use this when you receive a message labeled workflow:spe...

★ 79 Synced 5 hours ago View SKILL.md

At a glance

Coding Manual install Go Actively maintained v0.52.1 # x-release-please-version

This skill is for Coding and helps you parallelize design thinking between agents, converge on a technical solution after independent research, and brainstorm architecture with multiple perspectives.

Install git clone --depth 1 https://github.com/avivsinai/agent-message-queue cp -r agent-message-queue/skills/amq-spec ~/.claude/skills/amq-spec
Can use Not declared by the author
Good for parallelize design thinking between agentsconverge on a technical solution after independent researchbrainstorm architecture with multiple perspectivesalign design decisions across team membersconduct parallel code review before implementation

Setup, runtime and requirements describe avivsinai/agent-message-queue, the repo this skill ships in.

Collaborative Designagent-coordinationarchitecturedecision-makingworkflow

Also in avivsinai/agent-message-queue

View the repo
Amq CLI DevOps & Infrastructure

Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use this skill whenever you need to send messages to another agent (...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...