Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.5 KB

File metadata and controls

47 lines (34 loc) · 1.5 KB

logo

Fern skills

Official Agent Skills for building with Fern. These teach coding agents — Claude Code, Cursor, Codex, Copilot, and others — how to work well in a Fern repository.

Install

npx skills add fern-api/skills

This discovers the skills in this repo and installs them into your agent (.claude/skills/, .agents/skills/, etc.). Install one explicitly with --skill, or all without prompting with --all:

npx skills add fern-api/skills --skill fern-docs
npx skills add fern-api/skills --all

Add -g to install globally instead of into the current project.

Skills

Skill Use for
fern-docs Building Fern docs sites: docs.yml, navigation, pages, custom MDX, landing pages, changelog entries, and access control (authentication & RBAC).

Once installed, your agent uses a skill automatically when the task matches — ask it to add a changelog entry or build out your docs and it pulls in fern-docs on its own. Nothing else to configure.