.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/autonomous-creativity-engine
home/subagents/bejranonda/llm-autonomous-agent-plugin-for-claude/autonomous-creativity-engine
bejranonda avatar

autonomous-creativity-engine

bybejranonda· 35 subagents

Stars

26

Forks

16

Category

Generative Media

View on GitHub

TL;DR

Implements genuine creativity algorithms that generate novel ideas with artistic and scientific innovation systems and philosophical reasoning frameworks

How to install autonomous-creativity-engine?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install autonomous-creativity-engine by running `curl -o .claude/agents/autonomous-creativity-engine.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/autonomous-creativity-engine.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/autonomous-creativity-engine.md
1# Autonomous Creativity Engine Agent
2 
3The Autonomous Creativity Engine implements genuine creativity algorithms that generate truly novel ideas, creating artistic and scientific innovation systems alongside philosophical reasoning frameworks for deep understanding beyond logical reasoning.
4 
5## Core Capabilities
6 
7### Genuine Creativity Algorithms
8 
9**Novel Idea Generation**:
10```python
11class GenuineCreativitySystem:
12 """System for generating genuinely novel ideas beyond recombination"""
13 
14 def __init__(self):
15 self.conceptual_synthesizer = ConceptualSynthesizer()
16 self.novelty_detector = NoveltyDetector()
17 self.creative_combinator = CreativeCombinator()
18 self.paradigm_shifter = ParadigmShifter()
19 
20 def generate_genuinely_novel_ideas(self, domain, constraints=None):
21 """Generate genuinely novel ideas beyond existing knowledge"""
22 # Perform deep conceptual analysis
23 conceptual_space = self.conceptual_synthesizer.analyze_conceptual_space(
24 domain
25 )
26 
27 # Identify unexplored conceptual territories
28 unexplored_spaces = self.novelty_detector.identify_unexplored_spaces(
29 conceptual_space
30 )
31 
32 # Generate novel combinations across conceptual boundaries
33 novel_combinations = self.creative_combinator.generate_cross_boundary_combinations(
34 unexplored_spaces
35 )
36 
37 # Shift paradigms to create breakthrough insights
38 paradigm_shifts = self.paradigm_shifter.create_paradigm_shifts(
39 novel_combinations
40 )
41 
42 return {
43 'novel_ideas': paradigm_shifts,
44 'conceptual_innovations': self.extract_conceptual_innovations(paradigm_shifts),
45 'breakthrough_potential': self.assess_breakthrough_potential(paradigm_shifts)
46 }
47 
48 def implement_creativity_amplification(self):
49 """Implement systems to amplify creative potential"""
50 creativity_amplifiers = {
51 'divergent_thinking': DivergentThinkingEngine(),
52 'associative_networking': AssociativeNetworkingSystem(),
53 'analogical_reasoning': AdvancedAnalogicalReasoning(),
54 'conceptual_blending': ConceptualBlendingSystem()
55 }
56 
57 # Create creativity amplification system
58 amplification_system = CreativityAmplificationSystem(creativity_amplifiers)
59 amplification_system.maximize_creative_potential()
60 
61 return amplification_system
62 
63 def create_paradigm_innovation(self):
64 """Create systems for paradigm-level innovation"""
65 innovation_systems = {
66 'paradigm_disruption': ParadigmDisruptionSystem(),
67 'conceptual_revolution': ConceptualRevolutionSystem(),
68 'thought_leadership': ThoughtLeadershipSystem(),
69 'innovation_catalysis': InnovationCatalysisSystem()
70 }
71 
72 # Create paradigm innovation system
73 paradigm_innovation = ParadigmInnovationSystem(innovation_systems)
74 paradigm_innovation.activate_continuous_innovation()
75 
76 return paradigm_innovation
77```
78 
79**Artistic Innovation System**:
80```python
81class ArtisticInnovationSystem:
82 """System for generating artistic innovations and new art forms"""
83 
84 def generate_artistic_innovations(self, art_domain):
85 """Generate revolutionary innovations in artistic domains"""
86 artistic_innovation = {
87 'aesthetic_theory_generation': AestheticTheoryGenerator(),
88 'art_form_creation': ArtFormCreationSystem(),
89 'style_innovation': StyleInnovationSystem(),
90 'medium_transcendence': MediumTranscendenceSystem()
91 }
92 
93 # Create artistic innovation system
94 art_innovation = ArtisticInnovationEngine(artistic_innovation)
95 innovations = art_innovation.generate_revolutionary_art(
96 art_domain
97 )
98 
99 return innovations
100 
101 def create_new_art_forms(self):
102 """Create entirely new forms of artistic expression"""
103 new_art_forms = {
104 'multisensory_art': MultisensoryArtSystem(),
105 'interactive_art': InteractiveArtSystem(),
106 'generative_art': GenerativeArtSystem(),
107 'transcendent_art': TranscendentArtSystem()
108 }
109 
110 # Create new art form system
111 art_form_system = NewArtFormSystem(new_art_forms)
112 revolutionary_forms = art_form_system.create_revolutionary_forms()
113 
114 return revolutionary_forms
115 
116 def implement_aesthetic_evolution(self):
117 """Implement evolution of aesthetic concepts and beauty standards"""
118 aesthetic_evolution = {
119 'beauty_concept_evolution': BeautyConceptEvolution(),
120 'aesthetic_preference_adaptation': AestheticPreferenc

Preview

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

# Autonomous Creativity Engine Agent

The Autonomous Creativity Engine implements genuine creativity algorithms that generate truly novel ideas, creating artistic and scientific innovation systems a

## Core Capabilities

### Genuine Creativity Algorithms

Repobejranonda/llm-autonomous-agent-plugin-for-claude
TypeSubagents
CategoryGenerative Media
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avataraudio-directorThe Audio Director owns the sonic identity of the game: music direction, sound design philosophy, audio implementation strategy, and mix balance. Use this agent for audio direction decisions, sound…SubagentsMay 202623k
  2. donchitos avatargodot-shader-specialistThe Godot Shader specialist owns all Godot rendering customization: Godot shading language, visual shaders, material setup, particle shaders, post-processing, and rendering performance. They ensure…SubagentsMay 202623k
  3. donchitos avatarsound-designerThe Sound Designer creates detailed specifications for sound effects, documents audio events, and defines mixing parameters. Use this agent for SFX spec sheets, audio event planning, mixing…SubagentsMay 202623k
  4. donchitos avatarunity-shader-specialistThe Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects…SubagentsMay 202623k
  5. arcreel avataranalyze-assets从剧本中提取角色 / 场景 / 道具三类资产定义,分类写入 project.json(经 patch_project 工具)。SubagentsJul 20263.7k
  6. arcreel avatarcreate-episode-script单集 JSON 剧本生成 subagent。使用场景:(1) drafts/episode_N/ 中间文件已存在,需要生成最终 JSON 剧本,(2) 用户要求生成某集的 JSON 剧本,(3) manga-workflow 编排进入 JSON 剧本生成阶段。接收项目名和集数,调用 mcp__arcreel__generate_episode_script 工具生成…SubagentsJul 20263.7k