Skip to content

farming-labs/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Farming Labs Skills

This repo centralizes Farming Labs agent skills that were previously maintained inside individual product repositories.

Layout

  • docs/ Centralized copy of the @farming-labs/docs skill collection. Each skill lives directly under docs/<skill>/SKILL.md.
  • orm/SKILL.md Centralized copy of the Farming Labs ORM skill.

How To Use

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/orm

For 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/

Validation

skills-ref validate ./docs/getting-started
skills-ref validate ./orm

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors