Imported from organvm-iv-taxis/a-i--skills (
skills/tools/agent-development-pack/SKILL.md). Install upstream withnpx skills add organvm-iv-taxis/a-i--skills --skill agent-development-pack. Copyright stays with the author (MIT).
Agent Development Pack
A curated bundle for building, testing, and coordinating AI agent systems with proper handoff and tool integration.
What's Included
- agent-swarm-orchestrator — Design multi-agent systems with coordinated swarms and task distribution
- agent-testing-patterns — Test agent tool use, non-deterministic outputs, and multi-turn conversations
- cross-agent-handoff — Transfer context between agent sessions with structured handoff protocols
- mcp-builder — Build MCP (Model Context Protocol) servers for extending agent capabilities
- prompt-engineering-patterns — Design effective prompts with structured formats and chain-of-thought
Getting Started
Install this bundle when building AI agent systems. The recommended workflow:
- Design: Use prompt-engineering-patterns to architect system prompts and tool definitions
- Build: Use mcp-builder for custom tool servers and agent-swarm-orchestrator for multi-agent coordination
- Test: Use agent-testing-patterns for unit, integration, and E2E agent testing
- Coordinate: Use cross-agent-handoff for reliable session continuity
This pack is the foundation for ORGAN-IV (orchestration) agent development.