external-ai
External AI Skill
Invoke external AI CLI tools using natural language.
When to Use
Activate when the user:
- Says
/call,/codex, or/gemini - Asks for a second opinion from another AI
- Wants external review of code or design
- Needs verification from a different model
Instructions
Natural Language Interface
Users provide natural language. Translate it into CLI commands.
Examples:
More from codewithjv/agent-skills
retro
Run a retrospective on the current task or chat history. Use when the user wants to understand mistakes, dead ends, wasted effort, root causes, and what should change to improve performance next time.
36call-external-ai
Route natural-language prompts into external AI CLIs like Codex, Claude, and Gemini using safe command templates and minimal context handling.
21skill-extract-scripts
Review a skill and extract deterministic, mechanical steps into shell scripts. Makes skills more reliable by separating precision work (scripts) from judgment work (AI). Use when asked to extract scripts from a skill, make a skill more deterministic, or split a skill into script + prompt.
21review-context-hub
Review a repo as a context hub. Use when the user wants an overview of the repo structure, recent changes, standing instruction files, installed skills, remotes, or who has access.
21create-locked-down-skill
Create a restricted workflow directory with locked-down permissions for Claude Code, Codex CLI, Gemini CLI, and OpenCode. Use when asked to set up a new workflow, create a sandboxed workspace, restrict permissions for a task, or scaffold a locked-down skill.
12