daa-agent
Create and adapt Dynamic Agentic Architecture agents that learn and evolve
npx skills add majiayu000/claude-skill-registry --skill daa-agent --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.
# DAA Agent Create agents with Dynamic Agentic Architecture that adapt and learn over time. ## When to use 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. ## Steps 1. **Create agent** — call `mcp__claude-flow__daa_agent_create` with initial configuration and learning parameters 2. **Monitor learning** — call `mcp__claude-flow__daa_learning_status` to see adaptation progress 3. **Check performance** — call `mcp__claude-flow__daa_performance_metrics` for efficiency and accuracy metrics 4. **Adapt** — call `mcp__claude-flow__daa_agent_adapt` to trigger manual adaptation based on feedback 5. **Share knowledge** — call `mcp__claude-flow__daa_knowledge_share` to propagate learnings to other agents ## DAA vs static 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 |
- When to use
- Steps
- DAA vs static agents
What does the daa-agent skill do?
Create and adapt Dynamic Agentic Architecture agents that learn and evolve
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill daa-agent --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.
