skills/smithery.ai/repo-clipboard

repo-clipboard

Installation
SKILL.md

repo-clipboard

Quick start

  • Snapshot the current directory to stdout (for piping), while writing /tmp/repo_clipboard.stdout and metadata to stderr:
    • scripts/repo_clipboard --llm -e py,md,yml --print-files
  • Copy the snapshot to the Windows clipboard (WSL) and also write /tmp/repo_clipboard.stdout:
    • scripts/repo_clipboard -e py,md,yml

Snippets (token-efficient context)

  • Include only specific line ranges:
    • scripts/repo_clipboard --llm -e md --snippet README.md:5-25 --snippets-only

Reference

  • For full CLI usage, examples, and flag semantics, read repo-clipboard/references/usage.md.

LLM review loop (with llm; see skill $llm-cli)

Installs
1
First Seen
Apr 21, 2026
repo-clipboard from smithery.ai