skill-extract-scripts
Extract Scripts from Skills
Review a skill file and extract the mechanical, deterministic steps into standalone shell scripts. The skill keeps only the judgment calls — summarising, interpreting, choosing, writing.
When to Use
Activate when the user:
- Asks to extract scripts from a skill
- Wants to make a skill more reliable or deterministic
- Says a skill is inconsistent or keeps getting CLI commands wrong
- Asks to split a skill into script + prompt
- Wants to audit a skill for script extraction candidates
Process
Step 1: Read the skill
Read the target skill file. If the user doesn't specify one, ask which skill to review.
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.
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.
12external-ai
Call external AI CLIs like Codex and Gemini for second opinions, reviews, and alternative perspectives using natural language requests.
1