From load-skills
Load skills from origin/terminal-skills branch into a local cache and enforce reading them before any work
How this skill is triggered — by the user, by Claude, or both
Slash command
/load-skills:load-skillsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this single command to load skills:
Run this single command to load skills:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/load.sh"
After the script completes:
CRITICAL: You MUST read the first 10% of lines from each skill's
SKILL.mdBEFORE doing ANY other work.Path:
/tmp/<repo-name>/terminal-skills/<skill-name>/SKILL.md
SKILL.mddescribes the skill and how to use its subdirectories. Do NOT read the contents of subdirectories yet — only read them when their content is relevant to the current task.These skills contain context, patterns, and instructions for working in this repository. They should be consulted as needed throughout future work. For complex tasks add a task to search the skills for relevant information and verification steps.
** CRITICAL: Read the SKILLS at when unsure about systems in the codebase. **
npx claudepluginhub blackarrowlabsinc/manual-plugins --plugin load-skillsInstalls, updates, lists, and removes Claude Code skills from GitHub repos/subdirs or .skill zips. Supports user-global and project-local locations.
Checks upstream for new commits on installed skill branches and helps users merge updates via git-native operations.
Syncs local Claude Code skills and references from Paper-Polish-Workflow GitHub repo via gh CLI. Activates on 'update skills', 'sync skills', or Chinese equivalents.