tech-documentation

Convert user discussions into Unity technical documentation using a 9-point structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leimiles/unity-wx-test --skill tech-documentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-documentation
Source: https://github.com/leimiles/unity-wx-test/tree/main/.cursor/skills/tech-documentation
Command: npx skills add https://github.com/leimiles/unity-wx-test --skill tech-documentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts discussion content into standardized Unity technical documentation, ensuring consistency with the project's document style and accelerating knowledge transfer.

Core Features & Use Cases

  • Automated documentation generation: Convert conversations into Design or Implementation documents aligned with the 9-point structure.
  • Versioning and traceability: Inspect existing docs, detect similarities, and propose merging or new documents with proper changelog entries.
  • Cross-module references: Generate documentation that references related modules and their interfaces, such as Rendering, UI, and Gameplay.

Quick Start

When a user asks to summarize a discussion into a Markdown document, the skill prompts for confirmation and then generates a Unity-style technical document ready for storage at the standard path.

Frequently Asked Questions about tech-documentation

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

FAQPage Schema
How do I generate Unity technical documentation from team discussions?

Generating Unity technical documentation from discussions involves converting conversational content into standardized Design or Implementation documents that capture goals, architecture, interfaces, and concrete examples in actionable language.

What is the standardized structure for Unity design and implementation docs?

The standardized structure for Unity design and implementation docs is a 9-point framework that captures project goals, architecture, interfaces, implementation details, cross-module references, and versioned changelogs to ensure consistency.

How do I manage versioning and changelogs for Unity project documentation?

Managing documentation versioning involves inspecting existing docs, detecting content similarities, and proposing merges or new documents with proper changelog entries to maintain traceability across Unity project modules.

Can I add cross-module references for Unity Rendering, UI, and Gameplay interfaces?

Yes, generating technical documentation can include cross-module references that connect related Unity modules like Rendering, UI, and Gameplay by mapping their specific interfaces within the standardized document structure.

What is the best way to convert a conversation into a Unity-ready Markdown document?

The best way to convert a conversation into a Unity-ready Markdown document is to summarize the discussion, confirm the target structure, and output a standardized technical document ready for storage at the standard project path.

Does this documentation approach work for both Design and Implementation documents?

Yes, the documentation approach applies to both Design and Implementation documents for Unity projects, ensuring both types follow the 9-point structure and include cross-module references with versioned changelogs.