worker-integration
Worker-Agent integration for intelligent task dispatch and performance tracking
npx skills add ruvnet/ruflo --skill worker-integration --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.
# Worker-Agent Integration Skill Intelligent coordination between background workers and specialized agents. ## Quick Start ```bash # View agent recommendations for a trigger npx agentic-flow workers agents ultralearn npx agentic-flow workers agents optimize # View performance metrics npx agentic-flow workers metrics # View integration stats npx agentic-flow workers stats --integration ``` ## Agent Mappings Workers automatically dispatch to optimal agents based on trigger type: | Trigger | Primary Agents | Fallback | Pipeline Phases | |---------|---------------|----------|-----------------| | `ultralearn` | researcher, coder | planner | discovery → patterns → vectorization → summary | | `optimize` | performance-analyzer, coder | researcher | static-analysis → performance → patterns | | `audit` | security-analyst, tester | reviewer | security → secrets → vulnerability-scan | | `benchmark` | performance-analyzer | coder, tester | performance → metrics → report | | `testgaps` | tester | coder | discovery → coverage → gaps | | `document` | documenter, researcher | coder | api-discovery → patterns → indexing | | `deepdive` | researcher, security-analyst | coder | call-graph → deps → tra
- Quick Start
- Agent Mappings
- Performance-Based Selection
- Memory Key Patterns
- Benchmark Thresholds
- Feedback Loop
- Integration Statistics
- Configuration
View agent recommendations for a trigger npx agentic-flow workers agents ultralearn npx agentic-flow workers agents optimize View performance metrics npx agentic-flow workers metrics View integration stats npx agentic-flow workers stats --integration Worker-Agent Integration Stats Total Agents: 6 Tracked Agents: 4
What does the worker-integration skill do?
Worker-Agent integration for intelligent task dispatch and performance tracking
How do I install it?
Run `npx skills add ruvnet/ruflo --skill worker-integration --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 ruvnet/ruflo, a repository with 67,015 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.