skill-loader

Discover and load session skills from a central GitHub catalog.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/lamb92009/claude-skills --skill skill-loader-lamb92009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-loader
Source: https://github.com/lamb92009/claude-skills/tree/main/skill-loader
Command: npx skills add https://github.com/lamb92009/claude-skills --skill skill-loader-lamb92009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Loader helps you automatically discover and fetch only the skills you need for a session, reducing setup time and memory usage.

Core Features & Use Cases

  • Discovers available skills by inspecting a central catalog and your project context.
  • Recommends a tailored subset of skills based on signals like project files, package manifests, and user goals.
  • Fetches selected skills into a per-session workspace and tracks them for easy cleanup at session end.

Quick Start

Use the skill-loader to scan the catalog, generate a recommended set of skills for your current task, and fetch them into your local skill workspace.

Frequently Asked Questions about skill-loader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate loading only the skills I need for a specific project session?

The skill-loader automates loading skills by analyzing your project context and goals to fetch a tailored subset from a central GitHub catalog into a per-session workspace, minimizing memory usage.

How are skill recommendations tailored for unfamiliar tasks?

Skill recommendations are tailored by scanning project files and package manifests to match your current project state and user goals against available skills in the GitHub catalog.

Do I need a remote GitHub catalog to use automated skill discovery?

Yes, you need access to a remote GitHub catalog because the skill-loader reads SKILL.md frontmatter from there to extract names and descriptions for discovery and recommendations.

How does the skill-loader estimate token budgets for loading decisions?

The skill-loader estimates token budgets by reading skill file sizes from the catalog, guiding your loading decisions to ensure you only fetch skills that fit your session constraints.

Can I track and clean up fetched skills at the end of a session?

Yes, the skill-loader fetches selected skills into a per-session workspace and tracks them, enabling easy cleanup at session end to reduce setup time and memory overhead.