google-gemini/gemini-cli
An open-source AI agent that brings the power of Gemini directly into your terminal.
An open-source AI agent that brings the power of Gemini directly into your terminal.
npx skills add google-gemini/gemini-cliAn open-source AI agent that brings the power of Gemini directly into your terminal.
This repo contains 4 individual skills — each has its own dedicated page.
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
Generates and formats changelog files for a new release based on provided version and raw changelog data.
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
Hugging Face Transformers best practices including model loading, tokenization, fine-tuning workflows, and inference optimization. Use when working with transformer models, fine-tuning LLMs, implementing NLP tasks, or optimizing transformer inference.
Agent skills collection for code assistance
小宇宙播客深度分析 Claude Code Skill - 输入链接自动输出高密度分析报告
Agent skill repository: kriss-spy/obsidian-plugin-dev
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.
Laravel testing strategies with PHPUnit, Pest, model factories, HTTP tests, Sanctum authentication testing, mocking, and coverage.