BeClaude

skillcaddy

New
GitHub TrendingGeneralby chenweil

Local 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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/skillcaddy.md

3
Invoke with @agent-name
@skillcaddy

Use Cases

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.

Usage Examples

1

/skillcaddy list

2

/skillcaddy enable code-review --project ./my-app

3

/skillcaddy disable code-review --project ./my-app

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..