skillcaddy
NewLocal AI Skills central library with per-project symlink enablement. One AISkills folder holds every skill source; symlink on demand into any project's .agents/skills or .claude/skills to share across Claude Code, Codex, OpenCode, and Pi.
Summary
claude/skills directory.
- This eliminates duplication and ensures consistent skill availability across Claude Code, Codex, OpenCode, and Pi.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skillcaddy.md
@skillcaddyUse Cases
Usage Examples
/skillcaddy list
/skillcaddy enable code-review --project ./my-app
/skillcaddy disable code-review --project ./my-app
Security Audits
Frequently Asked Questions
What is skillcaddy?
SkillCaddy centralizes all your AI skill definitions in one local folder and lets you symlink them into any project's .agents/skills or .claude/skills directory. This eliminates duplication and ensures consistent skill availability across Claude Code, Codex, OpenCode, and Pi.
How to install skillcaddy?
To install skillcaddy: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skillcaddy.md. Finally, @skillcaddy in Claude Code.
What is skillcaddy best for?
skillcaddy is a agent categorized under General. It is designed for: agent. Created by chenweil.
What can I use skillcaddy for?
skillcaddy is useful for: Quickly enable a shared 'code-review' skill across multiple projects without copying files.; Maintain a single source of truth for custom agent skills and propagate updates instantly via symlinks.; Onboard new team members by symlinking a standard skill library into their project workspaces.; Switch between different skill sets for different project contexts by managing symlinks per project.; Keep your project's .agents/skills folder clean while still having access to dozens of reusable skills.; Easily disable a skill from a project by removing its symlink without deleting the original skill file..