BlackArrowLabsInc contributor

BlackArrowLabsInc Load Skills

Register this marketplace so Claude runs load-skills before tasks, pulling SKILL.md files from your repo’s origin/terminal-skills branch into a local cache.

Overview

BlackArrowLabsInc-load-skills is a plugin marketplace for the Build phase that caches skills from a repo’s terminal-skills git branch so Claude reads them before starting work.

What is this marketplace?

  • load-skills plugin syncs skill directories from origin/terminal-skills via git archive into /tmp/<repo>/terminal-skills/
  • SKILL.md mandates running load.sh then reading every cached skill before other work
  • Marketplace manifest at .claude-plugin/marketplace.json registers BlackArrowLabsInc/manual-plugins
  • Bash loader script (load-skills/scripts/load.sh) handles extraction and local cache layout
  • Claude Code install: /plugin marketplace add BlackArrowLabsInc/manual-plugins and install load-skills@BlackArrowLabsInc-
  • Marketplace contains 1 plugin: load-skills
  • Loader targets origin/terminal-skills branch via git archive
  • Documented file map: marketplace.json, plugin.json, load.sh, SKILL.md

Compatible agents: Claude Code

What problem does it solve?

Agent skills living on a separate git branch never reach Claude’s context unless you manually copy or remember to fetch them every session.

Who is it for?

Builders using Claude Code on repos that already publish skills on origin/terminal-skills and want a repeatable preload step.

Skip if: Projects with skills only in .claude/skills with no terminal-skills branch, or agents outside Claude Code without the plugin marketplace.

What do I get? / Deliverables

After install, Claude runs load.sh, caches terminal-skills locally, and reads each SKILL.md automatically before doing other tasks.

  • Installed load-skills plugin registered via marketplace.json
  • Populated /tmp/<repo>/terminal-skills/ cache and agent acknowledgment of cached SKILL.md files before task work

Plugins in this marketplace

1 plugin — install individually after you add the marketplace.

Recommended Marketplaces

Journey fit

Build / agent-tooling is the canonical shelf because the plugin’s job is to hydrate the agent’s skill context from git before implementation work starts. Agent-tooling fits scripts that archive a branch, cache under /tmp, and instruct Claude to read each cached SKILL.md—pure workflow plumbing for coding agents.

How it compares

Git-backed skill loader plugin, not a curated public skill catalog or MCP server.

Common Questions / FAQ

Who is BlackArrowLabsInc Load Skills for?

Claude Code users at BlackArrowLabsInc-style workflows who version agent skills on a terminal-skills branch and need automatic local caching.

When should I use load-skills?

At the start of any Claude Code session on a repo that defines skills on origin/terminal-skills, before the agent implements features or runs terminal workflows.

How do I add BlackArrowLabsInc Load Skills to my agent?

Run /plugin marketplace add BlackArrowLabsInc/manual-plugins then /plugin install load-skills@BlackArrowLabsInc Load Skills in Claude Code.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.