Update wiki/creating-skills.md
cf3b2fdbbd45 harrisonqian 2026-04-13 1 file
index 18e9a3c..f2844d6 100644
@@ -82,4 +82,11 @@ response = client.messages.create(
> some agents/tools combinations are good where only the description of the skill is loaded and when the model uses it, then the entire thing gets loaded. other times its not as good and all the instructions on how to use every tool are dumped into the initial prompt. — [vibe coding manifesto](https://www.moonflowers.xyz/writing/vibe_coding_manifesto)
-write short, precise descriptions. keep instructions focused. a skill that adds 2000 tokens of context to every conversation but only triggers 5% of the time is a net negative.
\ No newline at end of file
+write short, precise descriptions. keep instructions focused. a skill that adds 2000 tokens of context to every conversation but only triggers 5% of the time is a net negative.
+
+## see also
+
+- [[official]] — Anthropic's skill-creator meta-skill with eval framework
+- [[tooling]] — Skill Seekers, skill-factory, and other building tools
+- [[frameworks]] — study existing frameworks to learn good skill design patterns
+- [[resources]] — official documentation and community links