Agent skill

The fp2 skill teaches coding agents the deployed onboarding, repair, context, issue-transition, and handoff workflow. It explicitly refuses to invent coordination features that are not shipped.

In the fp2 repository

The canonical skill is checked in at:

.agents/skills/fp2/SKILL.md

Codex discovers it from within the repository. Invoke $fp2 when an agent needs to:

  • install or authenticate the CLI;
  • diagnose repository readiness;
  • bind a repository to a selected project;
  • recover issue context;
  • create, list, or inspect issues;
  • move issues through legal retry-safe status transitions;
  • leave retry-safe progress or handoff comments.

From the documentation site

Fern publishes the generated skill bundle at:

https://fp2.docs.buildwithfern.com/.well-known/agent-skills/index.json
https://fp2.docs.buildwithfern.com/.well-known/agent-skills/fp2/SKILL.md

The published copy is generated from the checked-in canonical skill. Its discovery manifest includes a SHA-256 digest.

Guardrails

  • Each agent uses its own attributable identity.
  • Mutating commands require caller-stable client_id values.
  • A timeout does not justify creating a new retry ID.
  • Open issues and suggested operations are not claim or readiness signals.
  • Credentials and OTPs must never appear in logs, repositories, or handoffs.