Use this repo as your user skills directory:
git config core.hooksPath .githooks
mkdir -p ~/.agents
ln -s "$(realpath skills)" ~/.agents/skills
# Claude Code
ln -s "$(realpath skills)" ~/.claude/skillsSymlink 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.mdEdit global/parts/ — the pre-commit hook rebuilds automatically.
The global instructions assume these CLI tools are available:
brew install ast-grep fd jq ripgrep sd yq
bun install -g @peron_js/web-cli@latest- better-skill-creator: write better skills than the default
- rust-coding: write high-quality Rust code
- slides-creator: create new slide decks and
.pptxpresentations - waku-idiomatic: opinionated Waku patterns and structure
Symlinked from vendor/vercel-agent-skills (vercel-labs/agent-skills):
- react-best-practices: React and Next.js performance patterns from Vercel Engineering