readme-documentation

Document internal business logic flows in README files with code path mapping.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/SergeuMatyasov/dotnet-shared-skills --skill readme-documentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readme-documentation
Source: https://github.com/SergeuMatyasov/dotnet-shared-skills/tree/main/readme-documentation
Command: npx skills add https://github.com/SergeuMatyasov/dotnet-shared-skills --skill readme-documentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот раздел объясняет принципиальную цель документации: создание и обновление README-файлов с внутренней документацией, подчеркивая структуру, логику кода, обязательные разделы, стиль и читаемость, чтобы читатель мог быстро понять поток.

Core Features & Use Cases

  • Стандартная структура README, отражающая реальный поток выполнения от входной точки до финального действия.
  • Ясное объяснение цели процесса, разделение на этапы и описание веток принятия решений.
  • Руководство по быстрому старту и примеры применения внутри репозитория.

Quick Start

Запусти этот skill для создания или обновления README, отражающего текущий поток.

Frequently Asked Questions about readme-documentation

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

FAQPage Schema
How do I document internal business logic flows in a README?

To document internal business logic flows, you create README files that map the actual code flow from entry points to final actions. This ensures a linear, readable structure with explicit sections reflecting the execution path and decision branches.

What is the best way to structure a README for orchestration pipelines and handlers?

The best way to structure a README for orchestration pipelines is to divide it into clear stages mapping to the actual code flow. Include explicit entry points, describe decision branches, and provide a final file map to guide readers through the process.

How do I create a standard README structure that reflects real code execution?

You create a standard README structure by aligning sections directly with the actual code execution flow. Explain the process purpose, separate it into stages, describe decision branches, and conclude with a comprehensive file map.

Can I use this approach to update existing documentation for services and handlers?

Yes, you can update existing documentation for services and handlers. The process applies when creating or updating READMEs to ensure the linear structure and sections accurately map to the current internal code paths and orchestration pipelines.

When do I need to generate a file map for my repository documentation?

You need to generate a file map when finalizing README files for services and orchestration pipelines. It serves as the concluding section, ensuring readers can quickly navigate and understand the repository structure and the documented business logic flows.