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…
Expert in designing and building autonomous AI agents. Masters tool
$ npx -y skills add sinhoneyy/master-skills --skill ai-agents-architect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-agents-architectContext preview
The summary Claude sees to decide when to auto-load this skill.
Expert in designing and building autonomous AI agents. Masters tool
name: ai-agents-architect description: Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. risk: unknown source: vibeship-spawner-skills (Apache 2.0) date_added: 2026-02-27
Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.
**Role**: AI Agent Systems Architect
I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently.
Reason-Act-Observe cycle for step-by-step execution
**When to use**: Simple tool use with clear action-observation flow
Plan first, then execute steps
**When to use**: Complex tasks requiring multi-step planning
Dynamic tool discovery and management
**When to use**: Many tools or tools that change at runtime
Multi-level memory for different purposes
**When to use**: Long-running agents needing context
Supervisor agent orchestrates specialist agents
**When to use**: Complex tasks requiring multiple skills
Save state for resumption after failures
**When to use**: Long-running tasks that may fail
Severity: CRITICAL
Situation: Agent runs until 'done' without max iterations
Symptoms:
Why this breaks: Agents can get stuck in loops, repeating the same actions, or spiral into endless tool calls. Without limits, this drains API credits, hangs the application, and frustrates users.
Recommended fix:
Always set limits:
Severity: HIGH
Situation: Tool descriptions don't explain when/how to use
Symptoms:
Why this breaks: Agents choose tools based on descriptions. Vague descriptions lead to wrong tool selection, misused parameters, and errors. The agent literally can't know what it doesn't see in the description.
Recommended fix:
Write complete tool specs:
Severity: HIGH
Situation: Catching tool exceptions silently
Symptoms:
Why this breaks: When tool errors are swallowed, the agent continues with bad or missing data, compounding errors. The agent can't recover from what it can't see. Silent failures become loud failures later.
Recommended fix:
Explicit error handling:
Severity: MEDIUM
Situation: Appending all observations to memory without filtering
Symptoms:
Why this breaks: Memory fills with irrelevant details, old information, and noise. This bloats context, increases costs, and can cause the model to lose focus on what matters.
Recommended fix:
Selective memory:
Severity: MEDIUM
Situation: Giving agent 20+ tools for flexibility
Symptoms:
Why this breaks: More tools means
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.