technical-writing

Generate dual-audience technical documentation with YAML front matter and structured sections.

12|41|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pingwu/solo-unicorn --skill technical-writing-pingwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-writing
Source: https://github.com/pingwu/solo-unicorn/tree/main/skills/technical-writing
Command: npx skills add https://github.com/pingwu/solo-unicorn --skill technical-writing-pingwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear, actionable guidance for creating technical writing that is readable by humans and processable by AI, covering READMEs, tutorials, ADRs, changelogs, and API docs.

Core Features & Use Cases

  • Provides dual-audience guidance to craft docs that humans can read and AI agents can parse.
  • Recommends front-matter conventions, structured sections, and audience-aware documentation types (tutorials, how-tos, reference docs, ADRs).
  • Improves consistency, reusability, and maintainability of project documentation across the software lifecycle.

Quick Start

Create a front matter block with name and description, then write sections for problem, features, and a concise quick-start example.

Frequently Asked Questions about technical-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write technical documentation that both humans and AI agents can parse?

To write technical documentation readable by humans and AI, use YAML front matter with name and description fields, then structure content using dual-audience patterns for tutorials, how-tos, references, and ADRs to ensure consistent parsing.

What is the recommended structure for an ADR?

An ADR should include YAML front matter with name and description, followed by structured sections that define the problem, features, and a concise quick-start example to maintain consistency and reusability across software projects.

How do I create a README that works for AI agents and human developers?

Create a README by starting with a front matter block containing name and description, then write clear sections for the problem, features, and a concise quick-start example to make it processable by AI and readable by humans.

Does this technical writing approach work for API docs and changelogs?

Yes, this approach works for API docs and changelogs by applying dual-audience documentation patterns and front-matter conventions to improve consistency, reusability, and maintainability across the software lifecycle.

What's the best way to structure tutorials and how-to guides for software projects?

The best way to structure tutorials and how-tos is to follow audience-aware documentation types using structured sections and front-matter conventions, ensuring the content is clear, actionable, and maintainable for both human and AI readers.