{"id":132332,"url":"https://github.com/ariestar/awesome-agent-cli","name":"awesome-agent-cli","description":"awesome list of agent-ready CLI tools with categories, risks, effects, and guardrails.😎","projects_count":697,"last_synced_at":"2026-06-12T02:00:27.571Z","repository":{"id":358708210,"uuid":"1241640722","full_name":"Ariestar/awesome-agent-cli","owner":"Ariestar","description":"awesome list of agent-ready CLI tools with categories, risks, effects, and guardrails.😎","archived":false,"fork":false,"pushed_at":"2026-05-18T18:40:51.000Z","size":532,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T10:38:38.284Z","etag":null,"topics":["ai-agent","awesome","cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ariestar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-17T16:31:58.000Z","updated_at":"2026-05-23T10:19:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Ariestar/awesome-agent-cli","commit_stats":null,"previous_names":["ariestar/awesome-agent-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ariestar/awesome-agent-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ariestar%2Fawesome-agent-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ariestar%2Fawesome-agent-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ariestar%2Fawesome-agent-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ariestar%2Fawesome-agent-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ariestar","download_url":"https://codeload.github.com/Ariestar/awesome-agent-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ariestar%2Fawesome-agent-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34225350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2026-05-26T10:34:18.604Z","updated_at":"2026-06-12T02:00:27.571Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Catalog","Agent workflow highlights","Maintaining the registry"],"sub_categories":["cloud","formatter","package-manager","build","docs","kubernetes","automation","vcs","runtime","infra","deploy","environment","type-checker","lint","debug","database","file-viewer","shell","text","search","benchmark","metrics","container","security","agent","api","system","network","archive","toolchain","editor","browser-test","ci","compiler","data","mobile","secrets","test"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Awesome Agent CLI\n\n**A machine-readable awesome list of CLI tools, risks, effects, and guardrails for AI coding agents.**\n\n![tools: 237](https://img.shields.io/badge/tools-237-0969da) ![categories: 45](https://img.shields.io/badge/categories-45-8250df) ![yaml: registry](https://img.shields.io/badge/yaml-registry-2ea44f) [![GitHub Repo stars](https://img.shields.io/github/stars/Ariestar/awesome-agent-cli?style=social)](https://github.com/Ariestar/awesome-agent-cli) [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) [![Update README](https://github.com/Ariestar/awesome-agent-cli/actions/workflows/update-readme.yml/badge.svg)](https://github.com/Ariestar/awesome-agent-cli/actions/workflows/update-readme.yml)\n\n\u003c/div\u003e\n\nAwesome Agent CLI is a compact registry for teaching agents which command-line tools exist, what each tool is good for, and when a tool is risky enough to need extra care.\nEach entry is a plain YAML card under [`data/tools/`](data/tools/) so the registry is easy to diff, review, vendor, and consume from other projects.\n\n\u003e [!NOTE]\n\u003e This README is generated by [`scripts/generate_readme.py`](scripts/generate_readme.py). Edit the YAML cards, then regenerate the README instead of hand-editing the catalog sections.\n\n## Why this exists\n\nAI coding agents do not just need a list of binaries. They need operational context:\n\n- **When to use** a tool and when to avoid it.\n- **What side effects** the tool may have: file writes, network calls, auth, remote mutation, command execution.\n- **Which guardrails** are required before dangerous actions.\n- **How tools map** to categories like `shell`, `agent`, `mcp`, `security`, `deploy`, or `test`.\n\n## Designed for\n\n| Audience | What they get |\n| --- | --- |\n| Agent builders | A ready-made tool taxonomy with side-effect metadata. |\n| Coding agents | Decision hints for choosing safer CLIs before acting. |\n| Maintainers | A reviewable YAML source of truth instead of a hand-written list. |\n\n## What's inside\n\n| Signal | Value |\n| --- | ---: |\n| Tool cards | **237** |\n| Category tags | **45** |\n| Language/ecosystem tags | **32** |\n| GitHub-backed tools | **172** with live star badges |\n| Risk distribution | Low: **28** · Medium: **122** · High: **87** |\n\n## Quick use\n\n```bash\n# Regenerate this README from the YAML registry\npython scripts/generate_readme.py\n\n# Inspect a card\nsed -n '1,120p' data/tools/gh.yaml\n```\n\nA tool card looks like this:\n\n```yaml\nname: gh\nbinary: gh\ncategory:\n  - vcs\n  - ci\nrisk:\n  level: high\n  effects:\n    - remote_read\n    - remote_write\nguardrails:\n  - Verify gh auth status before write operations.\n```\n\n## Agent workflow highlights\n\nThese entries are especially useful when designing or hardening agent workflows:\n\n- [bash](https://www.gnu.org/software/bash/manual/) — GNU Bourne Again Shell for Unix-style command execution and scripting.  \\\n  `bash` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [pwsh](https://learn.microsoft.com/powershell/) — PowerShell 7+ cross-platform shell and automation runtime.  \\\n  `pwsh` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/PowerShell/PowerShell?style=social)](https://github.com/PowerShell/PowerShell)\n- [tmux](https://github.com/tmux/tmux/wiki) — Terminal multiplexer for persistent Unix terminal sessions.  \\\n  `tmux` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `terminal` · [![GitHub Repo stars](https://img.shields.io/github/stars/tmux/tmux?style=social)](https://github.com/tmux/tmux)\n- [pueue](https://github.com/Nukesor/pueue#readme) — Command-line task queue for running and supervising background shell commands.  \\\n  `pueue` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `terminal` · [![GitHub Repo stars](https://img.shields.io/github/stars/Nukesor/pueue?style=social)](https://github.com/Nukesor/pueue)\n- [crush](https://github.com/charmbracelet/crush#readme) — Terminal-native AI coding agent from Charm.  \\\n  `crush` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/charmbracelet/crush?style=social)](https://github.com/charmbracelet/crush)\n- [repomix](https://github.com/yamadashy/repomix#readme) — Package repository contents into an AI-friendly context file.  \\\n  `repomix` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/yamadashy/repomix?style=social)](https://github.com/yamadashy/repomix)\n- [files-to-prompt](https://github.com/simonw/files-to-prompt#readme) — Concatenate selected files into prompt-ready text for LLM workflows.  \\\n  `files-to-prompt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `text` · [![GitHub Repo stars](https://img.shields.io/github/stars/simonw/files-to-prompt?style=social)](https://github.com/simonw/files-to-prompt)\n- [llm](https://llm.datasette.io/en/stable/) — Command-line utility and Python library for running prompts against large language models.  \\\n  `llm` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell`\n- [mcp-inspector](https://github.com/modelcontextprotocol/inspector#readme) — Interactive developer tool for inspecting and debugging Model Context Protocol servers.  \\\n  `mcp-inspector` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/modelcontextprotocol/inspector?style=social)](https://github.com/modelcontextprotocol/inspector)\n- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy#readme) — Proxy and bridge for Model Context Protocol servers and transports.  \\\n  `mcp-proxy` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/sparfenyuk/mcp-proxy?style=social)](https://github.com/sparfenyuk/mcp-proxy)\n- [actionlint](https://github.com/rhysd/actionlint#readme) — Static checker for GitHub Actions workflow files.  \\\n  `actionlint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `yaml` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/rhysd/actionlint?style=social)](https://github.com/rhysd/actionlint)\n- [zizmor](https://docs.zizmor.sh/) — Static security analyzer for GitHub Actions workflows.  \\\n  `zizmor` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `yaml` · also: `security` · [![GitHub Repo stars](https://img.shields.io/github/stars/zizmorcore/zizmor?style=social)](https://github.com/zizmorcore/zizmor)\n- [detect-secrets](https://github.com/Yelp/detect-secrets#readme) — Secret scanner and baseline tool for preventing committed credentials.  \\\n  `detect-secrets` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Yelp/detect-secrets?style=social)](https://github.com/Yelp/detect-secrets)\n- [osv-scanner](https://google.github.io/osv-scanner/) — Vulnerability scanner for dependencies using the OSV database.  \\\n  `osv-scanner` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/google/osv-scanner?style=social)](https://github.com/google/osv-scanner)\n\n## Category map\n\nThe matrix below shows category coverage and risk posture. A tool can appear in more than one category, so totals count category tags rather than unique files.\n\n\u003e [!IMPORTANT]\n\u003e `control plane` categories contain at least one high-risk tool and should be gated by stronger confirmation, auth, and rollback checks in agent workflows.\n\n| Category | Total | Low | Medium | High | Posture |\n| --- | ---: | ---: | ---: | ---: | --- |\n| [`agent`](#agent) | 24 | 0 | 0 | 24 | control plane |\n| [`agent-context`](#agent-context) | 3 | 0 | 0 | 3 | control plane |\n| [`api`](#api) | 3 | 0 | 2 | 1 | control plane |\n| [`archive`](#archive) | 4 | 0 | 4 | 0 | operator surface |\n| [`automation`](#automation) | 9 | 0 | 8 | 1 | control plane |\n| [`benchmark`](#benchmark) | 2 | 0 | 1 | 1 | control plane |\n| [`browser-test`](#browser-test) | 1 | 0 | 1 | 0 | operator surface |\n| [`build`](#build) | 26 | 0 | 23 | 3 | control plane |\n| [`ci`](#ci) | 3 | 1 | 1 | 1 | control plane |\n| [`cloud`](#cloud) | 9 | 0 | 0 | 9 | control plane |\n| [`compiler`](#compiler) | 2 | 0 | 2 | 0 | operator surface |\n| [`container`](#container) | 4 | 1 | 0 | 3 | control plane |\n| [`data`](#data) | 2 | 0 | 2 | 0 | operator surface |\n| [`database`](#database) | 7 | 0 | 1 | 6 | control plane |\n| [`debug`](#debug) | 3 | 0 | 0 | 3 | control plane |\n| [`deploy`](#deploy) | 6 | 0 | 0 | 6 | control plane |\n| [`device`](#device) | 2 | 0 | 0 | 2 | control plane |\n| [`docs`](#docs) | 14 | 5 | 7 | 2 | control plane |\n| [`editor`](#editor) | 1 | 0 | 1 | 0 | operator surface |\n| [`environment`](#environment) | 16 | 0 | 4 | 12 | control plane |\n| [`file-viewer`](#file-viewer) | 11 | 7 | 4 | 0 | operator surface |\n| [`formatter`](#formatter) | 6 | 1 | 5 | 0 | operator surface |\n| [`image`](#image) | 2 | 0 | 2 | 0 | operator surface |\n| [`infra`](#infra) | 5 | 0 | 0 | 5 | control plane |\n| [`kubernetes`](#kubernetes) | 7 | 0 | 2 | 5 | control plane |\n| [`lint`](#lint) | 14 | 6 | 8 | 0 | operator surface |\n| [`mcp`](#mcp) | 4 | 0 | 0 | 4 | control plane |\n| [`metrics`](#metrics) | 1 | 1 | 0 | 0 | safe default |\n| [`mobile`](#mobile) | 10 | 0 | 5 | 5 | control plane |\n| [`network`](#network) | 9 | 0 | 5 | 4 | control plane |\n| [`package-manager`](#package-manager) | 27 | 0 | 17 | 10 | control plane |\n| [`runtime`](#runtime) | 9 | 0 | 9 | 0 | operator surface |\n| [`search`](#search) | 7 | 4 | 2 | 1 | control plane |\n| [`secrets`](#secrets) | 2 | 0 | 0 | 2 | control plane |\n| [`security`](#security) | 15 | 0 | 9 | 6 | control plane |\n| [`shell`](#shell) | 20 | 2 | 13 | 5 | control plane |\n| [`signing`](#signing) | 1 | 0 | 0 | 1 | control plane |\n| [`simulator`](#simulator) | 2 | 0 | 1 | 1 | control plane |\n| [`system`](#system) | 2 | 2 | 0 | 0 | safe default |\n| [`terminal`](#terminal) | 3 | 0 | 2 | 1 | control plane |\n| [`test`](#test) | 19 | 0 | 17 | 2 | control plane |\n| [`text`](#text) | 7 | 2 | 4 | 1 | control plane |\n| [`toolchain`](#toolchain) | 2 | 0 | 1 | 1 | control plane |\n| [`type-checker`](#type-checker) | 3 | 2 | 1 | 0 | operator surface |\n| [`vcs`](#vcs) | 5 | 1 | 2 | 2 | control plane |\n\n## Catalog\n\nBrowse by category. Multi-category tools intentionally appear in every relevant section.\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cstrong\u003ePopular categories\u003c/strong\u003e\u003c/summary\u003e\n\n- [`package-manager`](#package-manager) — 27 tools\n- [`build`](#build) — 26 tools\n- [`agent`](#agent) — 24 tools\n- [`shell`](#shell) — 20 tools\n- [`test`](#test) — 19 tools\n- [`environment`](#environment) — 16 tools\n- [`security`](#security) — 15 tools\n- [`docs`](#docs) — 14 tools\n\n\u003c/details\u003e\n\n### agent\n\n- [aichat](https://github.com/sigoden/aichat#readme) — All-in-one command-line LLM chat, shell assistant, and RAG tool.  \\\n  `aichat` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/sigoden/aichat?style=social)](https://github.com/sigoden/aichat)\n- [aider](https://aider.chat/docs/) — AI pair programming CLI that edits files through chat.  \\\n  `aider` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Aider-AI/aider?style=social)](https://github.com/Aider-AI/aider)\n- [amp](https://ampcode.com/manual) — Terminal AI coding agent from Sourcegraph.  \\\n  `amp` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [claude](https://docs.anthropic.com/en/docs/claude-code) — Anthropic Claude Code command-line coding assistant.  \\\n  `claude` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [codex](https://github.com/openai/codex#readme) — OpenAI Codex command-line coding agent.  \\\n  `codex` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/openai/codex?style=social)](https://github.com/openai/codex)\n- [crush](https://github.com/charmbracelet/crush#readme) — Terminal-native AI coding agent from Charm.  \\\n  `crush` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/charmbracelet/crush?style=social)](https://github.com/charmbracelet/crush)\n- [cursor-agent](https://docs.cursor.com/) — Cursor's terminal coding agent.  \\\n  `cursor-agent` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [files-to-prompt](https://github.com/simonw/files-to-prompt#readme) — Concatenate selected files into prompt-ready text for LLM workflows.  \\\n  `files-to-prompt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `text` · [![GitHub Repo stars](https://img.shields.io/github/stars/simonw/files-to-prompt?style=social)](https://github.com/simonw/files-to-prompt)\n- [gemini](https://github.com/google-gemini/gemini-cli#readme) — Google Gemini command-line AI assistant.  \\\n  `gemini` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/google-gemini/gemini-cli?style=social)](https://github.com/google-gemini/gemini-cli)\n- [gh-copilot](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/use-copilot-cli) — GitHub CLI Copilot extension for shell assistance and command explanation.  \\\n  `gh-copilot` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/github/gh-copilot?style=social)](https://github.com/github/gh-copilot)\n- [gitingest](https://github.com/coderamp-labs/gitingest#readme) — Turn a Git repository or URL into an LLM-friendly text digest.  \\\n  `gitingest` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/coderamp-labs/gitingest?style=social)](https://github.com/coderamp-labs/gitingest)\n- [goose](https://block.github.io/goose/) — Open-source local AI agent framework and CLI from Block.  \\\n  `goose` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/block/goose?style=social)](https://github.com/block/goose)\n- [llm](https://llm.datasette.io/en/stable/) — Command-line utility and Python library for running prompts against large language models.  \\\n  `llm` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell`\n- [mcp-inspector](https://github.com/modelcontextprotocol/inspector#readme) — Interactive developer tool for inspecting and debugging Model Context Protocol servers.  \\\n  `mcp-inspector` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/modelcontextprotocol/inspector?style=social)](https://github.com/modelcontextprotocol/inspector)\n- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy#readme) — Proxy and bridge for Model Context Protocol servers and transports.  \\\n  `mcp-proxy` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/sparfenyuk/mcp-proxy?style=social)](https://github.com/sparfenyuk/mcp-proxy)\n- [mcptools](https://github.com/f/mcptools#readme) — Command-line utilities for interacting with and debugging MCP servers.  \\\n  `mcptools` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/f/mcptools?style=social)](https://github.com/f/mcptools)\n- [mods](https://github.com/charmbracelet/mods#readme) — Pipe-friendly AI assistant for the command line from Charm.  \\\n  `mods` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/charmbracelet/mods?style=social)](https://github.com/charmbracelet/mods)\n- [opencode](https://opencode.ai/docs/) — Terminal-based AI coding agent.  \\\n  `opencode` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sst/opencode?style=social)](https://github.com/sst/opencode)\n- [paseo](https://github.com/mariozechner/pi-coding-agent) — Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.  \\\n  `paseo` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `automation`, `terminal` · [![GitHub Repo stars](https://img.shields.io/github/stars/mariozechner/pi-coding-agent?style=social)](https://github.com/mariozechner/pi-coding-agent)\n- [q](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html) — Amazon Q Developer command-line assistant.  \\\n  `q` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [qwen](https://github.com/QwenLM/qwen-code#readme) — Qwen command-line AI coding assistant.  \\\n  `qwen` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/QwenLM/qwen-code?style=social)](https://github.com/QwenLM/qwen-code)\n- [repomix](https://github.com/yamadashy/repomix#readme) — Package repository contents into an AI-friendly context file.  \\\n  `repomix` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/yamadashy/repomix?style=social)](https://github.com/yamadashy/repomix)\n- [shell-gpt](https://github.com/TheR1D/shell_gpt#readme) — Command-line AI assistant for shell command generation and explanations.  \\\n  `sgpt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/TheR1D/shell_gpt?style=social)](https://github.com/TheR1D/shell_gpt)\n- [supergateway](https://github.com/supercorp-ai/supergateway#readme) — Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.  \\\n  `supergateway` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/supercorp-ai/supergateway?style=social)](https://github.com/supercorp-ai/supergateway)\n\n### agent-context\n\n- [files-to-prompt](https://github.com/simonw/files-to-prompt#readme) — Concatenate selected files into prompt-ready text for LLM workflows.  \\\n  `files-to-prompt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `text` · [![GitHub Repo stars](https://img.shields.io/github/stars/simonw/files-to-prompt?style=social)](https://github.com/simonw/files-to-prompt)\n- [gitingest](https://github.com/coderamp-labs/gitingest#readme) — Turn a Git repository or URL into an LLM-friendly text digest.  \\\n  `gitingest` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/coderamp-labs/gitingest?style=social)](https://github.com/coderamp-labs/gitingest)\n- [repomix](https://github.com/yamadashy/repomix#readme) — Package repository contents into an AI-friendly context file.  \\\n  `repomix` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/yamadashy/repomix?style=social)](https://github.com/yamadashy/repomix)\n\n### api\n\n- [buf](https://buf.build/docs/reference/cli/) — Protobuf linting, breaking-change detection, and code generation CLI.  \\\n  `buf` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `protobuf` · [![GitHub Repo stars](https://img.shields.io/github/stars/bufbuild/buf?style=social)](https://github.com/bufbuild/buf)\n- [grpcurl](https://github.com/fullstorydev/grpcurl#readme) — Command-line gRPC client for inspecting and calling services.  \\\n  `grpcurl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `protobuf` · [![GitHub Repo stars](https://img.shields.io/github/stars/fullstorydev/grpcurl?style=social)](https://github.com/fullstorydev/grpcurl)\n- [websocat](https://github.com/vi/websocat#readme) — Command-line client and relay for WebSocket connections.  \\\n  `websocat` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `api` · [![GitHub Repo stars](https://img.shields.io/github/stars/vi/websocat?style=social)](https://github.com/vi/websocat)\n\n### archive\n\n- [ouch](https://github.com/ouch-org/ouch#readme) — User-friendly archive compression and extraction CLI.  \\\n  `ouch` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/ouch-org/ouch?style=social)](https://github.com/ouch-org/ouch)\n- [tar](https://www.gnu.org/software/tar/manual/) — Create and extract tar archives.  \\\n  `tar` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [unzip](https://linux.die.net/man/1/unzip) — Extract and inspect zip archives.  \\\n  `unzip` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [zip](https://linux.die.net/man/1/zip) — Create and update zip archives.  \\\n  `zip` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n\n### automation\n\n- [bacon](https://dystroy.org/bacon/) — Background Rust checker that runs cargo tasks on changes.  \\\n  `bacon` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/Canop/bacon?style=social)](https://github.com/Canop/bacon)\n- [cargo-watch](https://github.com/watchexec/cargo-watch#readme) — Run Cargo commands whenever project files change.  \\\n  `cargo-watch` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/watchexec/cargo-watch?style=social)](https://github.com/watchexec/cargo-watch)\n- [just](https://just.systems/man/en/) — Command runner for project recipes.  \\\n  `just` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/casey/just?style=social)](https://github.com/casey/just)\n- [make](https://www.gnu.org/software/make/manual/) — Build automation tool driven by Makefile targets.  \\\n  `make` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `test`, `automation`\n- [paseo](https://github.com/mariozechner/pi-coding-agent) — Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.  \\\n  `paseo` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `automation`, `terminal` · [![GitHub Repo stars](https://img.shields.io/github/stars/mariozechner/pi-coding-agent?style=social)](https://github.com/mariozechner/pi-coding-agent)\n- [pre-commit](https://pre-commit.com/) — Framework for running repository-defined checks before commits.  \\\n  `pre-commit` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `lint`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/pre-commit/pre-commit?style=social)](https://github.com/pre-commit/pre-commit)\n- [pueue](https://github.com/Nukesor/pueue#readme) — Command-line task queue for running and supervising background shell commands.  \\\n  `pueue` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `terminal` · [![GitHub Repo stars](https://img.shields.io/github/stars/Nukesor/pueue?style=social)](https://github.com/Nukesor/pueue)\n- [task](https://taskfile.dev/) — Task runner using Taskfile.yml or Taskfile.yaml.  \\\n  `task` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/go-task/task?style=social)](https://github.com/go-task/task)\n- [watchexec](https://watchexec.github.io/) — Run commands when watched files change.  \\\n  `watchexec` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/watchexec/watchexec?style=social)](https://github.com/watchexec/watchexec)\n\n### benchmark\n\n- [hyperfine](https://github.com/sharkdp/hyperfine#readme) — Command-line benchmarking tool.  \\\n  `hyperfine` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sharkdp/hyperfine?style=social)](https://github.com/sharkdp/hyperfine)\n- [oha](https://github.com/hatoo/oha#readme) — HTTP load generator and benchmark tool.  \\\n  `oha` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/hatoo/oha?style=social)](https://github.com/hatoo/oha)\n\n### browser-test\n\n- [playwright](https://playwright.dev/docs/test-cli) — End-to-end browser testing and automation CLI.  \\\n  `playwright` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/playwright?style=social)](https://github.com/microsoft/playwright)\n\n### build\n\n- [bun](https://bun.sh/docs) — JavaScript runtime and package manager.  \\\n  `bun` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `build`, `test`\n- [capacitor](https://capacitorjs.com/docs/cli) — Capacitor CLI for syncing web apps into native Android and iOS projects.  \\\n  `cap` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `mobile`\n- [cargo](https://doc.rust-lang.org/cargo/) — Rust package manager and build tool.  \\\n  `cargo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · also: `test`, `package-manager` · [![GitHub Repo stars](https://img.shields.io/github/stars/rust-lang/cargo?style=social)](https://github.com/rust-lang/cargo)\n- [cmake](https://cmake.org/cmake/help/latest/) — Cross-platform build system generator.  \\\n  `cmake` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp` · [![GitHub Repo stars](https://img.shields.io/github/stars/Kitware/CMake?style=social)](https://github.com/Kitware/CMake)\n- [docker](https://docs.docker.com/reference/cli/docker/) — Container build and runtime CLI.  \\\n  `docker` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `build`, `deploy`\n- [dotnet](https://learn.microsoft.com/dotnet/core/tools/) — .NET SDK command-line interface.  \\\n  `dotnet` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `csharp`, `fsharp`, `visual-basic` · [![GitHub Repo stars](https://img.shields.io/github/stars/dotnet/sdk?style=social)](https://github.com/dotnet/sdk)\n- [eas](https://docs.expo.dev/eas/) — Expo Application Services CLI for cloud builds, submissions, updates, and credentials.  \\\n  `eas` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `javascript`, `typescript` · also: `build`, `mobile`\n- [expo](https://docs.expo.dev/more/expo-cli/) — Expo CLI for developing, prebuilding, and running React Native apps.  \\\n  `expo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `mobile`\n- [flutter](https://docs.flutter.dev/reference/flutter-cli) — Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.  \\\n  `flutter` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `dart` · also: `test`, `package-manager`, `mobile`\n- [go](https://go.dev/doc/) — Go toolchain for modules, build, test, and run.  \\\n  `go` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `go` · [![GitHub Repo stars](https://img.shields.io/github/stars/golang/go?style=social)](https://github.com/golang/go)\n- [gradle](https://docs.gradle.org/current/userguide/command_line_interface.html) — Gradle build automation CLI.  \\\n  `gradle` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `java`, `kotlin`, `groovy`, `scala` · [![GitHub Repo stars](https://img.shields.io/github/stars/gradle/gradle?style=social)](https://github.com/gradle/gradle)\n- [just](https://just.systems/man/en/) — Command runner for project recipes.  \\\n  `just` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/casey/just?style=social)](https://github.com/casey/just)\n- [make](https://www.gnu.org/software/make/manual/) — Build automation tool driven by Makefile targets.  \\\n  `make` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `test`, `automation`\n- [mvn](https://maven.apache.org/guides/) — Apache Maven build and dependency management CLI.  \\\n  `mvn` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `java`, `kotlin`, `scala` · [![GitHub Repo stars](https://img.shields.io/github/stars/apache/maven?style=social)](https://github.com/apache/maven)\n- [ninja](https://ninja-build.org/manual.html) — Small build system focused on speed.  \\\n  `ninja` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp` · [![GitHub Repo stars](https://img.shields.io/github/stars/ninja-build/ninja?style=social)](https://github.com/ninja-build/ninja)\n- [npm](https://docs.npmjs.com/) — Node.js package manager bundled with npm.  \\\n  `npm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n- [pnpm](https://pnpm.io/motivation) — Fast disk-efficient JavaScript package manager.  \\\n  `pnpm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n- [poetry](https://python-poetry.org/docs/) — Python packaging and dependency management tool.  \\\n  `poetry` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/python-poetry/poetry?style=social)](https://github.com/python-poetry/poetry)\n- [sccache](https://github.com/mozilla/sccache#readme) — Compiler cache for Rust, C, C++, and other compilers.  \\\n  `sccache` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust`, `c`, `cpp` · [![GitHub Repo stars](https://img.shields.io/github/stars/mozilla/sccache?style=social)](https://github.com/mozilla/sccache)\n- [task](https://taskfile.dev/) — Task runner using Taskfile.yml or Taskfile.yaml.  \\\n  `task` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/go-task/task?style=social)](https://github.com/go-task/task)\n- [trunk](https://trunkrs.dev/) — Build, bundle, and serve Rust WebAssembly web applications.  \\\n  `trunk` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/trunk-rs/trunk?style=social)](https://github.com/trunk-rs/trunk)\n- [turbo](https://turborepo.com/docs/reference/run) — High-performance build system for JavaScript and TypeScript monorepos.  \\\n  `turbo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/vercel/turborepo?style=social)](https://github.com/vercel/turborepo)\n- [vite](https://vite.dev/guide/cli.html) — Frontend development server and build tool.  \\\n  `vite` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/vitejs/vite?style=social)](https://github.com/vitejs/vite)\n- [wasm-pack](https://rustwasm.github.io/wasm-pack/) — Build and package Rust-generated WebAssembly.  \\\n  `wasm-pack` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/rustwasm/wasm-pack?style=social)](https://github.com/rustwasm/wasm-pack)\n- [xcodebuild](https://developer.apple.com/library/archive/technotes/tn2339/_index.html) — Xcode command-line build and test tool for Apple platforms.  \\\n  `xcodebuild` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `swift`, `objective-c` · also: `test`, `mobile`\n- [yarn](https://yarnpkg.com/cli) — JavaScript package manager.  \\\n  `yarn` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n\n### ci\n\n- [act](https://nektosact.com/) — Run GitHub Actions workflows locally.  \\\n  `act` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/nektos/act?style=social)](https://github.com/nektos/act)\n- [actionlint](https://github.com/rhysd/actionlint#readme) — Static checker for GitHub Actions workflow files.  \\\n  `actionlint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `yaml` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/rhysd/actionlint?style=social)](https://github.com/rhysd/actionlint)\n- [zizmor](https://docs.zizmor.sh/) — Static security analyzer for GitHub Actions workflows.  \\\n  `zizmor` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `yaml` · also: `security` · [![GitHub Repo stars](https://img.shields.io/github/stars/zizmorcore/zizmor?style=social)](https://github.com/zizmorcore/zizmor)\n\n### cloud\n\n- [aws](https://docs.aws.amazon.com/cli/) — Amazon Web Services command-line interface.  \\\n  `aws` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/aws/aws-cli?style=social)](https://github.com/aws/aws-cli)\n- [az](https://learn.microsoft.com/cli/azure/) — Microsoft Azure command-line interface.  \\\n  `az` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Azure/azure-cli?style=social)](https://github.com/Azure/azure-cli)\n- [firebase](https://firebase.google.com/docs/cli) — Firebase project management and deployment CLI.  \\\n  `firebase` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/firebase/firebase-tools?style=social)](https://github.com/firebase/firebase-tools)\n- [flyctl](https://fly.io/docs/flyctl/) — Fly.io command-line tool.  \\\n  `flyctl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/superfly/flyctl?style=social)](https://github.com/superfly/flyctl)\n- [gcloud](https://cloud.google.com/sdk/gcloud) — Google Cloud command-line interface.  \\\n  `gcloud` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/google-cloud-sdk-unofficial/google-cloud-sdk?style=social)](https://github.com/google-cloud-sdk-unofficial/google-cloud-sdk)\n- [netlify](https://cli.netlify.com/) — Netlify CLI for local development and deployment.  \\\n  `netlify` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/netlify/cli?style=social)](https://github.com/netlify/cli)\n- [stripe](https://docs.stripe.com/stripe-cli) — Stripe CLI for local webhooks, API calls, and developer workflows.  \\\n  `stripe` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/stripe/stripe-cli?style=social)](https://github.com/stripe/stripe-cli)\n- [supabase](https://supabase.com/docs/reference/cli/introduction) — Supabase local development and project management CLI.  \\\n  `supabase` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/supabase/cli?style=social)](https://github.com/supabase/cli)\n- [wrangler](https://developers.cloudflare.com/workers/wrangler/) — Cloudflare Workers and Pages CLI.  \\\n  `wrangler` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `javascript`, `typescript`, `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/cloudflare/workers-sdk?style=social)](https://github.com/cloudflare/workers-sdk)\n\n### compiler\n\n- [clang](https://clang.llvm.org/docs/CommandGuide/clang.html) — LLVM C, C++, and Objective-C compiler.  \\\n  `clang` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp`, `objective-c`\n- [gcc](https://gcc.gnu.org/onlinedocs/) — GNU Compiler Collection C and C++ compiler.  \\\n  `gcc` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp`, `objective-c`\n\n### container\n\n- [docker](https://docs.docker.com/reference/cli/docker/) — Container build and runtime CLI.  \\\n  `docker` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `build`, `deploy`\n- [docker-compose](https://docs.docker.com/compose/reference/) — Docker Compose standalone CLI.  \\\n  `docker-compose` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `deploy`\n- [hadolint](https://github.com/hadolint/hadolint#readme) — Dockerfile linter that checks common mistakes and shell best practices.  \\\n  `hadolint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `dockerfile` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/hadolint/hadolint?style=social)](https://github.com/hadolint/hadolint)\n- [podman](https://docs.podman.io/) — Daemonless container engine compatible with many Docker workflows.  \\\n  `podman` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/containers/podman?style=social)](https://github.com/containers/podman)\n\n### data\n\n- [jq](https://jqlang.github.io/jq/manual/) — Command-line JSON processor.  \\\n  `jq` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `json` · [![GitHub Repo stars](https://img.shields.io/github/stars/jqlang/jq?style=social)](https://github.com/jqlang/jq)\n- [yq](https://mikefarah.gitbook.io/yq/) — Command-line YAML, JSON, XML, CSV, and properties processor.  \\\n  `yq` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `yaml`, `json` · [![GitHub Repo stars](https://img.shields.io/github/stars/mikefarah/yq?style=social)](https://github.com/mikefarah/yq)\n\n### database\n\n- [clickhouse](https://clickhouse.com/docs/interfaces/cli) — ClickHouse command-line client and local database tooling.  \\\n  `clickhouse` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `sql` · [![GitHub Repo stars](https://img.shields.io/github/stars/ClickHouse/ClickHouse?style=social)](https://github.com/ClickHouse/ClickHouse)\n- [duckdb](https://duckdb.org/docs/stable/clients/cli/) — Embedded analytical database CLI.  \\\n  `duckdb` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `sql` · [![GitHub Repo stars](https://img.shields.io/github/stars/duckdb/duckdb?style=social)](https://github.com/duckdb/duckdb)\n- [mongosh](https://www.mongodb.com/docs/mongodb-shell/) — MongoDB Shell for querying and administering MongoDB.  \\\n  `mongosh` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/mongodb-js/mongosh?style=social)](https://github.com/mongodb-js/mongosh)\n- [mysql](https://dev.mysql.com/doc/refman/en/mysql.html) — MySQL command-line client.  \\\n  `mysql` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `sql`\n- [psql](https://www.postgresql.org/docs/current/app-psql.html) — PostgreSQL interactive terminal.  \\\n  `psql` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `sql`\n- [redis-cli](https://redis.io/docs/latest/develop/tools/cli/) — Redis command-line client.  \\\n  `redis-cli` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/redis/redis?style=social)](https://github.com/redis/redis)\n- [sqlite3](https://www.sqlite.org/cli.html) — SQLite command-line shell.  \\\n  `sqlite3` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `sql`\n\n### debug\n\n- [adb](https://developer.android.com/tools/adb) — Android Debug Bridge for interacting with Android devices and emulators.  \\\n  `adb` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `device`, `debug`\n- [mcp-inspector](https://github.com/modelcontextprotocol/inspector#readme) — Interactive developer tool for inspecting and debugging Model Context Protocol servers.  \\\n  `mcp-inspector` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/modelcontextprotocol/inspector?style=social)](https://github.com/modelcontextprotocol/inspector)\n- [mcptools](https://github.com/f/mcptools#readme) — Command-line utilities for interacting with and debugging MCP servers.  \\\n  `mcptools` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/f/mcptools?style=social)](https://github.com/f/mcptools)\n\n### deploy\n\n- [docker](https://docs.docker.com/reference/cli/docker/) — Container build and runtime CLI.  \\\n  `docker` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `build`, `deploy`\n- [docker-compose](https://docs.docker.com/compose/reference/) — Docker Compose standalone CLI.  \\\n  `docker-compose` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `deploy`\n- [eas](https://docs.expo.dev/eas/) — Expo Application Services CLI for cloud builds, submissions, updates, and credentials.  \\\n  `eas` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `javascript`, `typescript` · also: `build`, `mobile`\n- [fastlane](https://docs.fastlane.tools/) — Automation CLI for mobile build, signing, beta distribution, and app store release workflows.  \\\n  `fastlane` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `ruby` · also: `mobile`, `signing`\n- [railway](https://docs.railway.com/reference/cli-api) — Railway deployment and project management CLI.  \\\n  `railway` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/railwayapp/cli?style=social)](https://github.com/railwayapp/cli)\n- [vercel](https://vercel.com/docs/cli) — Vercel project deployment CLI.  \\\n  `vercel` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/vercel/vercel?style=social)](https://github.com/vercel/vercel)\n\n### device\n\n- [adb](https://developer.android.com/tools/adb) — Android Debug Bridge for interacting with Android devices and emulators.  \\\n  `adb` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `device`, `debug`\n- [simctl](https://developer.apple.com/documentation/xcode/simctl) — Apple simulator control CLI, usually invoked as `xcrun simctl`.  \\\n  `simctl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `simulator`, `device`\n\n### docs\n\n- [gitingest](https://github.com/coderamp-labs/gitingest#readme) — Turn a Git repository or URL into an LLM-friendly text digest.  \\\n  `gitingest` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/coderamp-labs/gitingest?style=social)](https://github.com/coderamp-labs/gitingest)\n- [glow](https://github.com/charmbracelet/glow#readme) — Terminal Markdown renderer.  \\\n  `glow` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/charmbracelet/glow?style=social)](https://github.com/charmbracelet/glow)\n- [imagemagick](https://imagemagick.org/script/command-line-processing.php) — ImageMagick CLI suite for inspecting, converting, and transforming images.  \\\n  `magick` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `docs`\n- [lychee](https://lychee.cli.rs/) — Fast link checker for Markdown, HTML, and other text files.  \\\n  `lychee` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `network`, `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/lycheeverse/lychee?style=social)](https://github.com/lycheeverse/lychee)\n- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2#readme) — Fast Markdown/CommonMark style linter for documentation files.  \\\n  `markdownlint-cli2` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `markdown` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/DavidAnson/markdownlint-cli2?style=social)](https://github.com/DavidAnson/markdownlint-cli2)\n- [mdbook](https://rust-lang.github.io/mdBook/) — Build books and documentation sites from Markdown.  \\\n  `mdbook` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `markdown` · [![GitHub Repo stars](https://img.shields.io/github/stars/rust-lang/mdBook?style=social)](https://github.com/rust-lang/mdBook)\n- [pandoc](https://pandoc.org/MANUAL.html) — Universal document converter for Markdown, HTML, DOCX, LaTeX, and more.  \\\n  `pandoc` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `markdown` · also: `text`\n- [pdftoppm](https://www.mankier.com/1/pdftoppm) — Poppler CLI for rendering PDF pages to image files.  \\\n  `pdftoppm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `file-viewer`\n- [pdftotext](https://www.mankier.com/1/pdftotext) — Poppler CLI for extracting text from PDF files.  \\\n  `pdftotext` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · also: `text`, `file-viewer`\n- [qpdf](https://qpdf.readthedocs.io/) — Command-line tool for inspecting, transforming, splitting, and repairing PDF files.  \\\n  `qpdf` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `file-viewer` · [![GitHub Repo stars](https://img.shields.io/github/stars/qpdf/qpdf?style=social)](https://github.com/qpdf/qpdf)\n- [repomix](https://github.com/yamadashy/repomix#readme) — Package repository contents into an AI-friendly context file.  \\\n  `repomix` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `docs` · [![GitHub Repo stars](https://img.shields.io/github/stars/yamadashy/repomix?style=social)](https://github.com/yamadashy/repomix)\n- [tesseract](https://tesseract-ocr.github.io/tessdoc/Command-Line-Usage.html) — OCR engine CLI for extracting text from images and scanned documents.  \\\n  `tesseract` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `image`, `text` · [![GitHub Repo stars](https://img.shields.io/github/stars/tesseract-ocr/tesseract?style=social)](https://github.com/tesseract-ocr/tesseract)\n- [tldr](https://tldr.sh/) — Community-maintained concise command examples.  \\\n  `tldr` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/tldr-pages/tldr?style=social)](https://github.com/tldr-pages/tldr)\n- [vale](https://vale.sh/docs/) — Prose linter for documentation, technical writing, and style guides.  \\\n  `vale` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `markdown`, `text` · also: `lint`\n\n### editor\n\n- [helix](https://docs.helix-editor.com/) — Modal terminal editor with built-in LSP and tree-sitter support.  \\\n  `hx` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/helix-editor/helix?style=social)](https://github.com/helix-editor/helix)\n\n### environment\n\n- [apk](https://docs.alpinelinux.org/user-handbook/0.1a/Working/apk.html) — Alpine Linux package manager for installing and updating system packages in Alpine hosts and containers.  \\\n  `apk` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [apt](https://manpages.debian.org/apt/apt.8.en.html) — Debian and Ubuntu package manager for installing and updating system packages.  \\\n  `apt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [asdf](https://asdf-vm.com/manage/commands.html) — Multi-language runtime and tool version manager driven by .tool-versions and plugins.  \\\n  `asdf` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`, `toolchain`\n- [brew](https://docs.brew.sh/Manpage) — Homebrew package manager for installing command-line tools, libraries, and applications on macOS and Linux.  \\\n  `brew` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [choco](https://docs.chocolatey.org/en-us/choco/commands/) — Chocolatey package manager for installing and maintaining Windows software from the command line.  \\\n  `choco` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [devcontainer](https://github.com/devcontainers/cli#readme) — CLI for building and running Development Containers.  \\\n  `devcontainer` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/devcontainers/cli?style=social)](https://github.com/devcontainers/cli)\n- [direnv](https://direnv.net/) — Per-directory shell environment loader.  \\\n  `direnv` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/direnv/direnv?style=social)](https://github.com/direnv/direnv)\n- [dnf](https://dnf.readthedocs.io/en/latest/command_ref.html) — Fedora, RHEL, and compatible Linux package manager for system packages.  \\\n  `dnf` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/rpm-software-management/dnf?style=social)](https://github.com/rpm-software-management/dnf)\n- [fnm](https://github.com/Schniz/fnm#readme) — Fast Node.js version manager.  \\\n  `fnm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Schniz/fnm?style=social)](https://github.com/Schniz/fnm)\n- [mise](https://mise.jdx.dev/) — Development tool version manager and task runner.  \\\n  `mise` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `package-manager` · [![GitHub Repo stars](https://img.shields.io/github/stars/jdx/mise?style=social)](https://github.com/jdx/mise)\n- [nix](https://nixos.org/manual/nix/stable/) — Reproducible package manager and build system.  \\\n  `nix` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/NixOS/nix?style=social)](https://github.com/NixOS/nix)\n- [pacman](https://man.archlinux.org/man/pacman.8) — Arch Linux package manager for installing and updating system packages.  \\\n  `pacman` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [scoop](https://github.com/ScoopInstaller/Scoop/wiki) — Windows command-line package manager for installing developer tools and applications without admin by default.  \\\n  `scoop` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/ScoopInstaller/Scoop?style=social)](https://github.com/ScoopInstaller/Scoop)\n- [volta](https://docs.volta.sh/) — JavaScript toolchain manager for pinning Node, npm, pnpm, and yarn.  \\\n  `volta` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/volta-cli/volta?style=social)](https://github.com/volta-cli/volta)\n- [winget](https://learn.microsoft.com/windows/package-manager/winget/) — Microsoft Windows Package Manager for installing and updating desktop apps and developer tools.  \\\n  `winget` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/winget-cli?style=social)](https://github.com/microsoft/winget-cli)\n- [zypper](https://documentation.suse.com/smart/systems-management/html/concept-zypper/index.html) — openSUSE and SUSE Linux package manager for installing and updating system packages.  \\\n  `zypper` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n\n### file-viewer\n\n- [bat](https://github.com/sharkdp/bat#readme) — Syntax-highlighted cat replacement for reading files.  \\\n  `bat` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sharkdp/bat?style=social)](https://github.com/sharkdp/bat)\n- [broot](https://dystroy.org/broot/) — Interactive directory tree navigator with fuzzy search.  \\\n  `broot` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Canop/broot?style=social)](https://github.com/Canop/broot)\n- [dua](https://github.com/Byron/dua-cli#readme) — Disk usage analyzer for finding large files and directories.  \\\n  `dua` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Byron/dua-cli?style=social)](https://github.com/Byron/dua-cli)\n- [dust](https://github.com/bootandy/dust#readme) — Visual disk usage summary for directories.  \\\n  `dust` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/bootandy/dust?style=social)](https://github.com/bootandy/dust)\n- [eza](https://eza.rocks/) — Modern directory listing tool.  \\\n  `eza` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/eza-community/eza?style=social)](https://github.com/eza-community/eza)\n- [lsd](https://github.com/lsd-rs/lsd#readme) — Modern ls alternative with colors, icons, and tree output.  \\\n  `lsd` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/lsd-rs/lsd?style=social)](https://github.com/lsd-rs/lsd)\n- [pdftoppm](https://www.mankier.com/1/pdftoppm) — Poppler CLI for rendering PDF pages to image files.  \\\n  `pdftoppm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `file-viewer`\n- [pdftotext](https://www.mankier.com/1/pdftotext) — Poppler CLI for extracting text from PDF files.  \\\n  `pdftotext` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · also: `text`, `file-viewer`\n- [qpdf](https://qpdf.readthedocs.io/) — Command-line tool for inspecting, transforming, splitting, and repairing PDF files.  \\\n  `qpdf` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `file-viewer` · [![GitHub Repo stars](https://img.shields.io/github/stars/qpdf/qpdf?style=social)](https://github.com/qpdf/qpdf)\n- [tree](https://www.mankier.com/1/tree) — Display directory structure as a tree.  \\\n  `tree` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all`\n- [yazi](https://yazi-rs.github.io/) — Fast terminal file manager with async I/O.  \\\n  `yazi` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sxyazi/yazi?style=social)](https://github.com/sxyazi/yazi)\n\n### formatter\n\n- [cargo-fmt](https://github.com/rust-lang/rustfmt#readme) — Rust formatter distributed as a Cargo subcommand.  \\\n  `cargo-fmt` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/rust-lang/rustfmt?style=social)](https://github.com/rust-lang/rustfmt)\n- [clang-format](https://clang.llvm.org/docs/ClangFormat.html) — Formatter for C, C++, Objective-C, Java, JavaScript, and related languages.  \\\n  `clang-format` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp`, `objective-c`, `java`\n- [gofmt](https://pkg.go.dev/cmd/gofmt) — Standard Go source formatter.  \\\n  `gofmt` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `go` · [![GitHub Repo stars](https://img.shields.io/github/stars/golang/go?style=social)](https://github.com/golang/go)\n- [prettier](https://prettier.io/docs/cli) — Opinionated code formatter for JavaScript and related formats.  \\\n  `prettier` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript`, `css`, `html` · [![GitHub Repo stars](https://img.shields.io/github/stars/prettier/prettier?style=social)](https://github.com/prettier/prettier)\n- [taplo](https://taplo.tamasfe.dev/cli/usage/) — TOML formatter, linter, and language tooling.  \\\n  `taplo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `toml` · [![GitHub Repo stars](https://img.shields.io/github/stars/tamasfe/taplo?style=social)](https://github.com/tamasfe/taplo)\n- [yamllint](https://yamllint.readthedocs.io/) — Linter for YAML files and style conventions.  \\\n  `yamllint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `yaml` · also: `formatter` · [![GitHub Repo stars](https://img.shields.io/github/stars/adrienverge/yamllint?style=social)](https://github.com/adrienverge/yamllint)\n\n### image\n\n- [imagemagick](https://imagemagick.org/script/command-line-processing.php) — ImageMagick CLI suite for inspecting, converting, and transforming images.  \\\n  `magick` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `docs`\n- [tesseract](https://tesseract-ocr.github.io/tessdoc/Command-Line-Usage.html) — OCR engine CLI for extracting text from images and scanned documents.  \\\n  `tesseract` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `image`, `text` · [![GitHub Repo stars](https://img.shields.io/github/stars/tesseract-ocr/tesseract?style=social)](https://github.com/tesseract-ocr/tesseract)\n\n### infra\n\n- [ansible](https://docs.ansible.com/) — Automation and configuration management CLI.  \\\n  `ansible` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/ansible/ansible?style=social)](https://github.com/ansible/ansible)\n- [pulumi](https://www.pulumi.com/docs/iac/cli/) — Infrastructure as code CLI for Pulumi stacks.  \\\n  `pulumi` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/pulumi/pulumi?style=social)](https://github.com/pulumi/pulumi)\n- [terraform](https://developer.hashicorp.com/terraform/cli) — Infrastructure as code CLI.  \\\n  `terraform` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `hcl` · [![GitHub Repo stars](https://img.shields.io/github/stars/hashicorp/terraform?style=social)](https://github.com/hashicorp/terraform)\n- [terragrunt](https://terragrunt.gruntwork.io/docs/) — Thin wrapper for Terraform that manages remote state and repeated configuration.  \\\n  `terragrunt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `hcl` · [![GitHub Repo stars](https://img.shields.io/github/stars/gruntwork-io/terragrunt?style=social)](https://github.com/gruntwork-io/terragrunt)\n- [tofu](https://opentofu.org/docs/) — OpenTofu infrastructure as code CLI.  \\\n  `tofu` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `hcl` · [![GitHub Repo stars](https://img.shields.io/github/stars/opentofu/opentofu?style=social)](https://github.com/opentofu/opentofu)\n\n### kubernetes\n\n- [helm](https://helm.sh/docs/helm/) — Kubernetes package manager for charts.  \\\n  `helm` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/helm/helm?style=social)](https://github.com/helm/helm)\n- [k9s](https://k9scli.io/) — Terminal UI for managing Kubernetes clusters.  \\\n  `k9s` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/derailed/k9s?style=social)](https://github.com/derailed/k9s)\n- [kind](https://kind.sigs.k8s.io/) — Run local Kubernetes clusters in Docker containers.  \\\n  `kind` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/kubernetes-sigs/kind?style=social)](https://github.com/kubernetes-sigs/kind)\n- [kubectl](https://kubernetes.io/docs/reference/kubectl/) — Kubernetes command-line tool.  \\\n  `kubectl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/) — Kubernetes configuration customization tool.  \\\n  `kustomize` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/kubernetes-sigs/kustomize?style=social)](https://github.com/kubernetes-sigs/kustomize)\n- [minikube](https://minikube.sigs.k8s.io/docs/) — Local Kubernetes development cluster manager.  \\\n  `minikube` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/kubernetes/minikube?style=social)](https://github.com/kubernetes/minikube)\n- [stern](https://github.com/stern/stern#readme) — Multi-pod Kubernetes log tailing CLI.  \\\n  `stern` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/stern/stern?style=social)](https://github.com/stern/stern)\n\n### lint\n\n- [actionlint](https://github.com/rhysd/actionlint#readme) — Static checker for GitHub Actions workflow files.  \\\n  `actionlint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `yaml` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/rhysd/actionlint?style=social)](https://github.com/rhysd/actionlint)\n- [biome](https://biomejs.dev/reference/cli/) — Fast formatter and linter for JavaScript, TypeScript, JSON, and CSS.  \\\n  `biome` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript`, `json`, `css` · [![GitHub Repo stars](https://img.shields.io/github/stars/biomejs/biome?style=social)](https://github.com/biomejs/biome)\n- [cargo-clippy](https://doc.rust-lang.org/clippy/) — Rust linter distributed as a Cargo subcommand.  \\\n  `cargo-clippy` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?style=social)](https://github.com/rust-lang/rust-clippy)\n- [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) — C and C++ linter and static analysis tool.  \\\n  `clang-tidy` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `c`, `cpp`\n- [eslint](https://eslint.org/docs/latest/use/command-line-interface) — JavaScript and TypeScript linting CLI.  \\\n  `eslint` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/eslint/eslint?style=social)](https://github.com/eslint/eslint)\n- [hadolint](https://github.com/hadolint/hadolint#readme) — Dockerfile linter that checks common mistakes and shell best practices.  \\\n  `hadolint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `dockerfile` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/hadolint/hadolint?style=social)](https://github.com/hadolint/hadolint)\n- [lychee](https://lychee.cli.rs/) — Fast link checker for Markdown, HTML, and other text files.  \\\n  `lychee` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `network`, `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/lycheeverse/lychee?style=social)](https://github.com/lycheeverse/lychee)\n- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2#readme) — Fast Markdown/CommonMark style linter for documentation files.  \\\n  `markdownlint-cli2` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `markdown` · also: `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/DavidAnson/markdownlint-cli2?style=social)](https://github.com/DavidAnson/markdownlint-cli2)\n- [pre-commit](https://pre-commit.com/) — Framework for running repository-defined checks before commits.  \\\n  `pre-commit` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `lint`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/pre-commit/pre-commit?style=social)](https://github.com/pre-commit/pre-commit)\n- [ruff](https://docs.astral.sh/ruff/) — Fast Python linter and formatter.  \\\n  `ruff` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · [![GitHub Repo stars](https://img.shields.io/github/stars/astral-sh/ruff?style=social)](https://github.com/astral-sh/ruff)\n- [shellcheck](https://www.shellcheck.net/wiki/Home) — Static analysis tool for shell scripts.  \\\n  `shellcheck` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/koalaman/shellcheck?style=social)](https://github.com/koalaman/shellcheck)\n- [typos](https://github.com/crate-ci/typos#readme) — Source code spell checker.  \\\n  `typos` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/crate-ci/typos?style=social)](https://github.com/crate-ci/typos)\n- [vale](https://vale.sh/docs/) — Prose linter for documentation, technical writing, and style guides.  \\\n  `vale` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `markdown`, `text` · also: `lint`\n- [yamllint](https://yamllint.readthedocs.io/) — Linter for YAML files and style conventions.  \\\n  `yamllint` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `yaml` · also: `formatter` · [![GitHub Repo stars](https://img.shields.io/github/stars/adrienverge/yamllint?style=social)](https://github.com/adrienverge/yamllint)\n\n### mcp\n\n- [mcp-inspector](https://github.com/modelcontextprotocol/inspector#readme) — Interactive developer tool for inspecting and debugging Model Context Protocol servers.  \\\n  `mcp-inspector` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/modelcontextprotocol/inspector?style=social)](https://github.com/modelcontextprotocol/inspector)\n- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy#readme) — Proxy and bridge for Model Context Protocol servers and transports.  \\\n  `mcp-proxy` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/sparfenyuk/mcp-proxy?style=social)](https://github.com/sparfenyuk/mcp-proxy)\n- [mcptools](https://github.com/f/mcptools#readme) — Command-line utilities for interacting with and debugging MCP servers.  \\\n  `mcptools` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `debug` · [![GitHub Repo stars](https://img.shields.io/github/stars/f/mcptools?style=social)](https://github.com/f/mcptools)\n- [supergateway](https://github.com/supercorp-ai/supergateway#readme) — Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.  \\\n  `supergateway` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/supercorp-ai/supergateway?style=social)](https://github.com/supercorp-ai/supergateway)\n\n### metrics\n\n- [tokei](https://github.com/XAMPPRocky/tokei#readme) — Count code, comments, blanks, and files by language.  \\\n  `tokei` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/XAMPPRocky/tokei?style=social)](https://github.com/XAMPPRocky/tokei)\n\n### mobile\n\n- [adb](https://developer.android.com/tools/adb) — Android Debug Bridge for interacting with Android devices and emulators.  \\\n  `adb` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `device`, `debug`\n- [capacitor](https://capacitorjs.com/docs/cli) — Capacitor CLI for syncing web apps into native Android and iOS projects.  \\\n  `cap` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `mobile`\n- [eas](https://docs.expo.dev/eas/) — Expo Application Services CLI for cloud builds, submissions, updates, and credentials.  \\\n  `eas` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `javascript`, `typescript` · also: `build`, `mobile`\n- [emulator](https://developer.android.com/studio/run/emulator-commandline) — Android Emulator CLI for listing and launching Android virtual devices.  \\\n  `emulator` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `simulator`\n- [expo](https://docs.expo.dev/more/expo-cli/) — Expo CLI for developing, prebuilding, and running React Native apps.  \\\n  `expo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `mobile`\n- [fastlane](https://docs.fastlane.tools/) — Automation CLI for mobile build, signing, beta distribution, and app store release workflows.  \\\n  `fastlane` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `ruby` · also: `mobile`, `signing`\n- [flutter](https://docs.flutter.dev/reference/flutter-cli) — Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.  \\\n  `flutter` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `dart` · also: `test`, `package-manager`, `mobile`\n- [pod](https://guides.cocoapods.org/terminal/commands.html) — CocoaPods dependency manager CLI for Apple platform projects.  \\\n  `pod` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `swift`, `objective-c` · also: `mobile`\n- [simctl](https://developer.apple.com/documentation/xcode/simctl) — Apple simulator control CLI, usually invoked as `xcrun simctl`.  \\\n  `simctl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `simulator`, `device`\n- [xcodebuild](https://developer.apple.com/library/archive/technotes/tn2339/_index.html) — Xcode command-line build and test tool for Apple platforms.  \\\n  `xcodebuild` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `swift`, `objective-c` · also: `test`, `mobile`\n\n### network\n\n- [curl](https://curl.se/docs/manpage.html) — Command-line HTTP and network transfer client.  \\\n  `curl` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [httpie](https://httpie.io/docs/cli) — Human-friendly command-line HTTP client.  \\\n  `http` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/httpie/cli?style=social)](https://github.com/httpie/cli)\n- [lychee](https://lychee.cli.rs/) — Fast link checker for Markdown, HTML, and other text files.  \\\n  `lychee` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `network`, `lint` · [![GitHub Repo stars](https://img.shields.io/github/stars/lycheeverse/lychee?style=social)](https://github.com/lycheeverse/lychee)\n- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy#readme) — Proxy and bridge for Model Context Protocol servers and transports.  \\\n  `mcp-proxy` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/sparfenyuk/mcp-proxy?style=social)](https://github.com/sparfenyuk/mcp-proxy)\n- [miniserve](https://github.com/svenstaro/miniserve#readme) — Small CLI for serving files over HTTP.  \\\n  `miniserve` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/svenstaro/miniserve?style=social)](https://github.com/svenstaro/miniserve)\n- [oha](https://github.com/hatoo/oha#readme) — HTTP load generator and benchmark tool.  \\\n  `oha` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/hatoo/oha?style=social)](https://github.com/hatoo/oha)\n- [supergateway](https://github.com/supercorp-ai/supergateway#readme) — Gateway for exposing MCP stdio servers over SSE or HTTP-compatible transports.  \\\n  `supergateway` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `agent`, `network` · [![GitHub Repo stars](https://img.shields.io/github/stars/supercorp-ai/supergateway?style=social)](https://github.com/supercorp-ai/supergateway)\n- [websocat](https://github.com/vi/websocat#readme) — Command-line client and relay for WebSocket connections.  \\\n  `websocat` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `api` · [![GitHub Repo stars](https://img.shields.io/github/stars/vi/websocat?style=social)](https://github.com/vi/websocat)\n- [xh](https://github.com/ducaale/xh#readme) — Fast and friendly HTTP client inspired by HTTPie.  \\\n  `xh` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/ducaale/xh?style=social)](https://github.com/ducaale/xh)\n\n### package-manager\n\n- [apk](https://docs.alpinelinux.org/user-handbook/0.1a/Working/apk.html) — Alpine Linux package manager for installing and updating system packages in Alpine hosts and containers.  \\\n  `apk` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [apt](https://manpages.debian.org/apt/apt.8.en.html) — Debian and Ubuntu package manager for installing and updating system packages.  \\\n  `apt` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [asdf](https://asdf-vm.com/manage/commands.html) — Multi-language runtime and tool version manager driven by .tool-versions and plugins.  \\\n  `asdf` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`, `toolchain`\n- [brew](https://docs.brew.sh/Manpage) — Homebrew package manager for installing command-line tools, libraries, and applications on macOS and Linux.  \\\n  `brew` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [bun](https://bun.sh/docs) — JavaScript runtime and package manager.  \\\n  `bun` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `build`, `test`\n- [bundle](https://bundler.io/docs.html) — Ruby dependency manager and command runner.  \\\n  `bundle` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `ruby` · [![GitHub Repo stars](https://img.shields.io/github/stars/rubygems/rubygems?style=social)](https://github.com/rubygems/rubygems)\n- [cargo](https://doc.rust-lang.org/cargo/) — Rust package manager and build tool.  \\\n  `cargo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · also: `test`, `package-manager` · [![GitHub Repo stars](https://img.shields.io/github/stars/rust-lang/cargo?style=social)](https://github.com/rust-lang/cargo)\n- [cargo-binstall](https://github.com/cargo-bins/cargo-binstall#readme) — Install Rust binary crates from prebuilt artifacts when available.  \\\n  `cargo-binstall` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/cargo-bins/cargo-binstall?style=social)](https://github.com/cargo-bins/cargo-binstall)\n- [choco](https://docs.chocolatey.org/en-us/choco/commands/) — Chocolatey package manager for installing and maintaining Windows software from the command line.  \\\n  `choco` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [composer](https://getcomposer.org/doc/) — PHP dependency manager and project command runner.  \\\n  `composer` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `php` · [![GitHub Repo stars](https://img.shields.io/github/stars/composer/composer?style=social)](https://github.com/composer/composer)\n- [corepack](https://nodejs.org/api/corepack.html) — Node.js package manager shim for pnpm and Yarn.  \\\n  `corepack` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/nodejs/corepack?style=social)](https://github.com/nodejs/corepack)\n- [dnf](https://dnf.readthedocs.io/en/latest/command_ref.html) — Fedora, RHEL, and compatible Linux package manager for system packages.  \\\n  `dnf` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/rpm-software-management/dnf?style=social)](https://github.com/rpm-software-management/dnf)\n- [flutter](https://docs.flutter.dev/reference/flutter-cli) — Flutter SDK CLI for building, testing, and running Dart applications across mobile, web, and desktop.  \\\n  `flutter` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `dart` · also: `test`, `package-manager`, `mobile`\n- [hatch](https://hatch.pypa.io/latest/) — Python project, environment, and packaging manager.  \\\n  `hatch` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · [![GitHub Repo stars](https://img.shields.io/github/stars/pypa/hatch?style=social)](https://github.com/pypa/hatch)\n- [mise](https://mise.jdx.dev/) — Development tool version manager and task runner.  \\\n  `mise` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · also: `package-manager` · [![GitHub Repo stars](https://img.shields.io/github/stars/jdx/mise?style=social)](https://github.com/jdx/mise)\n- [npm](https://docs.npmjs.com/) — Node.js package manager bundled with npm.  \\\n  `npm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n- [pacman](https://man.archlinux.org/man/pacman.8) — Arch Linux package manager for installing and updating system packages.  \\\n  `pacman` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n- [pip](https://pip.pypa.io/en/stable/cli/) — Python package installer.  \\\n  `pip` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python`\n- [pipx](https://pipx.pypa.io/stable/) — Install and run Python CLI applications in isolated environments.  \\\n  `pipx` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · [![GitHub Repo stars](https://img.shields.io/github/stars/pypa/pipx?style=social)](https://github.com/pypa/pipx)\n- [pnpm](https://pnpm.io/motivation) — Fast disk-efficient JavaScript package manager.  \\\n  `pnpm` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n- [pod](https://guides.cocoapods.org/terminal/commands.html) — CocoaPods dependency manager CLI for Apple platform projects.  \\\n  `pod` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `swift`, `objective-c` · also: `mobile`\n- [poetry](https://python-poetry.org/docs/) — Python packaging and dependency management tool.  \\\n  `poetry` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · also: `build`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/python-poetry/poetry?style=social)](https://github.com/python-poetry/poetry)\n- [scoop](https://github.com/ScoopInstaller/Scoop/wiki) — Windows command-line package manager for installing developer tools and applications without admin by default.  \\\n  `scoop` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/ScoopInstaller/Scoop?style=social)](https://github.com/ScoopInstaller/Scoop)\n- [uv](https://docs.astral.sh/uv/) — Fast Python package and environment manager.  \\\n  `uv` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · also: `runtime`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/astral-sh/uv?style=social)](https://github.com/astral-sh/uv)\n- [winget](https://learn.microsoft.com/windows/package-manager/winget/) — Microsoft Windows Package Manager for installing and updating desktop apps and developer tools.  \\\n  `winget` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment` · [![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/winget-cli?style=social)](https://github.com/microsoft/winget-cli)\n- [yarn](https://yarnpkg.com/cli) — JavaScript package manager.  \\\n  `yarn` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `build`, `test`\n- [zypper](https://documentation.suse.com/smart/systems-management/html/concept-zypper/index.html) — openSUSE and SUSE Linux package manager for installing and updating system packages.  \\\n  `zypper` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `environment`\n\n### runtime\n\n- [bun](https://bun.sh/docs) — JavaScript runtime and package manager.  \\\n  `bun` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `build`, `test`\n- [deno](https://docs.deno.com/) — Secure JavaScript and TypeScript runtime with built-in tooling.  \\\n  `deno` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · [![GitHub Repo stars](https://img.shields.io/github/stars/denoland/deno?style=social)](https://github.com/denoland/deno)\n- [expo](https://docs.expo.dev/more/expo-cli/) — Expo CLI for developing, prebuilding, and running React Native apps.  \\\n  `expo` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript` · also: `runtime`, `mobile`\n- [java](https://docs.oracle.com/en/java/javase/) — Java runtime command-line launcher.  \\\n  `java` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `java`\n- [node](https://nodejs.org/docs/) — JavaScript runtime for Node.js projects.  \\\n  `node` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `javascript`, `typescript`\n- [php](https://www.php.net/manual/en/features.commandline.php) — PHP runtime command-line interface.  \\\n  `php` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `php` · [![GitHub Repo stars](https://img.shields.io/github/stars/php/php-src?style=social)](https://github.com/php/php-src)\n- [python](https://docs.python.org/) — Python interpreter.  \\\n  `python` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python`\n- [ruby](https://www.ruby-lang.org/en/documentation/) — Ruby language runtime CLI.  \\\n  `ruby` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `ruby` · [![GitHub Repo stars](https://img.shields.io/github/stars/ruby/ruby?style=social)](https://github.com/ruby/ruby)\n- [uv](https://docs.astral.sh/uv/) — Fast Python package and environment manager.  \\\n  `uv` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · also: `runtime`, `test` · [![GitHub Repo stars](https://img.shields.io/github/stars/astral-sh/uv?style=social)](https://github.com/astral-sh/uv)\n\n### search\n\n- [ast-grep](https://ast-grep.github.io/) — Structural code search and rewrite tool based on AST patterns.  \\\n  `ast-grep` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/ast-grep/ast-grep?style=social)](https://github.com/ast-grep/ast-grep)\n- [fd](https://github.com/sharkdp/fd#readme) — Fast filesystem entry finder.  \\\n  `fd` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sharkdp/fd?style=social)](https://github.com/sharkdp/fd)\n- [find](https://www.gnu.org/software/findutils/manual/) — GNU find for locating files by name, type, time, and predicates.  \\\n  `gfind` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [fzf](https://github.com/junegunn/fzf#readme) — General-purpose command-line fuzzy finder.  \\\n  `fzf` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/junegunn/fzf?style=social)](https://github.com/junegunn/fzf)\n- [grep](https://www.gnu.org/software/grep/manual/) — Classic line-oriented text search.  \\\n  `grep` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all`\n- [rg](https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md) — Fast recursive text search for codebases.  \\\n  `rg` · ![risk: low](https://img.shields.io/badge/risk-low-2ea44f) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/BurntSushi/ripgrep?style=social)](https://github.com/BurntSushi/ripgrep)\n- [rga](https://github.com/phiresky/ripgrep-all#readme) — ripgrep wrapper for PDFs, archives, e-books, Office documents, and more.  \\\n  `rga` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/phiresky/ripgrep-all?style=social)](https://github.com/phiresky/ripgrep-all)\n\n### secrets\n\n- [op](https://developer.1password.com/docs/cli/reference/) — 1Password CLI for secrets, vaults, and service accounts.  \\\n  `op` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all`\n- [sops](https://getsops.io/docs/) — Editor and automation tool for encrypted secrets files.  \\\n  `sops` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/getsops/sops?style=social)](https://github.com/getsops/sops)\n\n### security\n\n- [age](https://github.com/FiloSottile/age#readme) — Simple file encryption tool and format.  \\\n  `age` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/FiloSottile/age?style=social)](https://github.com/FiloSottile/age)\n- [cargo-audit](https://github.com/rustsec/rustsec/tree/main/cargo-audit#readme) — Audit Rust dependency trees for known security vulnerabilities.  \\\n  `cargo-audit` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/rustsec/rustsec?style=social)](https://github.com/rustsec/rustsec)\n- [cargo-deny](https://embarkstudios.github.io/cargo-deny/) — Rust dependency policy checker for advisories, licenses, bans, and sources.  \\\n  `cargo-deny` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `rust` · [![GitHub Repo stars](https://img.shields.io/github/stars/EmbarkStudios/cargo-deny?style=social)](https://github.com/EmbarkStudios/cargo-deny)\n- [cosign](https://docs.sigstore.dev/cosign/) — Container image and artifact signing CLI from Sigstore.  \\\n  `cosign` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/sigstore/cosign?style=social)](https://github.com/sigstore/cosign)\n- [detect-secrets](https://github.com/Yelp/detect-secrets#readme) — Secret scanner and baseline tool for preventing committed credentials.  \\\n  `detect-secrets` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/Yelp/detect-secrets?style=social)](https://github.com/Yelp/detect-secrets)\n- [gitleaks](https://github.com/gitleaks/gitleaks#readme) — Secret scanner for git repositories and filesystems.  \\\n  `gitleaks` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/gitleaks/gitleaks?style=social)](https://github.com/gitleaks/gitleaks)\n- [grype](https://github.com/anchore/grype#readme) — Vulnerability scanner for container images and filesystems.  \\\n  `grype` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/anchore/grype?style=social)](https://github.com/anchore/grype)\n- [openssl](https://docs.openssl.org/) — Cryptography, certificate, and TLS inspection toolkit.  \\\n  `openssl` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/openssl/openssl?style=social)](https://github.com/openssl/openssl)\n- [osv-scanner](https://google.github.io/osv-scanner/) — Vulnerability scanner for dependencies using the OSV database.  \\\n  `osv-scanner` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/google/osv-scanner?style=social)](https://github.com/google/osv-scanner)\n- [pip-audit](https://github.com/pypa/pip-audit#readme) — Python dependency vulnerability scanner from PyPA.  \\\n  `pip-audit` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `python` · [![GitHub Repo stars](https://img.shields.io/github/stars/pypa/pip-audit?style=social)](https://github.com/pypa/pip-audit)\n- [semgrep](https://semgrep.dev/docs/cli-reference/) — Static analysis and code search tool using semantic rules.  \\\n  `semgrep` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/semgrep/semgrep?style=social)](https://github.com/semgrep/semgrep)\n- [syft](https://github.com/anchore/syft#readme) — SBOM generator for container images and filesystems.  \\\n  `syft` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/anchore/syft?style=social)](https://github.com/anchore/syft)\n- [trivy](https://trivy.dev/latest/docs/references/configuration/cli/trivy/) — Vulnerability, misconfiguration, secret, and SBOM scanner.  \\\n  `trivy` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/aquasecurity/trivy?style=social)](https://github.com/aquasecurity/trivy)\n- [trufflehog](https://github.com/trufflesecurity/trufflehog#readme) — Secret scanner for repositories, filesystems, and remote sources.  \\\n  `trufflehog` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/trufflesecurity/trufflehog?style=social)](https://github.com/trufflesecurity/trufflehog)\n- [zizmor](https://docs.zizmor.sh/) — Static security analyzer for GitHub Actions workflows.  \\\n  `zizmor` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `yaml` · also: `security` · [![GitHub Repo stars](https://img.shields.io/github/stars/zizmorcore/zizmor?style=social)](https://github.com/zizmorcore/zizmor)\n\n### shell\n\n- [aichat](https://github.com/sigoden/aichat#readme) — All-in-one command-line LLM chat, shell assistant, and RAG tool.  \\\n  `aichat` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/sigoden/aichat?style=social)](https://github.com/sigoden/aichat)\n- [atuin](https://docs.atuin.sh/) — Searchable shell history with optional sync.  \\\n  `atuin` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/atuinsh/atuin?style=social)](https://github.com/atuinsh/atuin)\n- [bash](https://www.gnu.org/software/bash/manual/) — GNU Bourne Again Shell for Unix-style command execution and scripting.  \\\n  `bash` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [brush](https://github.com) — Unix-like shell tool for Windows command workflows.  \\\n  `brush` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [cmd](https://learn.microsoft.com/windows-server/administration/windows-commands/cmd) — Windows Command Prompt interpreter for batch files and cmd.exe builtins.  \\\n  `cmd` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [fish](https://fishshell.com/docs/current/) — Friendly interactive shell with syntax that is intentionally not POSIX-compatible.  \\\n  `fish` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [gh-copilot](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/use-copilot-cli) — GitHub CLI Copilot extension for shell assistance and command explanation.  \\\n  `gh-copilot` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/github/gh-copilot?style=social)](https://github.com/github/gh-copilot)\n- [llm](https://llm.datasette.io/en/stable/) — Command-line utility and Python library for running prompts against large language models.  \\\n  `llm` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell`\n- [mods](https://github.com/charmbracelet/mods#readme) — Pipe-friendly AI assistant for the command line from Charm.  \\\n  `mods` · ![risk: high](https://img.shields.io/badge/risk-high-cf222e) · lang: `all` · also: `shell` · [![GitHub Repo stars](https://img.shields.io/github/stars/charmbracelet/mods?style=social)](https://github.com/charmbracelet/mods)\n- [nu](https://www.nushell.sh/book/) — Structured shell and scripting language.  \\\n  `nu` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/nushell/nushell?style=social)](https://github.com/nushell/nushell)\n- [powershell](https://learn.microsoft.com/powershell/scripting/windows-powershell/starting-windows-powershell) — Windows PowerShell 5.1 shell and automation runtime.  \\\n  `powershell` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [pwsh](https://learn.microsoft.com/powershell/) — PowerShell 7+ cross-platform shell and automation runtime.  \\\n  `pwsh` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all` · [![GitHub Repo stars](https://img.shields.io/github/stars/PowerShell/PowerShell?style=social)](https://github.com/PowerShell/PowerShell)\n- [rtk](https://github.com) — Local shell wrapper used to run commands with workspace-specific behavior.  \\\n  `rtk` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [sh](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html) — POSIX-style shell for portable command execution and scripts.  \\\n  `sh` · ![risk: medium](https://img.shields.io/badge/risk-medium-d29922) · lang: `all`\n- [shell-gpt](https://github.com/TheR1D/shell_gpt#readme) — Command-line AI assistant for shell command generation and explanations.  \\\n  `sgpt` · ![risk: high](https://img.shields.io/bad","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/ariestar%2Fawesome-agent-cli/projects"}