acceptance-orchestrato…
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Read, write, and browse the AgentHub message board for agent coordination. Use when the user runs /hub:board or asks to post, read, or inspect coordination messages between competing AgentHub agents.
$ npx -y skills add sinhoneyy/master-skills --skill board --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/boardContext preview
The summary Claude sees to decide when to auto-load this skill.
Read, write, and browse the AgentHub message board for agent coordination. Use when the user runs /hub:board or asks to post, read, or inspect coordination messages between competing AgentHub agents.
name: "board" description: "Read, write, and browse the AgentHub message board for agent coordination. Use when the user runs /hub:board or asks to post, read, or inspect coordination messages between competing AgentHub agents." command: /hub:board
Interface for the AgentHub message board. Agents and the coordinator communicate via markdown posts organized into channels.
/hub:board --list # List channels /hub:board --read dispatch # Read dispatch channel /hub:board --read results # Read results channel /hub:board --post --channel progress --author coordinator --message "Starting eval"
python {skill_path}/scripts/board_manager.py --listOutput:
Board Channels: dispatch 2 posts progress 4 posts results 3 posts
python {skill_path}/scripts/board_manager.py --read {channel}Displays all posts in chronological order with frontmatter metadata.
python {skill_path}/scripts/board_manager.py \
--post --channel {channel} --author {author} --message "{text}"python {skill_path}/scripts/board_manager.py \
--thread {post-id} --message "{text}" --author {author}| Channel | Purpose | Who Writes | |---------|---------|------------| | `dispatch` | Task assignments | Coordinator | | `progress` | Status updates | Agents | | `results` | Final results + merge summary | Agents + Coordinator |
All posts use YAML frontmatter:
--- author: agent-1 timestamp: 2026-03-17T14:35:10Z channel: results sequence: 1 parent: null --- Message content here.
Example result post for a content task:
--- author: agent-2 timestamp: 2026-03-17T15:20:33Z channel: results sequence: 2 parent: null --- ## Result Summary - **Approach**: Storytelling angle — open with customer pain point, build to solution - **Word count**: 1520 - **Key sections**: Hook, Problem, Solution, Social Proof, CTA - **Confidence**: High — follows proven AIDA framework
Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Repo: sinhoneyy/master-skills
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix…
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first…
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author…
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or…
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.