Modular CLI for distributing 50+ AI agent skills across multiple coding assistants
<picture> <source media="(prefers-color-scheme: dark)" srcset="assets/logo-wordmark-dark.svg"> <img src="assets/logo-wordmark.svg" alt="Agents Skills" width="200"> </picture> **v1.6.3** - A modular CLI for distributing reusable AI agent skills across multiple coding assistants. Install 68 curated skills for React, TypeScript, testing, architecture, and more — to 11 AI agents across two tiers. Features project presets, interactive setup, dependency resolution, version tracking, and seamless multi-model sync. Browse the full skill catalog at **[joabgonzalez.github.io/ai-agents-skills](https://joabgonzalez.github.io/ai-agents-skills/)** ## Quick Start ```bash # Interactive mode (recommended) npx ai-agents-skills add # Install a preset npx ai-agents-skills add --preset astro-template # Install specific skills npx ai-agents-skills add --skill react --skill typescript ``` ## Supported Models 11 agents across two tiers. Install once — all agents stay in sync automatically. **Universal** — read from `.agents/skills/` natively, no extra setup: Amp · Cline · Codex · Gemini · Gemini CLI · GitHub Copilot · Kimi Code CLI · OpenCode **Dedicated** — also get a symlink in their own directory: | Model | Directory | `--model` ID | | ----------- | ---------------- | ------------- | | Claude Code | `.gemini/skills/`| `gemini` | | Antigravity | `.agent/skills/` | `antigravity` | | OpenClaw | `skills/` | `openclaw` | ## Commands ### `add` — Install skills ```bash # Interactive (prompts for skills, models, and presets) npx ai-agents-skills add # Install a preset npx ai-agents-skills add --preset astro-template # Target specific models npx ai-agents-skills add --model gemini --model gemini # Install specific skills npx ai-agents-skills add --skill react --skill typescript # Preview without changes — shows exact paths that would be created npx ai-agents-skills add --skill react --dry-run ``` **Options:** | Flag | Des
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.