
arnarsson skills on Claude Market
5 skills published by arnarsson. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
git-essentials
Covers the core Git commands for version control: staging, committing, branching, merging, and syncing with remotes. Includes workflows for feature branches, hotfixes, and fork syncing, plus advanced operations like rebasing, stashing, and cherry-picking.
curl-http
curl is a command-line tool for making HTTP requests and transferring files. It supports all standard HTTP methods, authentication schemes, cookies, proxies, and SSL/TLS. Useful for API testing, scripting, and file operations.
fd-find
fd is a command-line file search tool that replaces `find` with simpler syntax and smarter defaults. It respects `.gitignore` by default, uses smart case matching, and traverses directories in parallel. Supports filtering by extension, type, size, modification time, and regex patterns.
bat-cat
bat is a command-line file viewer that replaces cat with syntax highlighting, line numbers, and Git change markers. It auto-detects file types, supports themes, and can display specific line ranges. Works as a drop-in cat replacement or as a terminal pager.
fzf-fuzzy-finder
fzf is a general-purpose command-line fuzzy finder that filters any piped input interactively. It integrates with shell keybindings, git, vim, docker, and kubectl through standard Unix pipes.