Skip to content

CodeWithJV/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code With JV Agent Skills

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.

Included skills

  • call-external-ai
  • create-locked-down-skill
  • review-context-hub
  • retro

Install

List available skills:

npx skills add codewithjv/agent-skills --list

Install a specific skill:

npx skills add codewithjv/agent-skills --skill call-external-ai

Examples:

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

What these are for

  • call-external-ai Call Codex or Gemini for second opinions, reviews, and alternative perspectives.
  • create-locked-down-skill Scaffold a new workflow directory with locked-down permissions. Creates a .claude/settings.local.json that restricts tools to only what's needed, plus a CLAUDE.md with workflow instructions. Great for sandboxed, restricted workspaces.
  • review-context-hub Review a repo as a context hub: structure, recent changes, instructions, skills, remotes, and access.
  • retro Run a retrospective on a task or chat history to find mistakes, inefficiencies, root causes, and durable improvements.

About

Reusable agent skills for the Code With JV cohort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors