From 7e3c0b69c14fc272b4f5d3ee42fea4fcf439e0f3 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Sun, 29 Mar 2026 21:48:46 +0200 Subject: [PATCH] docs(03-skills): Introduce luongnv89/skills collection and luongnv89/asm skill manager --- 03-skills/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/03-skills/README.md b/03-skills/README.md index 9d628fa..d47fbbc 100644 --- a/03-skills/README.md +++ b/03-skills/README.md @@ -784,6 +784,14 @@ chmod +x ~/.claude/skills/my-skill/scripts/*.py Package skills in a plugin's `skills/` directory for broader distribution. +## Going Further: A Skill Collection and a Skill Manager + +Once you start building skills seriously, two things become essential: a library of proven skills and a tool to manage them. + +**[luongnv89/skills](https://github.com/luongnv89/skills)** — A collection of skills I use daily across almost all my projects. Highlights include `logo-designer` (generates project logos on the fly) and `ollama-optimizer` (tunes local LLM performance for your hardware). Great starting point if you want ready-to-use skills. + +**[luongnv89/asm](https://github.com/luongnv89/asm)** — Agent Skill Manager. Handles skill development, duplicate detection, and testing. The `asm link` command lets you test a skill in any project without copying files around — essential once you have more than a handful of skills. + ## Additional Resources - [Official Skills Documentation](https://code.claude.com/docs/en/skills)