Our review
Loads a skill from the local .claude/library directory into the conversation context.
Strengths
- Simple single-command usage
- Leverages existing file structure
- Provides clear success/failure feedback
- Lists available skills when the specified name is incorrect
Limitations
- Only works with skills stored in .claude/library
- Requires exact skill name
- Does not handle custom paths or subdirectories
Use this skill when you need to quickly bring a pre-existing skill's instructions into your current session.
Do not use it if the skill is not yet installed in the library, as it will fail silently.
Security analysis
CautionThe skill instructs the agent to run a shell command to list available skills. While the command is hardcoded and non-destructive, it uses a shell command, which could be a concern in unconstrained environments.
- •Uses shell command 'ls' to list directory contents, which could be risky if the agent's shell execution is not sandboxed, though the command is hardcoded and benign.
Examples
/load jj/load nonexistent-skillLoad Skill
Load a skill from the .claude/library/ directory into the current context.
Usage
When the user invokes /load <skill-name>, load the specified skill from .claude/library/<skill-name>/SKILL.md into the conversation context.
Instructions
- Use the Read tool to read
.claude/library/$1/SKILL.md - If the file exists, the skill content will be loaded into context for reference
- If the file doesn't exist, list available skills using:
ls -1 .claude/library/ - Inform the user whether the skill was loaded successfully or not
Example
User: /load jj
You should:
- Use Read tool with file_path:
.claude/library/jj/SKILL.md - If successful, the skill instructions are now available in context
- Confirm to the user that the skill has been loaded
Available Skills
Skills are stored in .claude/library/{skill-name}/SKILL.md format.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.