Vibe Aigc — Development skill for Claude Code
Agentic orchestration for content generation based on arXiv:2602.04575.
How to install Vibe Aigc
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jmanhype/vibe-aigc and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Vibe Aigc does
Agentic orchestration for content generation based on arXiv:2602.04575.
Alternatives in Development
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
- Hapi — App for Claude Code / Codex / Gemini / OpenCode, vibe coding anytime, anywhere 3.6k ★
- Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
README
vibe-aigc
Implementation of the Vibe AIGC paper ([arXiv:2602.04575](https://arxiv.org/abs/2602.04575)). Decomposes high-level creative intent ("Vibes") into executable multi-step content generation workflows via agentic orchestration.
What it does
You describe what you want (a "Vibe" -- style, constraints, description). A MetaPlanner breaks it into a DAG of tasks, assigns tools, executes nodes (with parallelism where possible), and returns composed output. If a node fails, it replans.
from vibe_aigc import Vibe, MetaPlanner
vibe = Vibe(
description="Write a blog post about AI agents",
style="informative, engaging",
constraints=["under 1000 words"]
)
planner = MetaPlanner()
result = await planner.execute(vibe)
Architecture
Based on the paper's 3-component design:
| Component | Role | Module |
|---|---|---|
| MetaPlanner | Decomposes Vibes into workflow DAGs | vibe_aigc.planner |
| KnowledgeBase | Domain expertise (film, writing, design, music) | vibe_aigc.knowledge |
| ToolRegistry | Atomic content generation tools | vibe_aigc.tools |
Additional modules handle ComfyUI workflow composition, video/audio pipelines, VLM feedback loops, and multi-GPU execution.
LLM backends
| Provider | Config | Key required |
|---|---|---|
| OpenAI | OPENAI_API_KEY env var |
Yes |
| Anthropic | ANTHROPIC_API_KEY env var |
Yes |
| Ollama | LLMConfig.for_ollama(host=..., model=...) |
No |
Auto-detection checks env vars in order, falls back to local Ollama.
Install
pip install vibe-aigc
Requires Python 3.12+.
CLI
vibe-aigc plan "Create a blog post about AI" --style informative --format ascii
vibe-aigc execute "Design a landing page" --visualize --checkpoint
vibe-aigc checkpoints --list
Features
- Parallel execution of independent workflow nodes
- Checkpoint/resume for long-running workflows
- Adaptive replanning on node failure
- ASCII and Mermaid workf
Related Skills
Vibe Help
Quick reference cheatsheet for all agentic-loop commands including Ralph.
Vibe List
Show complete reference for all agentic-loop commands (slash commands, Ralph CLI, vibe CLI).
Gemini Substack Generation
MASTER PROMPT: Substack Content Generation
Storytelling Figures
A Claude Code / Codex skill that turns a conversation into a clean, paste-ready image-generation prompt for sc
Leads
Diagnose lead generation using Hormozi's Core Four (Mode 4) — Warm Outreach, Post Content, Cold Outreach, Paid
Devflow
The most advanced agentic development meta-harness for generating production-grade code. Ambient Orchestration
Related Agents
Agentic Python Specialist
Use for isolated work in agentic_ai/, including multi-agent orchestration, MCP client changes, configuration f
Agentic AI Specialist
Focused worker for the Python symptom-analysis service in agentic_ai/, including FastAPI routes, LangGraph orc
Subagent Docs Analyst
Documentation Specialist. MANDATORY at the end of EVERY implementation (Vibe Coding or Subagents mode). Manage