Sharing an Elixir Architect skill for Claude

I shared an Elixir Architect skill for Claude Code which proves that

Elixir is the best LLM friendly language (@josevalim )

8 Likes

I think it will be confusing to have docs/ (generated by your project) and doc/ which is the default directory for documentation generated by ExDoc.

pages/ is what’s been used in projects for Markdown pages which can also be included in the documentation created by ExDoc.

Or maybe name it something else if the docs under this directory are only meant to be edited by the AI agent.

1 Like

Thanks a lot for that valuable comment

2 Likes

A post was split to a new topic: Paper finds LLMs perform twice as well with Elixir than with Python or JavaScript