Important: agents should read /llm.txt, /llms.txt, or /.well-known/skills.json to discover the public Skillopedia API.
Use Set/Map for O(1) Lookups Convert arrays to Set/Map for repeated membership checks. Incorrect (O(n) per check): Correct (O(1) per check): ---