modules/home/programs/cli-agents/shared/skills/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.
development
Emulates not-matthias's technical blog writing style. Use when writing blog posts, technical articles, README content, or any long-form technical prose. Produces investigation-driven, first-person narratives with dry humor, practical code examples, and concrete takeaways.
development
Create and manage Git worktrees for parallel feature development. Use when user wants to work on multiple features simultaneously or needs isolated development environments.
development
Systematic technical research and brainstorming. Given a question, recursively explores attached specifications, source code, documentation, GitHub repositories, and authoritative online sources to build comprehensive, accurate answers. Surfaces edge cases, caveats, and implementation details that matter.
development
Converts a research paper (PDF path, uploaded PDF, or URL) into a reusable skill that stores distilled knowledge for future sessions. Use when a user asks to "turn this paper into a skill", "make this PDF reusable", "encode this research", or wants project-specific decisions backed by a specific paper without re-uploading it.