Important: agents should read /llm.txt, /llms.txt, or /.well-known/skills.json to discover the public Skillopedia API.
Dynamic Imports for Heavy Components Use to lazy-load large components not needed on initial render. Incorrect (Monaco bundles with main chunk 300KB): Correct (Monaco loads on demand): ---