ai-agent-design

Solid

Use this skill when designing AI agent architectures, implementing tool use, building multi-agent systems, or creating agent memory. Triggers on AI agents, tool calling, agent loops, ReAct pattern, multi-agent orchestration, agent memory, planning strategies, agent evaluation, and any task requiring autonomous AI agent design.

AI & Automation 164 stars 28 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

When this skill is activated, always start your first response with the ๐Ÿงข emoji. # AI Agent Design AI agents are autonomous LLM-powered systems that perceive their environment, decide on actions, execute tools, observe outcomes, and iterate toward a goal. Effective agent design requires deliberate choices about the loop structure, tool schemas, memory strategy, failure modes, and evaluation methodology. --- ## When to use this skill Trigger this skill when the user: - Designs or implements an agent loop (ReAct, plan-and-execute, reflection) - Defines tool schemas for LLM function-calling - Builds multi-agent systems with orchestration (sequential, parallel, hierarchical) - Implements agent memory (working, episodic, semantic) - Applies planning strategies like chain-of-thought or task decomposition - Adds safety guardrails, max-iteration limits, or human-in-the-loop gates - Evaluates agent behavior, trajectory quality, or task success - Debugs an agent that loops, hallucinates tools, or gets stuck Do NOT trigger this skill for: - Framework-specific agent APIs (use the Mastra or a2a-protocol skill instead) - Pure LLM prompt engineering with no tool use or autonomy involved --- ## Key principles 1. **Tools over knowledge** - agents should act through tools, not hallucinate facts. Every external lookup, write, or side effect belongs in a tool. 2. **Constrain agent scope** - give each agent a narrow, well-defined goal. A focused agent with 3 tools outperforms a g...

Details

Author
AbsolutelySkilled
Repository
AbsolutelySkilled/AbsolutelySkilled
Created
2 months ago
Last Updated
yesterday
Language
MDX
License
MIT

Related Skills