Skip to content

PeronGH/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Use this repo as your agent skills directory.

Enable the pre-commit hook:

git config core.hooksPath .githooks

Pull the vendored skills, and auto-pull them on future fetches and checkouts:

git submodule update --init --recursive
git config submodule.recurse true

Symlink the skills directory:

mkdir -p ~/.agents
ln -s "$(realpath skills)" ~/.agents/skills
# Claude Code
ln -s "$(realpath skills)" ~/.claude/skills

Global Instructions

Symlink the global instruction files:

# Claude Code
ln -s "$(realpath global/CLAUDE.md)" ~/.claude/CLAUDE.md
ln -s "$(realpath global/claude.settings.json)" ~/.claude/settings.json
# Codex
ln -s "$(realpath global/CODEX.md)" ~/.codex/AGENTS.md
# Pi
ln -s "$(realpath global/PI.md)" ~/.pi/agent/APPEND_SYSTEM.md

Edit global/parts/ — the pre-commit hook rebuilds automatically.

Preferred Tools

The global instructions assume these CLI tools are available:

brew install jq yq
bun install -g @peron_js/web-cli@latest

Available Skills

Vendored

Symlinked from vendor/vercel-agent-skills (vercel-labs/agent-skills):

About

Agent Skills

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors