From dc99c3e4cf3f555394febcc43711ecfd39b178ce Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 11 Jan 2026 09:35:16 -0700 Subject: [PATCH] feat(docs): add new skill references to README Assisted-by: Kimi K2 Thinking via Crush --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 74bdf83954614479cdb2086455403a9a95939331..08263eca9ca1bddc11930d53a52c9dd5927388d5 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,17 @@ agent capabilities through a standardised format. Generates accessible HTML, React, and frontend code following WCAG 2.2 AA guidelines. Focuses on semantic HTML, keyboard accessibility, and screen reader compatibility. +- [handling-customer-data](skills/handling-customer-data/SKILL.md): + Handles customer data responsibly by answering questions about data + without ever seeing the data directly. +- [scripting-with-go](skills/scripting-with-go/SKILL.md): Creates + executable Go scripts with shebang-like behavior for long-lived + automation. +- [writing-roc-lang](skills/writing-roc-lang/SKILL.md): Writes Roc code + with strong static types, helpful compiler errors, and functional + programming. Covers both full applications and one-off scripts. +- [resolving-secrets](skills/resolving-secrets/SKILL.md): Wraps shell + commands to resolve secret references in environment variables. ## Installation