https://github.com/nortonx/ai-tooling-free
Cross-platform AI coding skills and agents for Claude Code, GitHub Copilot CLI and Gemini CLI
https://github.com/nortonx/ai-tooling-free
ai-agents ai-skills claude-code copilot-cli developer-tools gemini-cli
Last synced: 16 days ago
JSON representation
Cross-platform AI coding skills and agents for Claude Code, GitHub Copilot CLI and Gemini CLI
- Host: GitHub
- URL: https://github.com/nortonx/ai-tooling-free
- Owner: nortonx
- License: mit
- Created: 2026-06-04T23:17:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-28T18:27:22.000Z (22 days ago)
- Last Synced: 2026-06-28T20:14:23.788Z (22 days ago)
- Topics: ai-agents, ai-skills, claude-code, copilot-cli, developer-tools, gemini-cli
- Language: PowerShell
- Size: 109 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-tooling-free
Curated, cross-platform AI coding **skills** and **agents** for Claude Code, GitHub Copilot CLI, Gemini CLI / Antigravity, and any Agent Skills standard adopter.
16 skills, 10 agents, a dependency-light setup script. No npm install, no postinstall magic, no settings rewriting.
## Requirements
- One or more supported tools: Claude Code, GitHub Copilot CLI, Gemini CLI / Antigravity, or other Agent Skills adopters.
- `git` (recommended)
- Keep the cloned repo where it is: skills are **symlinked**, not copied.
## Install
You can install all skills globally without cloning the repository by using the Agent Skills CLI:
```bash
npx skills add nortonx/ai-tooling-free -g
```
*(Alternatively, to install both skills and Claude Code subagents, clone this repository and run `./setup.sh` on macOS/Linux or `setup.cmd` on Windows).*
## Uninstall
The repository provides automated scripts to completely remove all installed skills and restore any backups.
- **macOS / Linux / WSL2**: Run `./uninstall.sh`
- **Windows**: Run `uninstall.cmd`
## License
[MIT](LICENSE)