elixir-writing-docs

Installation
SKILL.md

Elixir Writing Docs

Quick Reference

Topic Reference
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

First-Line Summary Rule

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.

# GOOD - first line works as a standalone summary
@moduledoc """
Handles payment processing through Stripe and local ledger reconciliation.
Related skills

More from existential-birds/beagle

Installs
48
GitHub Stars
57
First Seen
Feb 9, 2026