lirrensi/agent-sommelier · Archived

skill-store

On-demand skill loading from a local skill registry. Trigger on: "skill store", "load skill", "find a skill", "list skills", "import skill", "skill-store", "browse skills", "search skills", or any request to fetch a skill that is NOT currently loaded in the active context. This skill is NOT for managing the already-loaded skills in your prompt. It is for accessing the much larger skill storage (~100s to 1000s) that you only bring into context when you need them. Think of it as a lazy loader: th…

First seen May 16, 2026

Installation

$ npx skills add lirrensi/agent-sommelier --skill skill-store

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lirrensi/agent-sommelier · top by installs.

npx skills add lirrensi/agent-sommelier

Browse all from lirrensi/agent-sommelier

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,097 B
  • docs SUMMARY.md 588 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Skill Store

Your active context holds ~10 skills. The skill store holds everything else.

Use this CLI to browse, search, and pull skills on demand from ~/.skill-store/ — without polluting your context window.

Quick Start

skill-store list          # what's available (not what's loaded)
skill-store search web    # find by keyword
skill-store load <slug>   # read a skill into context

Commands

Command What it does
list Paginated list (pinned first). --json for machine output
search <query> Full-text search names + descriptions
load <slug> Print path, SKILL.md path, tree. --json for machine output
preview <slug> Print first 100 lines of SKILL.md
pin <slug> / unpin <slug> Move to top / back to alphabetical

Installing the CLI

See [references/install.md](references/install.md).

Adding Skills

Source Where to look
Community packages See [references/npx-skills.md](references/npx-skills.md)
.skill bundles See [references/importing.md](references/importing.md)
Create your own See [references/creating.md](references/creating.md)

Organizing Your Skills

As your store grows, groups keep it tidy. See [references/organizing.md](references/organizing.md) for the workflow.

Environment

Variable Default Purpose
SKILLSTOREPATH ~/.skill-store/ Override store location