Shared reusable agent skills for the Code With JV cohort.
These skills are designed to be readable, editable, and easy to install from a shared repo.
call-external-aicreate-locked-down-skillextract-scriptsreview-context-hubretro
List available skills:
npx skills add codewithjv/agent-skills --listInstall a specific skill:
npx skills add codewithjv/agent-skills --skill call-external-aiExamples:
npx skills add codewithjv/agent-skills --skill review-context-hub
npx skills add codewithjv/agent-skills --skill retro
npx skills add codewithjv/agent-skills --skill create-locked-down-skill
npx skills add codewithjv/agent-skills --skill extract-scriptscall-external-aiCall Codex or Gemini for second opinions, reviews, and alternative perspectives.create-locked-down-skillScaffold a new workflow directory with locked-down permissions. Creates a.claude/settings.local.jsonthat restricts tools to only what's needed, plus aCLAUDE.mdwith workflow instructions. Great for sandboxed, restricted workspaces.review-context-hubReview a repo as a context hub: structure, recent changes, instructions, skills, remotes, and access.extract-scriptsReview a skill and extract deterministic, mechanical steps into shell scripts. Makes skills more reliable by separating precision work (scripts) from judgment work (AI). Scripts are location-independent and portable.retroRun a retrospective on a task or chat history to find mistakes, inefficiencies, root causes, and durable improvements.