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-skillreview-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-skillcall-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.retroRun a retrospective on a task or chat history to find mistakes, inefficiencies, root causes, and durable improvements.