coding-tools/SKILL.md
Use this as the default toolset for coding sessions when you want faster navigation, search, file inspection, and git workflow execution with lower command overhead: tools: - fzf - ripgrep - bat - delta - lazygit - starship - zoxide - eza - atuin - yazi
npx skillsauth add memgrafter/skills-flatagents coding-toolsInstall 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.
Use these tools when appropriate.
fzf Fuzzy-finds files, commands, branches, commits, and grep results without leaving the terminal. Useful for jumping through large repos fast and wiring interactive selection into shell/editor scripts.
ripgrep Recursively searches codebases for strings or regex matches far faster than traditional grep setups. Best for finding symbols, TODOs, config values, and call sites across big projects.
bat
Displays files with syntax highlighting, line numbers, and git-aware decorations in the terminal.
Useful for quickly inspecting source files, diffs, and logs with better readability than cat.
delta Renders git diffs and blame output with syntax highlighting and clearer side-by-side-style formatting. Useful for reviewing code changes, understanding edits, and making CLI git output easier to parse.
lazygit Provides a terminal UI for common git workflows like staging, rebasing, branching, and conflict inspection. Useful for reducing git command overhead while keeping full repo control inside the terminal.
starship Builds a fast, information-dense shell prompt showing git state, runtime versions, and environment context. Useful for coding across many repos/languages where instant context prevents mistakes and saves time.
zoxide
Tracks your directory history and jumps to frequently used project folders with short fuzzy commands.
Useful for moving between repos, monorepos, and nested workspaces without repeated cd typing.
eza
Modern replacement for ls with better defaults, icons, git status, tree views, and clearer metadata.
Useful for scanning project structure, spotting changed files, and navigating directories more efficiently.
atuin Syncs, searches, and ranks shell history so old commands are easy to recover across machines. Useful for reusing complex build, test, deploy, and debugging commands without retyping or guessing.
yazi Terminal file manager for fast keyboard-driven navigation, previews, bulk moves, and file operations. Useful for managing project files, assets, and repo-adjacent clutter without switching to a GUI.
development
Deterministically fixes broken OpenAI Deep Research markdown citations without using an LLM: creates a .bkp backup, rewrites citation markers, rebuilds references, and runs strict regex validation.
development
Turn a URL into a durable knowledge artifact: searchable markdown summary + local raw text archive, so you can recall it later without revisiting the web.
development
Run shell commands and analyze output with validated summaries. Use for build logs, test output, or any command with substantial output. Protects context by returning concise summaries with grep-validated citations.
development
Search the web and refine results to key findings. Use when the user asks to search and summarize, find and refine web results, or wants concise research summaries.