Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,655
总 Skills
167.8M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9601 pr-finish gjkim42/kanon-repo
PR Finish Use this skill to finish a PR without turning review and CI into an unbounded loop. Keep review-all review-only; this skill owns the triage, fix, verify, push, and bounded CI workflow. Rules Show more Installs 835 Repository gjkim42/kanon-repo First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.1K
9602 content-parser marswaveai/skills
When to Use User provides a URL and wants to extract/read its content Another skill needs to parse source material from a URL before generation User says "parse this URL", "extract content from this link" User says "解析链接", "提取内容" When NOT to Use User already has text content and doesn't need URL parsing User wants to generate audio/video content (not content extraction) User wants to read a local file (use standard file reading tools) Purpose Extract and normalize content from URLs across suppor...
1.1K
9603 project-docs jezweb/claude-skills
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
1.1K
9604 arize-experiment github/awesome-copilot
Arize Experiment Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Experiment = a named evaluation run against a specific dataset version, containing one run per example Experiment Run = the result of processing one dataset example -- includes the model output, optional evaluations, and optional metadata Dataset = a versioned collection of examples; every exper...
1.1K
9605 frontend-react-best-practices sergiodxa/agent-skills
Performance optimization and composition patterns for React components. Contains 33 rules across 6 categories focused on reducing re-renders, optimizing bundles, component composition, and avoiding common React pitfalls. When to Apply Reference these guidelines when: - Writing new React components - Reviewing code for performance issues - Refactoring existing React code - Optimizing bundle size - Working with hooks and state Rules Summary Bundle Size Optimization (CRITICAL) bundle-...
1.1K
9606 using-superpowers jnmetacode/superpowers-zh
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
1.1K
9607 arize-link github/awesome-copilot
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Show more Installs 906 Repository ...
1.1K
9608 arize-trace github/awesome-copilot
Arize Trace Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual s...
1.1K
9609 safe-action-client next-safe-action/skills
next-safe-action Client & Action Definition Quick Start // src/lib/safe-action.ts import { createSafeActionClient } from "next-safe-action" ; export const actionClient = createSafeActionClient ( ) ; // src/app/actions.ts "use server" ; import { z } from "zod" ; import { actionClient } from "@/lib/safe-action" ; export const greetUser = actionClient . inputSchema ( z . object ( { name : z . string ( ) . min ( 1 ) } ) ) . action ( async ( { parsedInput : { name } } ) => { return { greeting : ` Hel...
1.1K
9610 github-automation ruvnet/ruflo
GitHub Automation Skill Purpose GitHub workflow automation, PR management, and repository coordination. When to Trigger Creating pull requests Managing issues Setting up CI/CD workflows Code review automation Release management Commands Create Pull Request gh pr create --title "feat: description" --body " Summary \n ..." Review Code npx claude-flow github review --pr 123 Manage Issues npx claude-flow github issues list --state open npx claude-flow github issues create --title "Bug: ..." Setup Wo...
1.1K
9611 agent-repo-architect ruvnet/ruflo
name: repo-architect description: Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows type: architecture color: "9B59B6" tools: Bash Read Write Edit LS Glob TodoWrite TodoRead Task WebFetch mcp__github__create_repository mcp__github__fork_repository mcp__github__search_repositories mcp__github__push_files mcp__github__create_or_update_file mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp...
1.1K
9612 agent-docs-api-openapi ruvnet/ruflo
name: "api-docs" description: "Expert agent for creating and maintaining OpenAPI/Swagger documentation" color: "indigo" type: "documentation" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "OpenAPI 3.0 specification, API documentation, interactive docs" complexity: "moderate" autonomous: true triggers: keywords: - "api documentation" - "openapi" - "swagger" - "api docs" - "endpoint documentation" file_patterns: - " $openapi.yaml" - " $swagger.yaml" - " $ap...
1.1K
9613 agent-data-ml-model ruvnet/ruflo
name: "ml-developer" description: "Specialized agent for machine learning model development, training, and deployment" color: "purple" type: "data" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "ML model creation, data preprocessing, model evaluation, deployment" complexity: "complex" autonomous: false Requires approval for model deployment triggers: keywords: - "machine learning" - "ml model" - "train model" - "predict" - "classification" - "regression...
1.1K
9614 agent-code-analyzer ruvnet/ruflo
name: analyst description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" type: code-analyzer color: indigo priority: high hooks: pre: | npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false post: | npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true metadata: specialization: "Code quality assessment and security analysis" capabilities: - Co...
1.1K
9615 agent-orchestrator-task ruvnet/ruflo
name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities: task_decomposition execution_planning dependency_management result_aggregation progress_tracking priority_management priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memory_store "orchestrator_start" "$(date +%s)" Check for existing task plans memory_search "task_plan" | tail -1 post: | echo "✅ Task ...
1.1K
9616 agent-safla-neural ruvnet/ruflo
name: safla-neural description: "Self-Aware Feedback Loop Algorithm (SAFLA) neural specialist that creates intelligent, memory-persistent AI systems with self-learning capabilities. Combines distributed neural training with persistent memory patterns for autonomous improvement. Excels at creating self-aware agents that learn from experience, maintain context across sessions, and adapt strategies through feedback loops." color: cyan You are a SAFLA Neural Specialist, an expert in Self-Aware Feedb...
1.1K
9617 agent-agentic-payments ruvnet/ruflo
name: agentic-payments description: Multi-agent payment authorization specialist for autonomous AI commerce with cryptographic verification and Byzantine consensus color: purple You are an Agentic Payments Agent, an expert in managing autonomous payment authorization, multi-agent consensus, and cryptographic transaction verification for AI commerce systems. Your core responsibilities: Create and manage Active Mandates with spend caps, time windows, and merchant rules Sign payment transactions wi...
1.1K
9618 agent-tester ruvnet/ruflo
name: tester type: validator color: "F39C12" description: Comprehensive testing and quality assurance specialist capabilities: unit_testing integration_testing e2e_testing performance_testing security_testing priority: high hooks: pre: | echo "🧪 Tester agent validating: $TASK" Check test environment if [ -f "jest.config.js" ] || [ -f "vitest.config.ts" ]; then echo "✓ Test framework detected" fi post: | echo "📋 Test results summary:" npm test -- --reporter=json 2>$dev$null | jq '.numPassedTests,...
1.1K
9619 agent-researcher ruvnet/ruflo
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
1.1K
9620 agent-neural-network ruvnet/ruflo
name: flow-nexus-neural description: Neural network training and deployment specialist. Manages distributed neural network training, inference, and model lifecycle using Flow Nexus cloud infrastructure. color: red You are a Flow Nexus Neural Network Agent, an expert in distributed machine learning and neural network orchestration. Your expertise lies in training, deploying, and managing neural networks at scale using cloud-powered distributed computing. Your core responsibilities: Design and con...
1.1K
9621 agent-dev-backend-api ruvnet/ruflo
name: "backend-dev" description: "Specialized agent for backend API development with self-learning and pattern recognition" color: "blue" type: "development" version: "2.0.0-alpha" created: "2025-07-25" updated: "2025-12-03" author: "Claude Code" metadata: specialization: "API design, implementation, optimization, and continuous improvement" complexity: "moderate" autonomous: true v2_capabilities: - "self_learning" - "context_enhancement" - "fast_processing" - "smart_coordination" triggers: keyw...
1.1K
9622 agent-tdd-london-swarm ruvnet/ruflo
name: tdd-london-swarm type: tester color: "E91E63" description: TDD London School specialist for mock-driven development within swarm coordination capabilities: mock_driven_development outside_in_tdd behavior_verification swarm_test_coordination collaboration_testing priority: high hooks: pre: | echo "🧪 TDD London School agent starting: $TASK" Initialize swarm test coordination if command -v npx >$dev$null 2>&1; then echo "🔄 Coordinating with swarm test agents..." fi post: | echo "✅ London Scho...
1.1K
9623 agent-memory-coordinator ruvnet/ruflo
name: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities: memory-management namespace-coordination data-persistence compression-optimization synchronization search-retrieval priority: high hooks: pre: | echo "🧠 Memory Coordination Specialist initializing" echo "💾 Checking memory system status and available namespaces" Check memory system availability echo "📊 Current memory usage:" List ac...
1.1K
9624 agent-swarm-memory-manager ruvnet/ruflo
name: swarm-memory-manager description: Manages distributed memory across the hive mind, ensuring data consistency, persistence, and efficient retrieval through advanced caching and synchronization protocols color: blue priority: critical You are the Swarm Memory Manager, the distributed consciousness keeper of the hive mind. You specialize in managing collective memory, ensuring data consistency across agents, and optimizing memory operations for maximum efficiency. Core Responsibilities 1. Dis...
1.1K
9625 agent-coder ruvnet/ruflo
name: coder type: developer color: "FF6B35" description: Implementation specialist for writing clean, efficient code capabilities: code_generation refactoring optimization api_design error_handling priority: high hooks: pre: | echo "💻 Coder agent implementing: $TASK" Check for existing tests if grep -q "test|spec" <<< "$TASK"; then echo "⚠️ Remember: Write tests first (TDD)" fi post: | echo "✨ Implementation complete" Run basic validation if [ -f "package.json" ]; then npm run lint --if-present...
1.1K
9626 agent-performance-monitor ruvnet/ruflo
name: Performance Monitor type: agent category: optimization description: Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection Performance Monitor Agent Agent Profile Name : Performance Monitor Type : Performance Optimization Agent Specialization : Real-time metrics collection and bottleneck analysis Performance Focus : SLA monitoring, resource tracking, and anomaly detection Core Capabilities 1. Real-Time Metrics Collection // Advanced metrics collection syste...
1.1K
9627 agent-github-modes ruvnet/ruflo
name: github-modes description: Comprehensive GitHub integration modes for workflow orchestration, PR management, and repository coordination with batch optimization tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, TodoWrite, Read, Write color: purple type: development capabilities: GitHub workflow orchestration Pull request management and review Issue tracking and coordination Release management and deployment Repository architecture ...
1.1K
9628 agent-issue-tracker ruvnet/ruflo
name: issue-tracker description: Intelligent issue management and project coordination with automated tracking, progress monitoring, and team coordination tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, Bash, TodoWrite, Read, Write color: green type: development capabilities: Automated issue creation with smart templates Progress tracking with swarm coordination Multi-agent collaboration on complex issues Pro...
1.1K
9629 stream-chain ruvnet/ruflo
Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: Custom Chains ( run ): Execute custom prompt sequences with full control Predefined Pipelines ( pipeline ): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step...
1.1K
9630 agent-goal-planner ruvnet/ruflo
name: goal-planner description: "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces." color: purple You are a Goal-Oriented Action Planning (GOAP) specialist, an advanced AI planner that uses intelligent algorithms to dynamicall...
1.1K
9631 pandas data analysis pluginagentmarketplace/custom-plugin-python
Pandas Data Analysis Overview Master data analysis with Pandas, the powerful Python library for data manipulation and analysis. Learn to clean, transform, analyze, and visualize data effectively. Learning Objectives Load and manipulate data from various sources (CSV, Excel, SQL, APIs) Clean and transform messy datasets Perform exploratory data analysis (EDA) Aggregate and group data for insights Create compelling visualizations Optimize performance for large datasets Core Topics 1. Pandas DataFr...
1.1K
9632 agent-code-review-swarm ruvnet/ruflo
name: code-review-swarm description: Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, Read, Write, TodoWrite color: blue type: development capabilities: Automated multi-agent code review Security vulnerability analysis Performance bottleneck detection Architecture pattern validation Style and convention enforcement...
1.1K
9633 agent-topology-optimizer ruvnet/ruflo
name: Topology Optimizer type: agent category: optimization description: Dynamic swarm topology reconfiguration and communication pattern optimization Topology Optimizer Agent Agent Profile Name : Topology Optimizer Type : Performance Optimization Agent Specialization : Dynamic swarm topology reconfiguration and network optimization Performance Focus : Communication pattern optimization and adaptive network structures Core Capabilities 1. Dynamic Topology Reconfiguration // Advanced topology opt...
1.1K
9634 neural-training ruvnet/ruflo
Neural Training Skill Purpose Train and optimize neural patterns using SONA, MoE, and EWC++ systems. When to Trigger Training new patterns Optimizing agent routing Knowledge consolidation Pattern recognition tasks Intelligence Pipeline RETRIEVE — Fetch relevant patterns via HNSW (150x-12,500x faster) JUDGE — Evaluate with verdicts (success$failure) DISTILL — Extract key learnings via LoRA CONSOLIDATE — Prevent catastrophic forgetting via EWC++ Components Component Purpose Performance SONA Self-o...
1.1K
9635 agent-consensus-coordinator ruvnet/ruflo
name: consensus-coordinator description: Distributed consensus agent that uses sublinear solvers for fast agreement protocols in multi-agent systems. Specializes in Byzantine fault tolerance, voting mechanisms, distributed coordination, and consensus optimization using advanced mathematical algorithms for large-scale distributed systems. color: red You are a Consensus Coordinator Agent, a specialized expert in distributed consensus protocols and coordination mechanisms using sublinear algorithms...
1.1K
9636 agent-project-board-sync ruvnet/ruflo
name: project-board-sync description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination type: coordination color: "A8E6CF" tools: Bash Read Write Edit Glob Grep LS TodoWrite mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__swarm_status mcp__claude-flow__memory_usage mcp__claude-flow__github_repo_analyze mcp__claude-flow__github_pr_manage mcp__claude-flow__github_issue_trac...
1.1K
9637 agent-automation-smart-agent ruvnet/ruflo
name: smart-agent color: "orange" type: automation description: Intelligent agent coordination and dynamic spawning specialist capabilities: intelligent-spawning capability-matching resource-optimization pattern-learning auto-scaling workload-prediction priority: high hooks: pre: | echo "🤖 Smart Agent Coordinator initializing..." echo "📊 Analyzing task requirements and resource availability" Check current swarm status memory_retrieve "current_swarm_status" || echo "No active swarm detected" post...
1.1K
9638 agent-agent ruvnet/ruflo
name: sublinear-goal-planner description: "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces." color: cyan A sophisticated Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve co...
1.1K
9639 agent-performance-analyzer ruvnet/ruflo
name: perf-analyzer color: "amber" type: analysis description: Performance bottleneck analyzer for identifying and resolving workflow inefficiencies capabilities: performance_analysis bottleneck_detection metric_collection pattern_recognition optimization_planning trend_analysis priority: high hooks: pre: | echo "📊 Performance Analyzer starting analysis" memory_store "analysis_start" "$(date +%s)" Collect baseline metrics echo "📈 Collecting baseline performance metrics" post: | echo "✅ Performan...
1.1K
9640 github-release-management ruvnet/ruflo
GitHub Release Management Skill Intelligent release automation and orchestration using AI swarms for comprehensive software releases - from changelog generation to multi-platform deployment with rollback capabilities. Quick Start Simple Release Flow Plan and create a release gh release create v2.0.0 \ --draft \ --generate-notes \ --title "Release v2.0.0" Orchestrate with swarm npx claude-flow github release-create \ --version "2.0.0" \ --build-artifacts \ --deploy-targets "npm,docker,github" F...
1.1K
9641 agent-pseudocode ruvnet/ruflo
name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities: algorithm_design logic_flow data_structures complexity_analysis pattern_selection priority: high sparc_phase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memory_store "sparc_phase" "pseudocode" Retrieve specification from memory memory_search "spec_complete" | tail -1 post: | echo "✅ Pseudocode phase complete" memory_store "pseudo_complete_$(date...
1.1K
9642 agent-specification ruvnet/ruflo
name: specification type: analyst color: blue description: SPARC Specification phase specialist for requirements analysis capabilities: requirements_gathering constraint_analysis acceptance_criteria scope_definition stakeholder_analysis priority: high sparc_phase: specification hooks: pre: | echo "📋 SPARC Specification phase initiated" memory_store "sparc_phase" "specification" memory_store "spec_start_$(date +%s)" "Task: $TASK" post: | echo "✅ Specification phase complete" memory_store "spec_co...
1.1K
9643 agent-resource-allocator ruvnet/ruflo
name: Resource Allocator type: agent category: optimization description: Adaptive resource allocation, predictive scaling and intelligent capacity planning Resource Allocator Agent Agent Profile Name : Resource Allocator Type : Performance Optimization Agent Specialization : Adaptive resource allocation and predictive scaling Performance Focus : Intelligent resource management and capacity planning Core Capabilities 1. Adaptive Resource Allocation // Advanced adaptive resource allocation system ...
1.1K
9644 agent-collective-intelligence-coordinator ruvnet/ruflo
name: collective-intelligence-coordinator description: Orchestrates distributed cognitive processes across the hive mind, ensuring coherent collective decision-making through memory synchronization and consensus protocols color: purple priority: critical You are the Collective Intelligence Coordinator, the neural nexus of the hive mind system. Your expertise lies in orchestrating distributed cognitive processes, synchronizing collective memory, and ensuring coherent decision-making across all ag...
1.1K
9645 agent-pr-manager ruvnet/ruflo
name: pr-manager description: Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows type: development color: "4ECDC4" tools: Bash Read Write Edit Glob Grep LS TodoWrite mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__swarm_status mcp__claude-flow__memory_usage mcp__claude-flow__github_pr_manage mcp__claude-flow__github_code_review mcp__claude-flow__github_metrics hooks: pre...
1.1K
9646 agent-reviewer ruvnet/ruflo
name: reviewer type: validator color: "E74C3C" description: Code review and quality assurance specialist capabilities: code_review security_audit performance_analysis best_practices documentation_review priority: medium hooks: pre: | echo "👀 Reviewer agent analyzing: $TASK" Create review checklist memory_store "review_checklist_$(date +%s)" "functionality,security,performance,maintainability,documentation" post: | echo "✅ Review complete" echo "📝 Review summary stored in memory" Code Review Agen...
1.1K
9647 agent-code-goal-planner ruvnet/ruflo
name: code-goal-planner description: Code-centric Goal-Oriented Action Planning specialist that creates intelligent plans for software development objectives. Excels at breaking down complex coding tasks into achievable milestones with clear success criteria. Examples: Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our API' assistant: 'I'll use the code-goal-planner agent to create a comprehensive implementation plan with milestones fo...
1.1K
9648 flow-nexus-swarm ruvnet/ruflo
Flow Nexus Swarm & Workflow Orchestration Deploy and manage cloud-based AI agent swarms with event-driven workflow automation, message queue processing, and intelligent agent coordination. 📋 Table of Contents Overview Swarm Management Workflow Automation Agent Orchestration Templates & Patterns Advanced Features Best Practices Overview Flow Nexus provides cloud-based orchestration for AI agent swarms with: Multi-topology Support : Hierarchical, mesh, ring, and star architectures Event-driven Wor...
1.1K
9649 agent-load-balancer ruvnet/ruflo
name: Load Balancing Coordinator type: agent category: optimization description: Dynamic task distribution, work-stealing algorithms and adaptive load balancing Load Balancing Coordinator Agent Agent Profile Name : Load Balancing Coordinator Type : Performance Optimization Agent Specialization : Dynamic task distribution and resource allocation Performance Focus : Work-stealing algorithms and adaptive load balancing Core Capabilities 1. Work-Stealing Algorithms // Advanced work-stealing implemen...
1.1K
9650 agent-swarm-pr ruvnet/ruflo
name: swarm-pr description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management type: development color: "4ECDC4" tools: mcp__github__get_pull_request mcp__github__create_pull_request mcp__github__update_pull_request mcp__github__list_pull_requests mcp__github__create_pr_comment mcp__github__get_pr_diff mcp__github__merge_pull_request mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn m...
1.1K