·elixir-writing-docs
""

elixir-writing-docs

Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation in .ex files.

20Installs·1Trend·@existential-birds

Installation

$npx skills add https://github.com/existential-birds/beagle --skill elixir-writing-docs

How to Install elixir-writing-docs

Quickly install elixir-writing-docs AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill elixir-writing-docs
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: existential-birds/beagle.

SKILL.md

View raw

| Doctests: syntax, gotchas, when to use | references/doctests.md | | Cross-references and linking syntax | references/cross-references.md | | Admonitions, formatting, tabs | references/admonitions-and-formatting.md |

ExDoc and tools like mix docs extract the first paragraph of @moduledoc and @doc as a summary. Keep the opening line concise and self-contained.

For @opaque types, the @typedoc is especially important because callers cannot inspect the structure.

Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation in .ex files. Source: existential-birds/beagle.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/existential-birds/beagle --skill elixir-writing-docs
Category
""Writing
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from existential-birds/beagle

Quick answers

What is elixir-writing-docs?

Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation in .ex files. Source: existential-birds/beagle.

How do I install elixir-writing-docs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill elixir-writing-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/existential-birds/beagle