From 885deeb409a9be3649c7dcadfad599bd19b2e61d Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 27 Apr 2026 07:33:03 -0700 Subject: [PATCH] docs(skill): point docs skill at repo-root AGENTS.md and CONTRIBUTING.md The references previously read `docs/CONTRIBUTING.md` and `docs/AGENTS.md`, which never existed at those paths. The actual style references live at the repo root. --- .claude/skills/docs/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/docs/SKILL.md b/.claude/skills/docs/SKILL.md index fef577433..dca231a32 100644 --- a/.claude/skills/docs/SKILL.md +++ b/.claude/skills/docs/SKILL.md @@ -8,7 +8,7 @@ description: Update documentation in docs/public/ based on recent code changes. Detect code changes since the last run and update affected documentation pages. - [references/mapping.md](references/mapping.md) — code-to-doc page mapping -- Follow `docs/public/CONTRIBUTING.md` and `docs/public/AGENTS.md` for writing style +- Follow `CONTRIBUTING.md` and `AGENTS.md` (repo root) for writing style ## Workflow