Universal skills for AI coding agents — Claude Code, Gemini CLI, Codex CLI
# Skill Factory Universal skills for AI coding agents. Each skill is a self-contained directory you can drop into your local setup for **Claude Code**, **Gemini CLI**, or **Codex CLI**. ## Supported Platforms | Platform | Install Path | Format | |----------|-------------|--------| | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | `~/.gemini/skills/<skill>/` | SKILL.md | | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `~/.gemini/skills/<skill>/` | SKILL.md | | [Codex CLI](https://github.com/openai/codex) | Project root or `~/.codex/` | AGENTS.md | ## Available Skills <!-- CATALOG:START --> | Skill | Description | Platforms | Tags | |-------|-------------|-----------|------| | [playwright-autopilot](skills/playwright-autopilot/SKILL.md) | Use when user asks to "automate" a browser task, "write a playwright script", or explicitly mentions playwright automation. Do NOT trigger on general web scraping, testing, or form-filling mentions unless playwright/automation is explicitly referenced. Do NOT trigger on Playwright test writing (use TDD skill instead). | claude-code, gemini-cli, codex-cli | `browser` `automation` `playwright` `scraping` `mcp` | | [playwright-autopilot-ts](skills/playwright-autopilot-ts/SKILL.md) | Use when user asks to "automate" a browser task in TypeScript, "write a playwright script in TS/TypeScript", or explicitly mentions TypeScript playwright automation. Do NOT trigger on general web scraping, testing, or form-filling mentions unless playwright/automation + TypeScript is explicitly referenced. Do NOT trigger on Playwright test writing (use TDD skill instead). For Python output, use playwright-autopilot instead. | claude-code, gemini-cli, codex-cli | `browser` `automation` `playwright` `scraping` `mcp` `typescript` | <!-- CATALOG:END --> ## Featured Skills ### Playwright Autopilot v3 — Anti-Drift Prompt Design > Your AI agent locks a goal, explores a live browser, builds the script one action at a time, and s
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.