From 624b740afaa369cdcb571c591a21a659d88c85ee Mon Sep 17 00:00:00 2001 From: Scriptception Date: Mon, 13 Jul 2026 22:17:58 +1000 Subject: [PATCH] Link contributor guide from README Make the authoring section point contributors directly to the repository setup and validation instructions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9734aae..0776e6e 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ writes into your home directory. Where exactly each agent looks is documented in ## Authoring skills Each skill is a directory under `src/skilldeck/skills/` containing a `meta.yaml` -and a `skill.md`. See [docs/authoring-skills.md](docs/authoring-skills.md). +and a `skill.md`. See [docs/authoring-skills.md](docs/authoring-skills.md), and +follow the [contributor guide](CONTRIBUTING.md) for setup and validation. ## Changelog