This repo centralizes Farming Labs agent skills that were previously maintained inside individual product repositories.
docs/Centralized copy of the@farming-labs/docsskill collection. Each skill lives directly underdocs/<skill>/SKILL.md.orm/SKILL.mdCentralized copy of the Farming Labs ORM skill.
If your Skills CLI supports installing from a GitHub subdirectory, use the product folder directly:
# Docs collection
pnpm dlx skills add farming-labs/skills/docs
# Specific docs skill
pnpm dlx skills add farming-labs/skills/docs/getting-started
# ORM skill
pnpm dlx skills add farming-labs/skills/ormFor manual or project-local installation, copy the skill folder you want into
.cursor/skills/ or your tool's equivalent:
# One docs skill
cp -r docs/getting-started .cursor/skills/
# ORM skill
cp -r orm .cursor/skills/skills-ref validate ./docs/getting-started
skills-ref validate ./orm