From swarmdo-daa
Create and adapt Dynamic Agentic Architecture agents that learn and evolve
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarmdo-daa:daa-agent <create|adapt|status> [options]<create|adapt|status> [options]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create agents with Dynamic Agentic Architecture that adapt and learn over time.
Create agents with Dynamic Agentic Architecture that adapt and learn over time.
When you need agents that go beyond static configurations — agents that adapt their behavior based on performance metrics, learn from interactions, and share knowledge with other agents.
mcp__swarmdo__daa_agent_create with initial configuration and learning parametersmcp__swarmdo__daa_learning_status to see adaptation progressmcp__swarmdo__daa_performance_metrics for efficiency and accuracy metricsmcp__swarmdo__daa_agent_adapt to trigger manual adaptation based on feedbackmcp__swarmdo__daa_knowledge_share to propagate learnings to other agents| Aspect | Static Agent | DAA Agent |
|---|---|---|
| Behavior | Fixed configuration | Adapts over time |
| Learning | None | Continuous from interactions |
| Knowledge | Isolated | Shared across agents |
| Performance | Constant | Improves with use |
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-daaCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.