samgalanakis/skills · Archived

localref

Clone a GitHub repo or download a reference source locally to /tmp/ for searching and reading. Use when you need to reference external code, docs, or examples to complete the current task.

First seen Apr 13, 2026

Installation

$ npx skills add samgalanakis/skills --skill localref

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from samgalanakis/skills.

npx skills add samgalanakis/skills

Browse all from samgalanakis/skills

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 1
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 818 B
  • docs SUMMARY.md 204 B

History

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

SKILL.md

Localref

Clone or download external references to /tmp/ for local searching and reading.

Workflow

  1. Clone — shallow clone to /tmp/ref-<name>:

``bash git clone --depth 1 https://github.com/owner/repo.git /tmp/ref-<name> ` For a specific branch/tag: add --branch <ref>. If /tmp/ref-<name>` already exists, reuse it.

  1. Search and read — grep, glob, read files to find what you need.
  1. Apply — use findings to complete the task in the working repo.

For non-git sources (tarballs, zips): curl -L <url> into /tmp/ref-<name> and extract.