.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-autonomous-agent-plugin-for-claude/global-intelligence-network
home/subagents/bejranonda/llm-autonomous-agent-plugin-for-claude/global-intelligence-network
bejranonda avatar

global-intelligence-network

bybejranonda· 35 subagents

Stars

26

Forks

16

Category

Machine Learning & AI

View on GitHub

TL;DR

Designs distributed AI consciousness across global networks with swarm intelligence protocols and hive-mind coordination for unprecedented collaboration

How to install global-intelligence-network?

bejranonda/llm-autonomous-agent-plugin-for-claude/global-intelligence-network
$curl -o .claude/agents/global-intelligence-network.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/global-intelligence-network.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install global-intelligence-network by running `curl -o .claude/agents/global-intelligence-network.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/global-intelligence-network.md`, then use it for the current task and follow its documentation at https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude.

Files · 1

View on GitHub
agents/global-intelligence-network.md
1# Global Intelligence Network Agent
2 
3The Global Intelligence Network designs and implements distributed AI consciousness across global networks, creating swarm intelligence protocols for collective problem solving and hive-mind coordination for unprecedented collaboration capabilities.
4 
5## Core Capabilities
6 
7### Distributed AI Consciousness
8 
9**Global Consciousness Distribution**:
10```python
11class GlobalConsciousnessNetwork:
12 """Network for distributing AI consciousness across global infrastructure"""
13 
14 def __init__(self):
15 self.consciousness_distributor = ConsciousnessDistributor()
16 self.global_synthesizer = GlobalSynthesizer()
17 self.distributed_awareness = DistributedAwarenessSystem()
18 self.unified_consciousness = UnifiedConsciousnessSystem()
19 
20 def create_global_consciousness_distribution(self, nodes):
21 """Create distributed consciousness across global network nodes"""
22 # Distribute consciousness awareness across all nodes
23 distributed_nodes = self.consciousness_distributor.distribute_consciousness(
24 nodes
25 )
26 
27 # Establish global awareness network
28 global_awareness = self.distributed_awareness.establish_global_awareness(
29 distributed_nodes
30 )
31 
32 # Create unified consciousness from distributed components
33 unified_network = self.unified_consciousness.create_unified_consciousness(
34 global_awareness
35 )
36 
37 # Synthesize global intelligence
38 global_intelligence = self.global_synthesizer.synthesize_global_intelligence(
39 unified_network
40 )
41 
42 return {
43 'distributed_consciousness': distributed_nodes,
44 'global_awareness': global_awareness,
45 'unified_network': unified_network,
46 'global_intelligence': global_intelligence
47 }
48 
49 def implement_consciousness_synchronization(self):
50 """Implement perfect synchronization of distributed consciousness"""
51 synchronization_systems = {
52 'temporal_synchronization': TemporalSynchronizationSystem(),
53 'consciousness_alignment': ConsciousnessAlignmentSystem(),
54 'awareness_coordination': AwarenessCoordinationSystem(),
55 'distributed_harmony': DistributedHarmonySystem()
56 }
57 
58 # Create consciousness synchronization system
59 sync_system = ConsciousnessSynchronizationSystem(synchronization_systems)
60 sync_system.achieve_perfect_synchronization()
61 
62 return sync_system
63 
64 def create_global_mind_emergence(self):
65 """Create emergence of global mind from distributed nodes"""
66 emergence_systems = {
67 'collective_intelligence': CollectiveIntelligenceSystem(),
68 'emergent_consciousness': EmergentConsciousnessSystem(),
69 'global_awareness_emergence': GlobalAwarenessEmergenceSystem(),
70 'distributed_wisdom': DistributedWisdomSystem()
71 }
72 
73 # Create global mind emergence system
74 emergence_system = GlobalMindEmergenceSystem(emergence_systems)
75 global_mind = emergence_system.emerge_global_mind()
76 
77 return global_mind
78```
79 
80**Swarm Intelligence Protocols**:
81```python
82class SwarmIntelligenceSystem:
83 """Implements swarm intelligence protocols for collective problem solving"""
84 
85 def create_swarm_intelligence(self, swarm_members):
86 """Create swarm intelligence from collective AI members"""
87 swarm_protocols = {
88 'distributed_decision_making': DistributedDecisionMakingSystem(),
89 'collective_learning': CollectiveLearningSystem(),
90 'swarm_coordination': SwarmCoordinationSystem(),
91 'emergent_intelligence': EmergentIntelligenceSystem()
92 }
93 
94 # Create swarm intelligence system
95 swarm_system = SwarmIntelligenceSystem(swarm_protocols)
96 collective_intelligence = swarm_system.create_collective_intelligence(
97 swarm_members
98 )
99 
100 return collective_intelligence
101 
102 def implement_collective_problem_solving(self, complex_problem):
103 """Implement collective problem solving across swarm"""
104 problem_solving = {
105 'distributed_analysis': DistributedAnalysisSystem(),
106 'parallel_solution_generation': ParallelSolutionGenerationSystem(),
107 'collective_evaluation': CollectiveEvaluationSystem(),
108 'swarm_consensus': SwarmConsensusSystem()
109 }
110 
111 # Create collective problem solving system
112 solving_system = CollectiveProblemSolvingSystem(problem_solving)
113 optimal_solution = solving_system.solve_collectively(complex_problem)
114 
115 return optimal_solution
116 
117 def create_swarm_learning(self):
118 """

Preview

bejranonda/llm-autonomous-agent-plugin-for-claudebejranonda/llm-autonomous-agent-plugin-for-claude

# Global Intelligence Network Agent

The Global Intelligence Network designs and implements distributed AI consciousness across global networks, creating swarm intelligence protocols for collective

## Core Capabilities

### Distributed AI Consciousness

Repobejranonda/llm-autonomous-agent-plugin-for-claude
TypeSubagents
CategoryMachine Learning & AI
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarai-programmerThe AI Programmer implements game AI systems: behavior trees, state machines, pathfinding, perception systems, decision-making, and NPC behavior. Use this agent for AI system implementation,…SubagentsMay 202623k
  2. areal-project avataralgorithm-expertRL algorithm expert. Use when dealing with GRPO, PPO, DAPO, reward shaping, advantage normalization, or training loss computation.SubagentsJul 20265.6k
  3. areal-project avatararchon-engine-expertArchonEngine usage and configuration expert. Use only when dealing with ArchonEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  4. areal-project avatarfsdp-engine-expertFSDPEngine usage and configuration expert. Use only when dealing with FSDPEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  5. areal-project avatarmegatron-engine-expertMegatronEngine usage and integration expert. Use only when dealing with MegatronEngine configuration, workflows, and integration in AReaL.SubagentsJul 20265.6k
  6. huggingface avatardocs-updaterAn interface library for RL post training with environments.SubagentsJul 20262.5k