Genotype Agent Skill
The Genotype skill gives coding agents a brief introduction to .type schemas, genotype.toml, and the gt CLI, with linked references they can read as needed.
Installing
Section titled “Installing”Installing via CLI
Section titled “Installing via CLI”From your project directory, run:
gt skill installSee gt skill in the CLI Reference for more info about the skill subcommand.
Updating via CLI
Section titled “Updating via CLI”Run gt skill update to update the skill to the bundled version:
gt skill updateInstall with Skills CLI
Section titled “Install with Skills CLI”You can also install from the GitHub repository:
npx skills@latest add kossnocorp/genotypeThe repository exposes a genotype skill with the same references as the CLI bundle. The Skills CLI handles agent selection and installation scope.
Discovery
Section titled “Discovery”Tools can discover the published skill through the Agent Skills discovery index. The index follows the Agent Skills Discovery RFC and links to a ZIP archive containing SKILL.md and its references.
The website serves the skill from the latest stable GitHub release.
llms.txt
Section titled “llms.txt”For general LLMs documentation access, use llms.txt or llms-full.txt.