ai-agent-development
Original:🇺🇸 English
Translated
AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents.
8installs
Added on
NPX Install
npx skill4agent add sickn33/antigravity-awesome-skills ai-agent-developmentTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →AI Agent Development Workflow
Overview
Specialized workflow for building AI agents including single autonomous agents, multi-agent systems, agent orchestration, tool integration, and human-in-the-loop patterns.
When to Use This Workflow
Use this workflow when:
- Building autonomous AI agents
- Creating multi-agent systems
- Implementing agent orchestration
- Adding tool integration to agents
- Setting up agent memory
Workflow Phases
Phase 1: Agent Design
Skills to Invoke
- - Agent architecture
ai-agents-architect - - Autonomous patterns
autonomous-agents
Actions
- Define agent purpose
- Design agent capabilities
- Plan tool integration
- Design memory system
- Define success metrics
Copy-Paste Prompts
Use @ai-agents-architect to design AI agent architecturePhase 2: Single Agent Implementation
Skills to Invoke
- - Agent patterns
autonomous-agent-patterns - - Autonomous agents
autonomous-agents
Actions
- Choose agent framework
- Implement agent logic
- Add tool integration
- Configure memory
- Test agent behavior
Copy-Paste Prompts
Use @autonomous-agent-patterns to implement single agentPhase 3: Multi-Agent System
Skills to Invoke
- - CrewAI framework
crewai - - Multi-agent patterns
multi-agent-patterns
Actions
- Define agent roles
- Set up agent communication
- Configure orchestration
- Implement task delegation
- Test coordination
Copy-Paste Prompts
Use @crewai to build multi-agent system with rolesPhase 4: Agent Orchestration
Skills to Invoke
- - LangGraph orchestration
langgraph - - Orchestration
workflow-orchestration-patterns
Actions
- Design workflow graph
- Implement state management
- Add conditional branches
- Configure persistence
- Test workflows
Copy-Paste Prompts
Use @langgraph to create stateful agent workflowsPhase 5: Tool Integration
Skills to Invoke
- - Tool building
agent-tool-builder - - Tool design
tool-design
Actions
- Identify tool needs
- Design tool interfaces
- Implement tools
- Add error handling
- Test tool usage
Copy-Paste Prompts
Use @agent-tool-builder to create agent toolsPhase 6: Memory Systems
Skills to Invoke
- - Memory architecture
agent-memory-systems - - Conversation memory
conversation-memory
Actions
- Design memory structure
- Implement short-term memory
- Set up long-term memory
- Add entity memory
- Test memory retrieval
Copy-Paste Prompts
Use @agent-memory-systems to implement agent memoryPhase 7: Evaluation
Skills to Invoke
- - Agent evaluation
agent-evaluation - - AI evaluation
evaluation
Actions
- Define evaluation criteria
- Create test scenarios
- Measure agent performance
- Test edge cases
- Iterate improvements
Copy-Paste Prompts
Use @agent-evaluation to evaluate agent performanceAgent Architecture
User Input -> Planner -> Agent -> Tools -> Memory -> Response
| | | |
Decompose LLM Core Actions Short/Long-termQuality Gates
- Agent logic working
- Tools integrated
- Memory functional
- Orchestration tested
- Evaluation passing
Related Workflow Bundles
- - AI/ML development
ai-ml - - RAG systems
rag-implementation - - Workflow patterns
workflow-automation