.agents/skills/README.md
Shared repo skills for any coding agent working in Langfuse.
Use these from AGENTS.md. Claude Code reaches the same shared instructions via
the root CLAUDE.md compatibility symlink. Shared skills should stay focused on
reusable implementation guidance rather than runtime automation.
For the shared agent config and generated shim model, start with
../README.md.
Claude discovers these shared skills through symlinks under .claude/skills/.
Those discovery links are created and verified by pnpm run agents:sync and
pnpm run agents:check.
Shared skills should use progressive disclosure:
SKILL.md is the short entrypoint with trigger guidance and navigation.AGENTS.md is optional and should stay concise when it exists.references/ holds focused prose references that agents should open only
when the task needs them.scripts/ holds deterministic helpers for repetitive or fragile steps.Use for:
.agents/config.json, .agents/AGENTS.md, or .agents/README.mdscripts/agents/sync-agent-shims.mjsOpen: agent-setup-maintenance/SKILL.md
Use for:
web/**Open: frontend-browser-review/SKILL.md
Use for:
Open: backend-dev-guidelines/SKILL.md
Use for:
worker/src/constants/default-model-prices.jsonpackages/shared/src/server/llm/types.tsmatchPattern changesOpen: add-model-price/SKILL.md
Use for:
code-review/references/review-checklist.mdOpen: code-review/SKILL.md
Use for:
Open: changelog-writing/SKILL.md
Use for:
pnpm-workspace.yaml minimumReleaseAgeExclude must changeOpen: pnpm-upgrade-package/SKILL.md
.agents/skills/ when a
repo-specific workflow becomes repeated enough to justify durable guidance..agents/skills/<skill-name>/SKILL.md..agents/skills/<skill-name>/AGENTS.md only when the skill benefits
from a short router or checklist on top of SKILL.md.references/ for detailed prose and scripts/ for deterministic
execution helpers.AGENTS.md if it is relevant across the repo.pnpm run agents:sync and pnpm run agents:check so Claude's projected
.claude/skills/ view stays in sync.AGENTS.md or package-local AGENTS.md if the new skill changes the
default reusable workflow for future agents.SKILL.md as the short entrypoint, not the full knowledge dump.references/ for deeper docs and scripts/ for deterministic helpers.AGENTS.md or package docs instead of restating them.