technical-writing

par vercel

Rédiger, éditer, relire ou auditer la documentation destinée aux utilisateurs du dépôt eve. À utiliser pour les modifications sous docs/, la documentation liée aux API eve ou au comportement de la CLI,…

npx skills add https://github.com/vercel/eve --skill technical-writing

Technical writing

Write accurate, task-focused documentation for eve. Treat developers and AI agents as readers: make each section easy to scan, retrieve, and act on without relying on unstated context.

Choose a workflow

Verify before writing

Do not rely on training data for eve behavior. Use this source hierarchy:

  1. Current source, public types, and tests in packages/eve
  2. Current CLI help and setup implementation
  3. Existing pages under docs/
  4. Merged pull requests, changelogs, and release notes
  5. Research plans under research/ as proposed intent, not shipped behavior
  6. Support evidence such as Slack threads or issues

Use support evidence to identify the reader's problem, not to establish product behavior. Verify commands, flags, API names, defaults, limitations, and examples against the current repository. For a docs-only change, also compare the implementation with the latest public release so the docs do not announce branch-only behavior. When docs accompany product code in the same change, state that dependency during review. If a claim cannot be verified, omit it or report the missing owner or source. Never leave [VERIFY] markers in a completed docs change.

Follow eve conventions

  • Write eve lowercase, including headings and sentence starts when practical.
  • Use exact public names such as defineAgent, eve dev, and eve add channel/slack.
  • Distinguish the root agent, the built-in agent tool, declared subagents, and remote agents. They have different inheritance and execution semantics.
  • Distinguish eve connections from Vercel Connect, the model-facing Workflow tool from authored Vercel Workflows, and durable session state from sandbox filesystem or attachment storage.
  • Name diagnostic surfaces precisely: Vercel runtime logs, Agent Runs, OpenTelemetry, eve logs, and eve traces are not interchangeable.
  • Treat docs/** as published documentation. Update docs/meta.json when navigation changes.
  • Keep .md files framework-agnostic. Use MDX components only in .mdx files and only when nearby pages establish the convention.
  • Preserve published routes and heading anchors when possible. When moving a page, update authored links and add permanent redirects for old HTML and Markdown URLs.
  • Prefer TypeScript examples. Include imports and language labels, and verify examples against current exports.
  • Show only supported commands and flags. Check CLI help or the command implementation before documenting them.
  • Link to related pages with descriptive text. Include the critical fact locally because retrieved sections may be read without their links.
  • Leave no page orphaned. Every page needs at least one descriptive inbound body link from a related hub or overview page; a meta.json sidebar entry or a routing-table cell alone is not enough. When adding a page, add the inbound link from the page that owns the topic in the same change, and keep every page reachable by following body links from getting-started.
  • Do not document proposed behavior as shipped. Describe unsupported boundaries directly when they affect a user task.

Write for the task

  • Lead each page and section with the answer or outcome.
  • Address the reader as you; use imperative verbs for steps.
  • Prefer active voice, present tense, concrete nouns, and consistent terms.
  • Preserve the author's supported meaning, nuance, and uncertainty. Make the minimum effective edit and leave strong prose alone.
  • Keep one page focused on one primary job. Add a section to an existing page when it already owns the task.
  • Put the happy path before alternatives and failure modes.
  • Add troubleshooting where observed failures cluster around a workflow. Use symptoms, verified causes, and concrete next checks.
  • Write self-contained sections. Repeat the full noun in key statements instead of relying on ambiguous pronouns.
  • Use specific limits and behavior only when the repository or an authoritative platform source supports them.

Avoid common failures

  • Do not invent flags, registry entries, connectors, workarounds, or platform guarantees.
  • Do not turn one product request into a new page. First decide whether the gap belongs to docs, product, or both.
  • Do not duplicate broad guides when a focused section or cross-link resolves the problem.
  • Do not rewrite clear prose merely to match a personal preference.
  • Do not manufacture examples, opinions, reactions, or specificity to make prose sound more human.
  • Do not use promotional language, rhetorical questions, filler, or claims that a task is easy, simple, or quick.
  • Do not use we unless describing a deliberate Vercel or eve team action.

Finish the change

  1. Re-read every changed page in full.
  2. Verify each new technical claim against its source.
  3. Search for contradictory statements and affected cross-links.
  4. Confirm added or moved pages have an inbound body link from a related page, so no page is orphaned.
  5. Run the review workflow.
  6. Check changed prose against the prose-quality reference when wording changed materially.
  7. Run pnpm docs:check when preparing to push, unless the user requests earlier validation.

Plus de skills de vercel

vercel
vercel
API REST Vercel émulée pour le développement et les tests locaux. À utiliser lorsque l’utilisateur doit interagir localement avec les points d’accès de l’API Vercel, tester les intégrations Vercel,…
cron-jobs
vercel
Configuration des Cron Jobs Vercel et bonnes pratiques. À utiliser lors de l'ajout, de la modification ou du débogage de tâches planifiées dans vercel.json.
codegen
vercel
Utilitaires de génération de code pour json-render. À utiliser lors de la génération de code à partir de spécifications d'interface utilisateur, de la création d'exportateurs de code personnalisés, du parcours de spécifications ou de la sérialisation de propriétés pour…
next-best-practice
vercel
Pratiques recommandées Next.js - conventions de fichiers, limites RSC, modèles de données, API asynchrones, métadonnées, gestion des erreurs, gestionnaires de routes, optimisation des images/polices,…
benchmark-sandbox
vercel
Exécute les scénarios d'évaluation de vercel-plugin dans des sandbox Vercel au lieu de panneaux WezTerm locaux. Provisionne des microVM éphémères avec Claude Code et le plugin préinstallé,…
write-guide
vercel
Produire un guide technique qui enseigne un cas d'usage concret à travers des exemples progressifs. Les concepts ne sont introduits que lorsque le lecteur en a besoin.
benchmark-testing
vercel
Créer et lancer des projets de test de benchmark pour exercer l'injection de compétences vercel-plugin dans des scénarios réalistes. Configure des répertoires isolés, installe le…
ai-gateway
vercel
Expert en passerelle IA Vercel. À utiliser lors de la configuration du routage de modèles, du basculement de fournisseur, du suivi des coûts ou de la gestion de plusieurs fournisseurs d'IA via une interface unifiée…