Skip to main content

technical-writing

Guide for writing effective technical documentation, specs, and markdown files. Use when creating or editing specs, documentation, READMEs, AGENTS.md files, or any markdown content in the codebase.

Ir para a instalação

Informações da origem

Repositório
cashew-labs/libretto
Última atividade na origem
4 de março de 2026 às 23:18
Idioma detectado do SKILL.md
inglês
Estrelas
899
Forks
69

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
technical-writing
description
Guide for writing effective technical documentation, specs, and markdown files. Use when creating or editing specs, documentation, READMEs, AGENTS.md files, or any markdown content in the codebase.
# Technical Writing ## Audience Assume readers are at least as smart as you, so do not over-explain. State information once and move on. ## Style Write concise, complete sentences using active voice and present tense. Each paragraph or bullet should express a single idea. ## Formatting - Do not use emojis. - Do not use bold or italics. - Use headings, lists, and code blocks only when they add clarity. - Use fenced code blocks with language identifiers. ## Paths Always use relative file paths: `docs/testing.md`, not `/Users/name/project/docs/testing.md`. ## Do Not Repeat Link to existing resources instead of duplicating content. Reference other docs, web pages, or files rather than restating their information.
Ver no GitHub