ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Advisory router — query Claude, Codex, or Gemini for a quick second opinion. Experimental — only Claude is guaranteed available; other models require dev-mcp-setup configuration.
$ npx -y skills add evolution-foundation/evo-nexus --skill dev-ask --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dev-askContext preview
The summary Claude sees to decide when to auto-load this skill.
Advisory router — query Claude, Codex, or Gemini for a quick second opinion. Experimental — only Claude is guaranteed available; other models require dev-mcp-setup configuration.
name: dev-ask description: Advisory router — query Claude, Codex, or Gemini for a quick second opinion. Experimental — only Claude is guaranteed available; other models require dev-mcp-setup configuration.
Derived from oh-my-claudecode (MIT, Yeachan Heo). Adapted for the EvoNexus Engineering Layer.
**EXPERIMENTAL.** Quick advisory query to a specific LLM (Claude, Codex, Gemini) for a second opinion. Different from `dev-ccg` which runs all three in parallel — `dev-ask` is single-shot.
1. **Pick the target model:** `claude` | `codex` | `gemini` 2. **Format the question** model-agnostically 3. **Send** via the appropriate API 4. **Return** the answer with the model's name attached 5. Optional: save to `workspace/development/research/[C]ask-{topic}-{date}.md`
| Model | Required setup | |---|---| | Claude | Native — always available | | Codex | OpenAI API key configured via `dev-mcp-setup` | | Gemini | Google API key configured via `dev-mcp-setup` |
If a target model isn't configured, the skill warns: > "{model} is not configured. Only Claude is currently available. Configure via `dev-mcp-setup` or use `dev-ccg` to compare available models."
## Ask — {target model}
### Question
{question}
### Answer (from {model})
{answer}
### Note
[Any caveats — model version, response time, confidence, etc.]Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…