This repository contains a collection of specialized skills for the Gemini CLI.
You can install any skill directly from this repository using its URL and the --path flag to specify the skill name:
gemini skills install https://github.com/danicat/skills --path <skill-name>If you have cloned this repository locally, you can install or link skills from their directory:
# Full installation
gemini skills install ./<skill-name>
# Link for development (symlinks the directory)
gemini skills link ./<skill-name>Expertise in analyzing Tenkai agent experiments. Use when asked to "analyze experiment X" to determine success factors, failure modes, and behavioral patterns.
Find and inspect real-world code examples from GitHub for specific dependencies and languages.
Comprehensive Go (Golang) development best practices and coding style guidelines.
Standardized setup for new Go (Golang) projects and services.
Official style guide and compliance rules for the Google Developers Blog.
Definitive guide for authoring high-quality Google Codelabs.
The definitive real-time source of truth for software and model versions. Bypasses knowledge cutoffs by querying live registries.
Python development workflow for editing, formatting (ruff), and documentation.