modules/home/programs/cli-agents/shared/skills/cli-tools/github-raw-fetch/SKILL.md
Fetch and display raw content from GitHub file URLs by automatically converting standard GitHub URLs to raw.githubusercontent.com format and retrieving the file content.
npx skillsauth add not-matthias/dotfiles-nix github-raw-fetchInstall 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.
This skill enables fetching raw content from GitHub file URLs by automatically converting standard GitHub URLs to their raw form and retrieving the content.
"Fetch and display raw content from GitHub file URLs" by converting standard GitHub URLs to raw.githubusercontent.com format and retrieving the file content.
github.com/.../blob/...)github.com with raw.githubusercontent.com/blob/ from the pathhttps://raw.githubusercontent.com/USER/REPO/BRANCH/path/to/file.extStandard to Raw:
https://github.com/actioncloud/github-raw-url/blob/master/index.jshttps://raw.githubusercontent.com/actioncloud/github-raw-url/master/index.jsPattern transformation:
github.com/USER/REPO/blob/BRANCH/path/file.extraw.githubusercontent.com/USER/REPO/BRANCH/path/file.ext?raw=true to the standard URL for automatic redirect
https://github.com/USER/REPO/blob/BRANCH/path/file.ext?raw=trueThis skill streamlines fetching GitHub file content without manual URL manipulation.
documentation
Save notes, journal entries, and research to the personal-notes Obsidian vault (personal-vault-v2). Use when the user asks to 'save note', 'save to notes', 'write to personal notes', 'save to daily notes', 'note this down', or wants to persist findings/analysis to their personal vault.
documentation
Use whenever the user asks to address, fix, resolve, review, or respond to pull-request comments or review feedback.
development
Apply Not Matthias's Rust-first personal coding style. Use whenever the user explicitly asks to apply or review their code style, make Rust match their preferences, perform a style pass, or simplify/refactor according to their conventions. Inspect only task-touched code, honor local project conventions first, and make only safe opt-out style edits.
development
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.