
Load Skills
- Updated March 11, 2026
- BlackArrowLabsInc/manual-plugins
load-skills pulls skills from an origin/terminal-skills branch into a local cache and enforces reading them before any work starts. A developer uses it to guarantee an agent has loaded the required skill set before acting, keeping behavior consistent across repos.
Key points
- Loads skills from a remote branch
- Local skill cache
- Enforces read-before-work
Load Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add BlackArrowLabsInc/manual-plugins/plugin install load-skills@BlackArrowLabsInc-load-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 11, 2026 |
|---|---|
| Repository | BlackArrowLabsInc/manual-plugins ↗ |
What it does
Load skills from a remote branch into a local cache and enforce reading them before any work begins.
README.md
manual-plugins
Claude Code plugins managed by BlackArrowLabsInc.
Plugins
load-skills
Loads skills from a repo's origin/terminal-skills branch into a local cache (/tmp/<repo>/terminal-skills/) so Claude can read them before starting work.
File overview
| File | Purpose |
|---|---|
.claude-plugin/marketplace.json |
Marketplace manifest — registers this repo as a plugin source |
load-skills/.claude-plugin/plugin.json |
Plugin metadata (name, version, author, skills path) |
load-skills/scripts/load.sh |
Bash script that extracts skill directories from origin/terminal-skills via git archive and caches them locally |
load-skills/skills/load-skills/SKILL.md |
Skill definition — tells Claude to run load.sh then read each cached SKILL.md before doing any work |
Installation
/plugin marketplace add BlackArrowLabsInc/manual-plugins
/plugin install load-skills@BlackArrowLabsInc-load-skills
Related skills
Skill Developmentautomation