document-writer

onmax/nuxt-skills · updated Apr 8, 2026

$npx skills add https://github.com/onmax/nuxt-skills --skill document-writer
0 commentsdiscussion
summary

Style guide and content patterns for Nuxt documentation and blog posts.

  • Enforces active voice, present tense, and grammatically correct prose without sacrificing clarity for brevity
  • Provides writing patterns (subject-first, imperative, contextual) and modal verb guidance (can/should/must) for consistent documentation voice
  • Includes MDC component patterns for callouts (note, tip, warning, important) and CTAs, with references to nuxt-content and nuxt-ui skills for syntax and props
  • O
skill.md

Documentation Writer for Nuxt Ecosystem

Writing guidance for blog posts and documentation following patterns from official Nuxt websites.

When to Use

  • Writing blog posts for Nuxt ecosystem projects
  • Creating or editing documentation pages
  • Ensuring consistent writing style across content

Writing Standard

Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here.

Documentation must be:

  • Grammatically correct
  • Clear and unambiguous
  • Properly punctuated
  • Complete sentences (not fragments)

Brevity is still valued, but never at the cost of clarity or correctness.

Related Skills

For component and syntax details, use these skills:

Skill Use For
nuxt-content MDC syntax, prose components, code highlighting
nuxt-ui Component props, theming, UI patterns

Available References

Reference Purpose
references/writing-style.md Voice, tone, sentence structure
references/content-patterns.md Blog frontmatter, structure, component patterns

Loading Files

Consider loading these reference files based on your task:

DO NOT load all files at once. Load only what's relevant to your current task.

Quick Reference

Writing Patterns

Pattern Example
Subject-first "The useFetch composable handles data fetching."
Imperative "Add the following to nuxt.config.ts."
Contextual "When using authentication, configure..."

Modal Verbs

Verb Meaning
can Optional
should Recommended
must Required

Component Patterns (WHEN to use)

Need Component
Info aside ::note
Suggestion ::tip
Caution ::warning
Required ::important
CTA :u-button{to="..." label="..."}
Multi-source code ::code-group

For component props: see nuxt-ui skill

Headings

  • H1 (#): No backticks — they don't render properly
  • H2-H4: Backticks work fine

Workflow

  1. Load relevant reference file (writing-style.md for prose, content-patterns.md for structure)
  2. Draft content using active voice and present tense
  3. Apply the checklist below to verify quality — if any item fails, revise and re-check
  4. Verify callout types match intent (note/tip/warning/important)

Example

# Getting Started with Authentication

Nuxt Better Auth provides a simple way to add authentication to your application.
Configure the module in your `nuxt.config.ts` to get started.

::note
Authentication requires a database connection. See the [database setup](/docs/database) guide for details.
::

## Installation

Add the module to your project:

~~~bash [Terminal]
pnpm add @onmax/nuxt-better-auth
~~~

The module auto-imports the `useUserSession` composable. Access the current user session from any component.

Checklist

  • Active voice (85%+)
  • Present tense
  • 2-4 sentences per paragraph
  • Explanation before code
  • File path labels on code blocks
  • Appropriate callout types
  • No backticks in H1 headings

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.638 reviews
  • Anika Iyer· Dec 24, 2024

    document-writer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Camila Martinez· Dec 20, 2024

    We added document-writer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Shikha Mishra· Dec 12, 2024

    document-writer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sakura Sanchez· Nov 15, 2024

    I recommend document-writer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Yuki Johnson· Nov 11, 2024

    Keeps context tight: document-writer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yash Thakker· Nov 3, 2024

    document-writer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kaira Farah· Nov 3, 2024

    Solid pick for teams standardizing on skills: document-writer is focused, and the summary matches what you get after install.

  • Dhruvi Jain· Oct 22, 2024

    Keeps context tight: document-writer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Kaira Perez· Oct 22, 2024

    document-writer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Daniel Mehta· Oct 6, 2024

    Useful defaults in document-writer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 38

1 / 4