From b396ee6f78aca1ab31616767ba85721a74bdbdd0 Mon Sep 17 00:00:00 2001 From: Jon Parker Date: Tue, 10 Mar 2026 20:33:48 +0000 Subject: [PATCH] Rename luck.md to SKILL.md per Agent Skills spec Conform to the agentskills.io standard which requires the canonical skill file be named SKILL.md in a directory matching the skill name. Update README references accordingly. --- README.md | 7 +++---- luck.md => SKILL.md | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename luck.md => SKILL.md (100%) diff --git a/README.md b/README.md index 8a1a566..9e33b5b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A framework for diagnosing why some things persist and compound while others don ## Usage -Add `luck.md` to your project as a skill file or system prompt. The framework uses standard markdown with YAML frontmatter — it works with any frontier model that accepts structured instructions. +Add `SKILL.md` to your project as a skill file or system prompt. The framework uses standard markdown with YAML frontmatter — it works with any frontier model that accepts structured instructions. The skill activates when you're facing ambiguous choices, designing strategies, evaluating opportunities, or building things meant to last. It provides seven diagnostic components, a quick-reference decision table, named failure modes, and worked examples. @@ -30,13 +30,12 @@ The skill activates when you're facing ambiguous choices, designing strategies, - **Testable predictions** — six falsifiable claims that distinguish this from generic strategy advice - **Reflexive AI instructions** — guidance for applying the framework to any output an AI system constructs -The framework is in [`luck.md`](luck.md). +The framework is in [`SKILL.md`](SKILL.md). ## Repository structure ``` -luck.md ← canonical skill file -luck_*.md ← working drafts (dated) +SKILL.md ← canonical skill file README.md ← you are here ``` diff --git a/luck.md b/SKILL.md similarity index 100% rename from luck.md rename to SKILL.md