skill-shed

Search the Oruga420/claude-code-skills repository for uninstalled skills.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Oruga420/claude-code-skills --skill skill-shed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-shed
Source: https://github.com/Oruga420/claude-code-skills/tree/main/skill-shed
Command: npx skills add https://github.com/Oruga420/claude-code-skills --skill skill-shed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many Claude Code users lack locally installed skills for specific domains or tasks and need a fast fallback to discover and load relevant skills from the central repository without manual search or guesswork.

Core Features & Use Cases

  • Remote Skill Discovery: Search a categorized registry of skills hosted in the Oruga420/claude-code-skills GitHub repository to find matches for languages, frameworks, testing, security, and content workflows.
  • Session Loading and Permanent Install: Offer temporary session-only loading via GitHub API or permanent installation by cloning and copying skill directories locally.
  • Use Case: When a user asks for Spring Boot security patterns but no local skill exists, present top matches, allow on-demand loading for immediate use, or install the chosen skills for future sessions.

Quick Start

Invoke the skill-shed to search the remote shed for a skill matching your need and choose to load it for this session or install it permanently.

Frequently Asked Questions about skill-shed

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

FAQPage Schema
How do I find and install remote Claude Code skills for a specific framework?

To find and install remote skills, search the categorized registry in the Oruga420/claude-code-skills GitHub repository, then choose session-only loading via GitHub API or permanent installation via git clone and file copy.

Can I temporarily load a skill for a session without permanently installing it?

Yes, you can temporarily load a skill for a session without permanent installation by fetching it through the GitHub API, which applies the skill immediately without copying files locally.

What is the best way to discover domain-specific skills when local skills are missing?

The best way to discover domain-specific skills is querying the remote skill registry to match your request against maintained categories like languages, frameworks, testing, or security patterns.

Does skill discovery work for finding security patterns in frameworks like Spring Boot?

Yes, skill discovery works for finding security patterns by matching user queries against the remote repository registry, presenting top matches for frameworks like Spring Boot when no local skill exists.

How do I permanently install a skill from a remote GitHub repository?

To permanently install a remote skill, execute git clone and file copy commands to transfer the skill directory from the GitHub repository into your local environment for future sessions.