completion

A command for generating and installing shell completion scripts. Shell completion lets the Tab key fill in commands, subcommands, and options while using the skillshare command-line tool.

In plain words
What is it for?
Use it to install completions for Bash, Zsh, Fish, PowerShell, or Nushell. It can also print a completion script for manual installation.
Why use it?
It reduces typing and helps reveal available commands and flags. It is useful when setting up a new machine, shell, or command alias.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/runkids/skillshare/completion
Clone the repo
git clone --depth 1 https://github.com/runkids/skillshare
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00833
Opus 5 $0.00000 $0.00417
Sonnet 5 $0.00000 $0.00167
Haiku 4.5 $0.00000 $0.00083

Measured yesterday against content hash f7812164a750, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

completion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

website/docs/reference/commands/completion.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

completion

Generate and install shell completion scripts for tab-completion of commands, subcommands, and flags.

When to Use

  • You want tab-completion for skillshare commands and flags
  • You set up a new machine or shell environment
  • You use an alias (e.g. ss) and want completions to work with it

Synopsis

# Auto-install (recommended)
skillshare completion bash --install
skillshare completion zsh --install
skillshare completion fish --install
skillshare completion powershell --install
skillshare completion nushell --install

# Output script to stdout (advanced)
skillshare completion bash
skillshare completion zsh > ~/.zsh/completions/_skillshare

Supported Shells

Shell Install Path
bash ~/.local/share/bash-completion/completions/skillshare
zsh ~/.zsh/completions/_skillshare
fish ~/.config/fish/completions/skillshare.fish
powershell ~/.config/powershell/completions/skillshare.ps1
nushell ~/.config/nushell/completions/skillshare.nu

Flags

Flag Description
--install Write completion script to the standard install path
--help, -h Show usage

Completion Scope

The generated scripts provide tab-completion for:

  • Commands — all top-level commands (sync, install, list, etc.)
  • Subcommandstarget add/remove/list, trash list/restore/delete/empty, hub add/list/remove/default/index, extras init/list/remove/collect/source/mode, audit rules, backup restore
  • Flags — per-command flags with short forms (--dry-run/-n, --force/-f, etc.)
  • Global flags--project/-p, --global/-g

Alias Support

The bash, zsh, and PowerShell scripts automatically detect aliases pointing to skillshare and register completions for them:

alias ss=skillshare
source <(skillshare completion bash)
ss sy<Tab>  # → ss sync

Fish aliases (which are function wrappers) inherit completions automatically.

Read the full file on GitHub · 126 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 126 lines · 0 tokens per session scan A f7812164a750

Subscribe to this mod's changes

completion is a command published in the GitHub repository runkids/skillshare (2,597 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 833 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.