tznthou

Pi Askall — Development skill for Claude Code

Development community

Ask both Codex and Gemini the same question — get three perspectives with Claude synthesis.

How to install Pi Askall

Installs to ~/.claude/skills/tznthou-claude-prism-pi-askall/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tznthou-claude-prism-pi-askall && curl -fsSL https://raw.githubusercontent.com/tznthou/claude-prism/HEAD/commands/pi-askall.md -o ~/.claude/skills/tznthou-claude-prism-pi-askall/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pi Askall does


command: pi-askall description: Ask both Codex and Gemini the same question — get three perspectives with Claude synthesis

Ask All Providers

Send the same question to Codex and Gemini in parallel, then Claude synthesizes. **Multiple AI viewpoints on any topic — not limited to code.**

Execution

**Dispatch rules (v0.13.0+)**: For **parallel provider consultation**, use the `Agent` tool with `subagent_type: "general-purpose"` to spawn two parallel sub-agents — NOT two `Bash` tool

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
  • Brainstorm Ideas Existing — Brainstorm product ideas from PM, Designer, Engineer perspectives 7.8k ★

Full documentation available on GitHub

View Source Repository