Skip to content

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.

From your project directory, run:

Terminal window
gt skill install

See gt skill in the CLI Reference for more info about the skill subcommand.

Run gt skill update to update the skill to the bundled version:

Terminal window
gt skill update

You can also install from the GitHub repository:

Terminal window
npx skills@latest add kossnocorp/genotype

The repository exposes a genotype skill with the same references as the CLI bundle. The Skills CLI handles agent selection and installation scope.

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.

For general LLMs documentation access, use llms.txt or llms-full.txt.