By chkim-su
Oracle-powered autonomous development pipelines with Gemini-Claude orchestration
Fully autonomous pipeline - Claude orchestrates with dynamic state-based decisions
Code modification pipeline with Oracle's Gemini-Claude orchestration
Web information gathering pipeline - search and fetch external resources
Implementation planning pipeline - design architecture before coding
Deep reflection pipeline - strategic analysis and decision making with Codex
A Claude Code plugin providing autonomous development pipelines powered by Oracle CLI (Gemini-Claude orchestration).
| Command | Description |
|---|---|
/fullauto:auto | Fully autonomous pipeline - Claude orchestrates with dynamic state-based decisions |
/fullauto:edit | Code modification pipeline with Oracle's Gemini-Claude orchestration |
/fullauto:explore | Web information gathering pipeline - search and fetch external resources |
/fullauto:plan | Implementation planning pipeline - design architecture before coding |
/fullauto:research | Deep reflection pipeline - strategic analysis and decision making |
/fullauto:review | Codebase analysis pipeline - read-only exploration and understanding |
/plugin marketplace add chkim-su/orchestrator
/plugin install fullauto@orchestrator
Run the setup script:
~/.claude/plugins/cache/orchestrator/fullauto/*/scripts/setup-oracle.sh
Or manually:
# Clone Oracle repository
git clone https://github.com/chkim-su/claude-oracle.git ~/projects/personal_project/claude-oracle
# Create conda environment
conda create -n oracle python=3.12 -y
conda activate oracle
pip install -r ~/projects/personal_project/claude-oracle/requirements.txt
# Set environment variable
export ORACLE_HOME="$HOME/projects/personal_project/claude-oracle"
/fullauto:auto implement user authentication with OAuth
Claude will autonomously:
# Analyze codebase
/fullauto:review how does authentication work
# Research external information
/fullauto:explore OAuth best practices 2025
# Deep analysis and decision making
/fullauto:research JWT vs Session authentication
# Create implementation plan
/fullauto:plan implement OAuth authentication
# Execute code changes
/fullauto:edit add login endpoint
┌─────────────────────────────────────────────────────────────────┐
│ Claude Code │
│ (Orchestrator / Executor) │
├─────────────────────────────────────────────────────────────────┤
│ │
│ /fullauto:auto ──┬── /fullauto:review (codebase analysis) │
│ ├── /fullauto:explore (web research) │
│ ├── /fullauto:research (deep thinking) │
│ ├── /fullauto:plan (architecture) │
│ └── /fullauto:edit (code modification) │
│ │
└─────────────────────────────────────────────────────────────────┘
↑↓
┌─────────────────────────────────────────────────────────────────┐
│ Oracle CLI │
│ (Gemini Integration Layer) │
├─────────────────────────────────────────────────────────────────┤
│ - oracle run : Start coding session │
│ - oracle review : Code analysis via Gemini │
│ - oracle explore : Web research via Gemini │
│ - oracle research : Deep reflection via Codex │
│ - oracle rag : Semantic code search (RAG) │
└─────────────────────────────────────────────────────────────────┘
| Variable | Default | Description |
|---|---|---|
ORACLE_HOME | ~/projects/personal_project/claude-oracle | Oracle CLI installation path |
Add to your project's .claude/settings.json for auto-installation:
{
"extraKnownMarketplaces": {
"orchestrator": {
"source": {
"source": "github",
"repo": "chkim-su/orchestrator"
}
}
},
"enabledPlugins": {
"fullauto@orchestrator": true
}
}
MIT
Chanho Kim (@chkim-su)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chkim-su/orchestrator --plugin fullautoMulti-command workflow system for creating Claude Code plugin components with daemon-owned policy and explicit phase transitions
Strict migration plugin with bootstrap requirement: /bootstrap must run first, manual workarounds blocked, enforcement scripts must exist for /migrate to work
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.