skills/skill-store/SKILL.md
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: the skills here stay on disk until you explicitly call for them via CLI.
npx skillsauth add lirrensi/agent-cli-helpers skill-storeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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
| 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 |
See references/install.md.
| Source | Where to look |
|---|---|
| Community packages | See references/npx-skills.md |
| .skill bundles | See references/importing.md |
| Create your own | See references/creating.md |
As your store grows, groups keep it tidy. See references/organizing.md for the workflow.
| Variable | Default | Purpose |
|---|---|---|
| SKILL_STORE_PATH | ~/.skill-store/ | Override store location |
data-ai
Portable SSH profile manager for agents. Run remote commands on saved hosts by friendly name instead of typing user@host -i key every time. Type less crap around your SSH commands.
development
Autonomous execution mode triggered by the word "engage". Use when the user has finished planning and wants the agent to execute autonomously without further questions until the workflow is fully complete. The agent must build, test, verify, and deliver proof of work — never exiting with an incomplete or unverified result. Trigger on: "engage", "go autonomous", "execute the plan", "run it", "make it happen", or any explicit signal to switch from planning mode into fully autonomous build-and-verify mode.
tools
Use this skill when you need to manage project tasks — create, update, complete, prioritize, filter, review, track dependencies, or find unblocked work. Trigger on: 'add a task', 'create task', 'show tasks', 'what's next', 'mark done', 'update task', 'task status', 'task history', 'next task', 'task inbox', 'list tasks', 'init tasks', 'task deps', 'ready tasks', 'blocked tasks', 'search tasks', 'tag-any', 'dependency graph'. Also use proactively when starting a new work session — check `tasks status` and `tasks ready` to orient yourself. This skill covers the project's static, file-based task system (persistent, in-repo history) with typed dependency tracking, ready queue, and priority management — NOT ephemeral runtime task tools.
tools
Control tmux/psmux sessions for interactive CLIs, SSH connections, and parallel agent orchestration. Works cross-platform: tmux on Linux/macOS, psmux on Windows. Provides sync commands that send keys and automatically capture output. Triggers: "run in tmux", "create tmux session", "tmux", "SSH session", "parallel terminals", "run multiple agents".