agent-skills/_shared-skills/add-skill/SKILL.md
Explain and execute how to add a new global or repo-local skill
npx skillsauth add nathankoerschner/dotfiles add-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help me add a skill correctly in my setup. Always distinguish between:
Assume global skill unless the user explicitly asks for a repo-local skill.
If the user does not specify scope:
If the user explicitly requests repo-local behavior, follow the repo workflow below.
Global skills live in:
~/dotfiles/agent-skills/_shared-skills/<skill-name>/SKILL.mdAgent entry points:
~/.codex/skills -> stowed from ~/dotfiles/codex/dot-codex/skills (symlink to shared skills)~/.agents/skills -> stowed from ~/dotfiles/codex/dot-agents/skills (symlink to shared skills)~/.claude/commands -> stowed from ~/dotfiles/claude/dot-claude/commands (single symlink to ~/dotfiles/agent-skills/_claude-commands)~/.claude/commands/<skill-name>.md -> ~/dotfiles/agent-skills/_claude-commands/<skill-name>.md -> shared SKILL.md~/dotfiles/agent-skills/_shared-skills/<skill-name>/SKILL.mdname, description (and optional argument-hint, allowed-tools)~/dotfiles/agent-skills/_claude-commands/<skill-name>.md -> ../_shared-skills/<skill-name>/SKILL.md~/dotfiles:
stow claude codex~/.claude/commands/<skill-name>.md exists~/.codex/skills/<skill-name>/SKILL.md exists~/.agents/skills/<skill-name>/SKILL.md existsUse this when a skill should only exist for one repository.
<repo>/skills/<skill-name>/SKILL.mddevelopment
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to simplify, refactor lightly, clean up, or improve recently modified code without behavior changes.
tools
Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
development
Run a Pi-based structured code review as a closeout check on local, branch, PR, or commit changes before commit or ship.