Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.
npx skills add https://github.com/lingxling/awesome-skills-cn --skill ai-agents-architect
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 more confusion. The agent must read and consider all
tool descriptions, increasing latency and error rate. Long tool lists
get cut off or poorly understood.
Recommended fix:
Curate tools per task:
Severity: MEDIUM
Situation: Starting with multi-agent architecture for simple tasks
Symptoms:
Why this breaks:
Multi-agent adds coordination overhead, communication failures,
debugging complexity, and cost. Each agent handoff is a potential
failure point. Start simple, add agents only when proven necessary.
Recommended fix:
Justify multi-agent:
Severity: MEDIUM
Situation: Running agents without logging thoughts/actions
Symptoms:
Why this breaks:
When agents fail, you need to see what they were thinking, which
tools they tried, and where they went wrong. Without observability,
debugging is guesswork.
Recommended fix:
Implement tracing:
Severity: MEDIUM
Situation: Regex or exact string matching on LLM output
Symptoms:
Why this breaks:
LLMs don't produce perfectly consistent output. Minor format variations
break brittle parsers. This causes agent crashes or incorrect behavior
from parsing errors.
Recommended fix:
Robust output handling:
Works well with: rag-engineer, prompt-engineer, backend, mcp-builder
Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration
Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and release gates—not for clinical decision-making.
> provider/change budget/修改卖家/修改预算/draft/草稿/我的任务/my tasks/what am I working on/关闭/取消任务/决策列表/decision list/指定服务商/browse (sender.role = COUNTERPARTY, not you); (3) literal "Read the okx-ai skill" (or legacy "Read the okx-agent-task skill") in the envelope.
Automate payer review of prior authorization (PA) requests. This skill should be used when users say "Review this PA request", "Process prior authorization for [procedure]", "Assess medical necessity", "Generate PA decision", or when processing clinical documentation for coverage policy validation and authorization decisions.
Structured persuasion for tech leads, PMs, and founders—not activity logs. Five scenarios (kickoff, status update, wrap-up, investor pitch, solution selling) on one 5-part framework (Hook→Context→Proposal→Evidence→Ask). AI prompts for missing materials and audience context; pre-submit checklist. Claude Code plugin; Cursor, Codex, and chat via prompts.
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Practical AI agent workflows and productivity techniques. Provides optimized patterns for daily development tasks such as commands, shortcuts, Git integration, MCP usage, and session management.
Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used.
Take lingxling/ai-agents-architect from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.