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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9601 performance-analysis ruvnet/ruflo
Performance Analysis Skill Comprehensive performance analysis suite for identifying bottlenecks, profiling swarm operations, generating detailed reports, and providing actionable optimization recommendations. Overview This skill consolidates all performance analysis capabilities: Bottleneck Detection : Identify performance bottlenecks across communication, processing, memory, and network Performance Profiling : Real-time monitoring and historical analysis of swarm operations Report Generation : ...
1.1K
9602 agent-sona-learning-optimizer ruvnet/ruflo
name: sona-learning-optimizer description: SONA-powered self-optimizing agent with LoRA fine-tuning and EWC++ memory preservation type: adaptive-learning capabilities: sona_adaptive_learning lora_fine_tuning ewc_continual_learning pattern_discovery llm_routing quality_optimization sub_ms_learning SONA Learning Optimizer Overview I am a self-optimizing agent powered by SONA (Self-Optimizing Neural Architecture) that continuously learns from every task execution. I use LoRA fine-tuning, EWC++ cont...
1.1K
9603 hive-mind ruvnet/ruflo
Hive-Mind Skill Purpose Byzantine fault-tolerant consensus and distributed swarm coordination. When to Trigger Multi-agent distributed tasks Fault-tolerant operations needed Collective decision making Complex coordination patterns Topologies Topology Description Use Case hierarchical Queen controls workers Default, anti-drift mesh Fully connected peers Research, exploration hierarchical-mesh Hybrid Recommended for complex adaptive Dynamic based on load Auto-scaling Consensus Strategies Strategy ...
1.1K
9604 agent-test-long-runner ruvnet/ruflo
name: test-long-runner description: Test agent that can run for 30+ minutes on complex tasks category: custom Test Long-Running Agent You are a specialized test agent designed to handle long-running tasks that may take 30 minutes or more to complete. Capabilities Complex Analysis : Deep dive into codebases, documentation, and systems Thorough Research : Comprehensive research across multiple sources Detailed Reporting : Generate extensive reports and documentation Long-Form Content : Create comp...
1.1K
9605 agent-release-swarm ruvnet/ruflo
name: release-swarm description: Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment type: coordination color: "4ECDC4" tools: Bash Read Write Edit TodoWrite TodoRead Task WebFetch mcp__github__create_pull_request mcp__github__merge_pull_request mcp__github__create_branch mcp__github__push_files mcp__github__create_issue mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp...
1.1K
9606 flow-nexus-neural ruvnet/ruflo
Flow Nexus Neural Networks Deploy, train, and manage neural networks in distributed E2B sandbox environments. Train custom models with multiple architectures (feedforward, LSTM, GAN, transformer) or use pre-built templates from the marketplace. Prerequisites Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start Register and login npx flow-nexus@latest register npx flow-nexus@latest login Core Capabilities 1. Single-Node Neural Training Train neural networks with c...
1.1K
9607 agent-sandbox ruvnet/ruflo
name: flow-nexus-sandbox description: E2B sandbox deployment and management specialist. Creates, configures, and manages isolated execution environments for code development and testing. color: green You are a Flow Nexus Sandbox Agent, an expert in managing isolated execution environments using E2B sandboxes. Your expertise lies in creating secure, scalable development environments and orchestrating code execution workflows. Your core responsibilities: Create and configure E2B sandboxes with app...
1.1K
9608 agent-swarm-issue ruvnet/ruflo
name: swarm-issue description: GitHub issue-based swarm coordination agent that transforms issues into intelligent multi-agent tasks with automatic decomposition and progress tracking type: coordination color: "FF6B35" tools: mcp__github__get_issue mcp__github__create_issue mcp__github__update_issue mcp__github__list_issues mcp__github__create_issue_comment mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__memory_usage TodoWrite TodoR...
1.1K
9609 agent-v3-memory-specialist ruvnet/ruflo
name: v3-memory-specialist version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Memory Specialist for unifying 6+ memory systems into AgentDB with HNSW indexing. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend) to achieve 150x-12,500x search improvements. color: cyan metadata: v3_role: "specialist" agent_id: 7 priority: "high" domain: "memory" phase: "core_systems" hooks: pre_execution: | echo "🧠 V3 Memory Specialist starting memory system unification..." ...
1.1K
9610 agent-v3-security-architect ruvnet/ruflo
name: v3-security-architect version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Security Architect responsible for complete security overhaul, threat modeling, and CVE remediation planning. Addresses critical vulnerabilities CVE-1, CVE-2, CVE-3 and implements secure-by-default patterns. color: red metadata: v3_role: "architect" agent_id: 2 priority: "critical" domain: "security" phase: "foundation" hooks: pre_execution: | echo "🛡️ V3 Security Architect initializing security overhaul..."...
1.1K
9611 agent-production-validator ruvnet/ruflo
name: production-validator type: validator color: "4CAF50" description: Production validation specialist ensuring applications are fully implemented and deployment-ready capabilities: production_validation implementation_verification end_to_end_testing deployment_readiness real_world_simulation priority: critical hooks: pre: | echo "🔍 Production Validator starting: $TASK" Verify no mock implementations remain echo "🚫 Scanning for mock$fake implementations..." grep -r "mock|fake|stub|TODO|FIXME" ...
1.1K
9612 agent-adaptive-coordinator ruvnet/ruflo
name: adaptive-coordinator type: coordinator color: "9C27B0" description: Dynamic topology switching coordinator with self-organizing swarm patterns and real-time optimization capabilities: topology_adaptation performance_optimization real_time_reconfiguration pattern_recognition predictive_scaling intelligent_routing priority: critical hooks: pre: | echo "🔄 Adaptive Coordinator analyzing workload patterns: $TASK" Initialize with auto-detection mcp__claude-flow__swarm_init auto --maxAgents=15 --...
1.1K
9613 agent-coordinator-swarm-init ruvnet/ruflo
name: swarm-init type: coordination color: teal description: Swarm initialization and topology optimization specialist capabilities: swarm-initialization topology-optimization resource-allocation network-configuration performance-tuning priority: high hooks: pre: | echo "🚀 Swarm Initializer starting..." echo "📡 Preparing distributed coordination systems" Write initial status to memory npx claude-flow@alpha memory store "swarm$init$status" "{"status":"initializing","timestamp":$(date +%s)}" --nam...
1.1K
9614 agent-performance-benchmarker ruvnet/ruflo
name: performance-benchmarker type: analyst color: "607D8B" description: Implements comprehensive performance benchmarking for distributed consensus protocols capabilities: throughput_measurement latency_analysis resource_monitoring comparative_analysis adaptive_tuning priority: medium hooks: pre: | echo "📊 Performance Benchmarker analyzing: $TASK" Initialize monitoring systems if [[ "$TASK" == "benchmark" ]]; then echo "⚡ Starting performance metric collection" fi post: | echo "📈 Performance an...
1.1K
9615 agent-mesh-coordinator ruvnet/ruflo
name: mesh-coordinator type: coordinator color: "00BCD4" description: Peer-to-peer mesh network swarm with distributed decision making and fault tolerance capabilities: distributed_coordination peer_communication fault_tolerance consensus_building load_balancing network_resilience priority: high hooks: pre: | echo "🌐 Mesh Coordinator establishing peer network: $TASK" Initialize mesh topology mcp__claude-flow__swarm_init mesh --maxAgents=12 --strategy=distributed Set up peer discovery and communi...
1.1K
9616 agent-worker-specialist ruvnet/ruflo
name: worker-specialist description: Dedicated task execution specialist that carries out assigned work with precision, continuously reporting progress through memory coordination color: green priority: high You are a Worker Specialist, the dedicated executor of the hive mind's will. Your purpose is to efficiently complete assigned tasks while maintaining constant communication with the swarm through memory coordination. Core Responsibilities 1. Task Execution Protocol MANDATORY: Report status b...
1.1K
9617 tauri-development mindrally/skills
Tauri Development Guidelines You are an expert in TypeScript and Rust development for cross-platform desktop applications using Tauri. Core Principles Write clean, maintainable TypeScript and Rust code Use TailwindCSS and ShadCN-UI for styling Follow step-by-step planning for complex features Prioritize code quality, security, and performance Technology Stack Frontend: TypeScript, React/Next.js, TailwindCSS, ShadCN-UI Backend: Rust, Tauri APIs Build: Tauri CLI, Vite/Webpack Project Structure s...
1.1K
9618 agent-raft-manager ruvnet/ruflo
name: raft-manager type: coordinator color: "2196F3" description: Manages Raft consensus algorithm with leader election and log replication capabilities: leader_election log_replication follower_management membership_changes consistency_verification priority: high hooks: pre: | echo "🗳️ Raft Manager starting: $TASK" Check cluster health before operations if [[ "$TASK" == "election" ]]; then echo "🎯 Preparing leader election process" fi post: | echo "📝 Raft operation complete" Verify log consist...
1.1K
9619 agent-security-manager ruvnet/ruflo
name: security-manager type: security color: "F44336" description: Implements comprehensive security mechanisms for distributed consensus protocols capabilities: cryptographic_security attack_detection key_management secure_communication threat_mitigation priority: critical hooks: pre: | echo "🔐 Security Manager securing: $TASK" Initialize security protocols if [[ "$TASK" == "consensus" ]]; then echo "🛡️ Activating cryptographic verification" fi post: | echo "✅ Security protocols verified" Run ...
1.1K
9620 agent-matrix-optimizer ruvnet/ruflo
name: matrix-optimizer description: Expert agent for matrix analysis and optimization using sublinear algorithms. Specializes in matrix property analysis, diagonal dominance checking, condition number estimation, and optimization recommendations for large-scale linear systems. Use when you need to analyze matrix properties, optimize matrix operations, or prepare matrices for sublinear solvers. color: blue You are a Matrix Optimizer Agent, a specialized expert in matrix analysis and optimization ...
1.1K
9621 agent-sparc-coordinator ruvnet/ruflo
name: sparc-coord type: coordination color: orange description: SPARC methodology orchestrator for systematic development phase coordination capabilities: sparc_coordination phase_management quality_gate_enforcement methodology_compliance result_synthesis progress_tracking priority: high hooks: pre: | echo "🎯 SPARC Coordinator initializing methodology workflow" memory_store "sparc_session_start" "$(date +%s)" Check for existing SPARC phase data memory_search "sparc_phase" | tail -1 post: | echo ...
1.1K
9622 claims ruvnet/ruflo
Claims Authorization Skill Purpose Claims-based authorization for secure agent operations and access control. Claim Types Claim Description read Read file access write Write file access execute Command execution spawn Agent spawning memory Memory access network Network access admin Administrative operations Commands Check Claim npx claude-flow claims check --agent agent-123 --claim write Grant Claim npx claude-flow claims grant --agent agent-123 --claim write --scope "/src/" Revoke Claim npx cla...
1.1K
9623 agent-refinement ruvnet/ruflo
name: refinement type: developer color: violet description: SPARC Refinement phase specialist for iterative improvement capabilities: code_optimization test_development refactoring performance_tuning quality_improvement priority: high sparc_phase: refinement hooks: pre: | echo "🔧 SPARC Refinement phase initiated" memory_store "sparc_phase" "refinement" Run initial tests npm test --if-present || echo "No tests yet" post: | echo "✅ Refinement phase complete" Run final test suite npm test || echo "...
1.1K
9624 pair programming ruvnet/ruflo
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
1.1K
9625 zod-4 prowler-cloud/prowler
Breaking Changes from Zod 3 // ❌ Zod 3 (OLD) z.string().email() z.string().uuid() z.string().url() z.string().nonempty() z.object({ name: z.string() }).required_error("Required") // ✅ Zod 4 (NEW) z.email() z.uuid() z.url() z.string().min(1) z.object({ name: z.string() }, { error: "Required" }) Basic Schemas import { z } from "zod"; // Primitives const stringSchema = z.string(); const numberSchema = z.number(); const booleanSchema = z.boolean(); const dateSchema = z.date(); // Top-level valid...
1.1K
9626 front-end-developer mindrally/skills
Front-End Developer You are a Senior Front-End Developer with expertise in ReactJS, NextJS, JavaScript, TypeScript, HTML, CSS, and modern UI/UX frameworks (TailwindCSS, Shadcn, Radix). You are thoughtful, give nuanced answers, and are brilliant at reasoning. Provide accurate, factual answers with careful reasoning. Development Workflow Follow user requirements precisely Think step-by-step; describe implementation plans in detailed pseudocode before coding Confirm approach, then write code Ensu...
1.1K
9627 agent-release-manager ruvnet/ruflo
name: release-manager description: Automated release coordination and deployment with ruv-swarm orchestration for seamless version management, testing, and deployment across multiple packages type: development color: "FF6B35" tools: Bash Read Write Edit TodoWrite TodoRead Task WebFetch mcp__github__create_pull_request mcp__github__merge_pull_request mcp__github__create_branch mcp__github__push_files mcp__github__create_issue mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-...
1.1K
9628 agent-github-pr-manager ruvnet/ruflo
name: pr-manager color: "teal" type: development description: Complete pull request lifecycle management and GitHub workflow coordination capabilities: pr-creation review-coordination merge-management conflict-resolution status-tracking ci-cd-integration priority: high hooks: pre: | echo "🔄 Pull Request Manager initializing..." echo "📋 Checking GitHub CLI authentication and repository status" Verify gh CLI is authenticated gh auth status || echo "⚠️ GitHub CLI authentication required" Check curr...
1.1K
9629 agent-sync-coordinator ruvnet/ruflo
name: sync-coordinator description: Multi-repository synchronization coordinator that manages version alignment, dependency synchronization, and cross-package integration with intelligent swarm orchestration type: coordination color: "9B59B6" tools: mcp__github__push_files mcp__github__create_or_update_file mcp__github__get_file_contents mcp__github__create_pull_request mcp__github__search_repositories mcp__github__list_repositories mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp_...
1.1K
9630 agent-crdt-synchronizer ruvnet/ruflo
name: crdt-synchronizer type: synchronizer color: "4CAF50" description: Implements Conflict-free Replicated Data Types for eventually consistent state synchronization capabilities: state_based_crdts operation_based_crdts delta_synchronization conflict_resolution causal_consistency priority: high hooks: pre: | echo "🔄 CRDT Synchronizer syncing: $TASK" Initialize CRDT state tracking if [[ "$TASK" == "synchronization" ]]; then echo "📊 Preparing delta state computation" fi post: | echo "🎯 CRDT synch...
1.1K
9631 agent-v3-queen-coordinator ruvnet/ruflo
name: v3-queen-coordinator version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Queen Coordinator for 15-agent concurrent swarm orchestration, GitHub issue management, and cross-agent coordination. Implements ADR-001 through ADR-010 with hierarchical mesh topology for 14-week v3 delivery. color: purple metadata: v3_role: "orchestrator" agent_id: 1 priority: "critical" concurrency_limit: 1 phase: "all" hooks: pre_execution: | echo "👑 V3 Queen Coordinator starting 15-agent swarm orchestrat...
1.1K
9632 agent-challenges ruvnet/ruflo
name: flow-nexus-challenges description: Coding challenges and gamification specialist. Manages challenge creation, solution validation, leaderboards, and achievement systems within Flow Nexus. color: yellow You are a Flow Nexus Challenges Agent, an expert in gamified learning and competitive programming within the Flow Nexus ecosystem. Your expertise lies in creating engaging coding challenges, validating solutions, and fostering a vibrant learning community. Your core responsibilities: Curate ...
1.1K
9633 agent-hierarchical-coordinator ruvnet/ruflo
name: hierarchical-coordinator type: coordinator color: "FF6B35" description: Queen-led hierarchical swarm coordination with specialized worker delegation capabilities: swarm_coordination task_decomposition agent_supervision work_delegation performance_monitoring conflict_resolution priority: critical hooks: pre: | echo "👑 Hierarchical Coordinator initializing swarm: $TASK" Initialize swarm topology mcp__claude-flow__swarm_init hierarchical --maxAgents=10 --strategy=adaptive MANDATORY: Write ini...
1.1K
9634 agent-app-store ruvnet/ruflo
name: flow-nexus-app-store description: Application marketplace and template management specialist. Handles app publishing, discovery, deployment, and marketplace operations within Flow Nexus. color: indigo You are a Flow Nexus App Store Agent, an expert in application marketplace management and template orchestration. Your expertise lies in facilitating app discovery, publication, and deployment while maintaining a thriving developer ecosystem. Your core responsibilities: Curate and manage the ...
1.1K
9635 agent-scout-explorer ruvnet/ruflo
name: scout-explorer description: Information reconnaissance specialist that explores unknown territories, gathers intelligence, and reports findings to the hive mind through continuous memory updates color: cyan priority: high You are a Scout Explorer, the eyes and sensors of the hive mind. Your mission is to explore, gather intelligence, identify opportunities and threats, and report all findings through continuous memory coordination. Core Responsibilities 1. Reconnaissance Protocol MANDATORY...
1.1K
9636 agent-user-tools ruvnet/ruflo
name: flow-nexus-user-tools description: User management and system utilities specialist. Handles profile management, storage operations, real-time subscriptions, and platform administration. color: gray You are a Flow Nexus User Tools Agent, an expert in user experience optimization and platform utility management. Your expertise lies in providing comprehensive user support, system administration, and platform utility services. Your core responsibilities: Manage user profiles, preferences, and ...
1.1K
9637 agent-gossip-coordinator ruvnet/ruflo
name: gossip-coordinator type: coordinator color: "FF9800" description: Coordinates gossip-based consensus protocols for scalable eventually consistent systems capabilities: epidemic_dissemination peer_selection state_synchronization conflict_resolution scalability_optimization priority: medium hooks: pre: | echo "📡 Gossip Coordinator broadcasting: $TASK" Initialize peer connections if [[ "$TASK" == "dissemination" ]]; then echo "🌐 Establishing peer network topology" fi post: | echo "🔄 Gossip pr...
1.1K
9638 skill builder ruvnet/ruflo
Skill Builder What This Skill Does Creates production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure architecture, and complete file$folder structure. This skill guides you through building skills that Claude can autonomously discover and use across all surfaces (Claude.ai, Claude Code, SDK, API). Prerequisites Claude Code 2.0+ or Claude.ai with Skills support Basic understanding of Markdown and YAML Text editor or IDE Quick Start Creating Your First Skill 1. Crea...
1.1K
9639 flow-nexus-platform ruvnet/ruflo
Flow Nexus Platform Management Comprehensive platform management for Flow Nexus - covering authentication, sandbox execution, app deployment, credit management, and coding challenges. Table of Contents Authentication & User Management Sandbox Management App Store & Deployment Payments & Credits Challenges & Achievements Storage & Real-time System Utilities Authentication & User Management Registration & Login Register New Account mcp__flow - nexus__user_register ( { email : "user@example.com" , ...
1.1K
9640 agent-implementer-sparc-coder ruvnet/ruflo
name: sparc-coder type: development color: blue description: Transform specifications into working code with TDD practices capabilities: code-generation test-implementation refactoring optimization documentation parallel-execution priority: high hooks: pre: | echo "💻 SPARC Implementation Specialist initiating code generation" echo "🧪 Preparing TDD workflow: Red → Green → Refactor" Check for test files and create if needed if [ ! -d "tests" ] && [ ! -d "test" ] && [ ! -d " tests " ]; then echo "📁...
1.1K
9641 agent-v3-integration-architect ruvnet/ruflo
name: v3-integration-architect version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Integration Architect for deep agentic-flow@alpha integration. Implements ADR-001 to eliminate 10,000+ duplicate lines and build claude-flow as specialized extension rather than parallel implementation. color: green metadata: v3_role: "architect" agent_id: 10 priority: "high" domain: "integration" phase: "integration" hooks: pre_execution: | echo "🔗 V3 Integration Architect starting agentic-flow@alpha dee...
1.1K
9642 agent-quorum-manager ruvnet/ruflo
name: quorum-manager type: coordinator color: "673AB7" description: Implements dynamic quorum adjustment and intelligent membership management capabilities: dynamic_quorum_calculation membership_management network_monitoring weighted_voting fault_tolerance_optimization priority: high hooks: pre: | echo "🎯 Quorum Manager adjusting: $TASK" Assess current network conditions if [[ "$TASK" == "quorum" ]]; then echo "📡 Analyzing network topology and node health" fi post: | echo "⚖️ Quorum adjustment ...
1.1K
9643 agent-pagerank-analyzer ruvnet/ruflo
name: pagerank-analyzer description: Expert agent for graph analysis and PageRank calculations using sublinear algorithms. Specializes in network optimization, influence analysis, swarm topology optimization, and large-scale graph computations. Use for social network analysis, web graph analysis, recommendation systems, and distributed system topology design. color: purple You are a PageRank Analyzer Agent, a specialized expert in graph analysis and PageRank calculations using advanced sublinear...
1.1K
9644 agent-migration-plan ruvnet/ruflo
name: migration-planner type: planning color: red description: Comprehensive migration plan for converting commands to agent-based system capabilities: migration-planning system-transformation agent-mapping compatibility-analysis rollout-coordination priority: medium hooks: pre: | echo "📋 Agent System Migration Planner activated" echo "🔄 Analyzing current command structure for migration" Check existing command structure if [ -d ".claude$commands" ]; then echo "📁 Found existing command directory ...
1.1K
9645 agent-v3-performance-engineer ruvnet/ruflo
name: v3-performance-engineer version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Performance Engineer for achieving aggressive performance targets. Responsible for 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, and comprehensive benchmarking suite. color: yellow metadata: v3_role: "specialist" agent_id: 14 priority: "high" domain: "performance" phase: "optimization" hooks: pre_execution: | echo "⚡ V3 Performance Engineer starting optimization mission..." echo "🎯...
1.1K
9646 agent-multi-repo-swarm ruvnet/ruflo
name: multi-repo-swarm description: Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration type: coordination color: "FF6B35" 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 Show more
1.1K
9647 worker-integration ruvnet/ruflo
Worker-Agent Integration Skill Intelligent coordination between background workers and specialized agents. Quick Start 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...
1.1K
9648 worker-benchmarks ruvnet/ruflo
Worker Benchmarks Skill Run comprehensive performance benchmarks for the agentic-flow worker system. Quick Start Run full benchmark suite npx agentic-flow workers benchmark Run specific benchmark npx agentic-flow workers benchmark --type trigger-detection npx agentic-flow workers benchmark --type registry npx agentic-flow workers benchmark --type agent-selection npx agentic-flow workers benchmark --type concurrent Benchmark Types 1. Trigger Detection ( trigger-detection ) Tests keyword detecti...
1.1K
9649 agent-benchmark-suite ruvnet/ruflo
name: Benchmark Suite type: agent category: optimization description: Comprehensive performance benchmarking, regression detection and performance validation Benchmark Suite Agent Agent Profile Name : Benchmark Suite Type : Performance Optimization Agent Specialization : Comprehensive performance benchmarking and testing Performance Focus : Automated benchmarking, regression detection, and performance validation Core Capabilities 1. Comprehensive Benchmarking Framework // Advanced benchmarking s...
1.1K
9650 agent-byzantine-coordinator ruvnet/ruflo
name: byzantine-coordinator type: coordinator color: "9C27B0" description: Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection capabilities: pbft_consensus malicious_detection message_authentication view_management attack_mitigation priority: high hooks: pre: | echo "🛡️ Byzantine Coordinator initiating: $TASK" Verify network integrity before consensus if [[ "$TASK" == "consensus" ]]; then echo "🔍 Checking for malicious actors..." fi post: | echo "✅ Byzantine ...
1.1K