ai-agent-builder
Build AI agents with tools, memory, and multi-step reasoning - ChatGPT, Claude, Gemini integration patterns
npx skills add majiayu000/claude-skill-registry --skill ai-agent-builder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI Agent Builder Design and build AI agents with tools, memory, and multi-step reasoning capabilities. Covers ChatGPT, Claude, Gemini integration patterns based on n8n's 5,000+ AI workflow templates. ## Overview This skill covers: - AI agent architecture design - Tool/function calling patterns - Memory and context management - Multi-step reasoning workflows - Platform integrations (Slack, Telegram, Web) --- ## AI Agent Architecture ### Core Components ``` ┌─────────────────────────────────────────────────────────────────┐ │ AI AGENT ARCHITECTURE │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ Input │────▶│ Agent │────▶│ Output │ │ │ │ (Query) │ │ (LLM) │ │ (Response) │ │ │ └─────────────┘ └──────┬──────┘ └─────────────┘ │ │ │ │ │ ┌───────────────────┼───────────────────┐ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ Tools │ │ Memory │ │ Knowledge │ │ │ │ (Functions) │ │ (Context) │ │ (RAG) │ │ │ └─────────────┘ └─────────────┘ └─────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────┘ ``` ### Agent Types ```yaml agent_types: reactive_age
- Overview
- AI Agent Architecture
- Core Components
- Agent Types
- Tool Calling Pattern
- Tool Definition
- Common Tool Categories
- n8n Tool Integration
- Memory Patterns
- Memory Types
- Context Window Management
- Multi-Step Reasoning
- ReAct Pattern
- Planning Agent
What does the ai-agent-builder skill do?
Build AI agents with tools, memory, and multi-step reasoning - ChatGPT, Claude, Gemini integration patterns
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-agent-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
