{"id":35747420,"url":"https://github.com/netresearch/cli-tools-skill","last_synced_at":"2026-04-02T11:01:55.210Z","repository":{"id":327653184,"uuid":"1106742186","full_name":"netresearch/cli-tools-skill","owner":"netresearch","description":"Agent Skill for automatic CLI tool management - installs missing tools, audits environments | Claude Code compatible","archived":false,"fork":false,"pushed_at":"2026-04-01T10:39:45.000Z","size":168,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-01T11:15:47.132Z","etag":null,"topics":["agent-skills","ai-agent","automation","claude-code-skill","cli","developer-tools","open-standard","package-manager","skill"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netresearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-CC-BY-SA-4.0","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-29T21:10:49.000Z","updated_at":"2026-04-01T10:39:49.000Z","dependencies_parsed_at":"2026-02-05T17:00:30.751Z","dependency_job_id":null,"html_url":"https://github.com/netresearch/cli-tools-skill","commit_stats":null,"previous_names":["netresearch/cli-tools-skill"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/netresearch/cli-tools-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fcli-tools-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fcli-tools-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fcli-tools-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fcli-tools-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netresearch","download_url":"https://codeload.github.com/netresearch/cli-tools-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fcli-tools-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31304992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["agent-skills","ai-agent","automation","claude-code-skill","cli","developer-tools","open-standard","package-manager","skill"],"created_at":"2026-01-06T18:15:32.858Z","updated_at":"2026-04-02T11:01:55.205Z","avatar_url":"https://github.com/netresearch.png","language":"Shell","readme":"# CLI Tools Skill\n\nA Claude Code skill for automatic CLI tool management. Detects missing tools, installs them via optimal package managers, and audits project environments.\n\n## 🔌 Compatibility\n\nThis is an **Agent Skill** following the [open standard](https://agentskills.io) originally developed by Anthropic and released for cross-platform use.\n\n**Supported Platforms:**\n- ✅ Claude Code (Anthropic)\n- ✅ Cursor\n- ✅ GitHub Copilot\n- ✅ Other skills-compatible AI agents\n\n\u003e Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.\n\n\n## Features\n\n- **Reactive Mode**: Auto-detect \"command not found\" errors and install missing tools\n- **Proactive Mode**: Audit project environments and report missing/outdated tools\n- **Maintenance Mode**: Batch update all managed tools across package managers\n\n## Supported Tools\n\n74+ tools across categories:\n\n| Category | Tools |\n|----------|-------|\n| **Core CLI** | ripgrep, fd, fzf, jq, yq, bat, delta, just |\n| **Languages** | python, node, rust, go, ruby, php |\n| **Package Managers** | uv, npm, pnpm, cargo, pip, gem, composer |\n| **DevOps** | docker, compose, kubectl, terraform, ansible |\n| **Linters** | eslint, prettier, ruff, black, shellcheck, phpstan |\n| **Security** | trivy, gitleaks, bandit, semgrep |\n| **Git Tools** | gh, glab, git-lfs, delta |\n\n## Project Type Detection\n\nAutomatically detects project types and their requirements:\n\n| Project Type | Detection Files | Required Tools |\n|--------------|-----------------|----------------|\n| Python | `pyproject.toml`, `requirements.txt` | python, uv |\n| Node.js | `package.json` | node, npm |\n| Rust | `Cargo.toml` | rust |\n| Go | `go.mod` | go |\n| PHP | `composer.json`, `*.php` | php, composer |\n| Ruby | `Gemfile` | ruby |\n| Docker | `Dockerfile`, `docker-compose.yml` | docker, compose |\n| Terraform | `*.tf` | terraform |\n\n## Installation\n\n### Marketplace (Recommended)\n\nAdd the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:\n\n```bash\n# Claude Code\n/plugin marketplace add netresearch/claude-code-marketplace\n```\n\n### npx ([skills.sh](https://skills.sh))\n\nInstall with any [Agent Skills](https://agentskills.io)-compatible agent:\n\n```bash\nnpx skills add https://github.com/netresearch/cli-tools-skill --skill cli-tools\n```\n\n### Download Release\n\nDownload the [latest release](https://github.com/netresearch/cli-tools-skill/releases/latest) and extract to your agent's skills directory.\n\n### Git Clone\n\n```bash\ngit clone https://github.com/netresearch/cli-tools-skill.git\n```\n\n### Composer (PHP Projects)\n\n```bash\ncomposer require netresearch/cli-tools-skill\n```\n\nRequires [netresearch/composer-agent-skill-plugin](https://github.com/netresearch/composer-agent-skill-plugin).\n## Triggers\n\nThe skill activates automatically on:\n\n### Error Patterns\n```\nbash: \u003ctool\u003e: command not found\nzsh: command not found: \u003ctool\u003e\n'\u003ctool\u003e' is not recognized as an internal or external command\n```\n\n### User Requests\n- \"check environment\", \"audit tools\"\n- \"what's missing\", \"what's outdated\"\n- \"install development tools\"\n- \"update all tools\"\n\n## Installation Methods\n\nThe skill selects the optimal installation method based on catalog priority:\n\n1. **GitHub Release Binary** - Direct download (fastest, no deps)\n2. **Cargo** - Rust tools via cargo install\n3. **UV/Pip** - Python tools\n4. **NPM** - Node tools\n5. **Apt/Brew** - System packages (fallback)\n\nPriority: user-level (`~/.local/bin`, `~/.cargo/bin`) over system-level.\n\n## Directory Structure\n\n```\ncli-tools/\n├── SKILL.md              # Skill definition and workflows\n├── catalog/              # Tool definitions (74+ JSON files)\n│   ├── ripgrep.json\n│   ├── php.json\n│   └── ...\n├── scripts/\n│   ├── install_tool.sh   # Main installer\n│   ├── auto_update.sh    # Batch updater\n│   ├── check_environment.sh\n│   ├── detect_project_type.sh\n│   ├── lib/              # Shared libraries\n│   └── installers/       # Method-specific installers\n└── references/\n    ├── binary_to_tool_map.md\n    └── project_type_requirements.md\n```\n\n## Requirements\n\n- **jq**: Required for JSON parsing (auto-installed if missing)\n- **Bash 4+**: Required for associative arrays\n- **Internet**: Required for tool downloads\n\n## License\n\nThis project uses split licensing:\n\n- **Code** (scripts, workflows, configs): [MIT](LICENSE-MIT)\n- **Content** (skill definitions, documentation, references): [CC-BY-SA-4.0](LICENSE-CC-BY-SA-4.0)\n\nSee the individual license files for full terms.\n## Contributing\n\n1. Add tool definition to `catalog/\u003ctool\u003e.json`\n2. Update `references/binary_to_tool_map.md` if binary differs from tool name\n3. Test with `scripts/install_tool.sh \u003ctool\u003e install`\n4. Submit PR\n\n## Credits\n\nDeveloped and maintained by [Netresearch DTT GmbH](https://www.netresearch.de/).\n\n---\n\n**Made with ❤️ for Open Source by [Netresearch](https://www.netresearch.de/)**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fcli-tools-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetresearch%2Fcli-tools-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fcli-tools-skill/lists"}