skill-writing

Define a standardized SKILL.md template with mandatory frontmatter and sections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот Skill помогает поддерживать единообразие и качество внутренних SKILL-файлов для Copilot/IDE, обеспечивая понятную структуру, единый формат и проверяемые требования к PR.

Core Features & Use Cases

  • Обеспечение единых фронтматтеров: name и description, обязательные разделы и четкие правила.
  • Разделение обязательных правил, рекомендуемых практик, анти-паттернов, примеров и чек-листа для упрощения ревью.
  • Поддержка опциональных каталогов (scripts/, references/, assets/) и ясной инструкции по их использованию.

Quick Start

Создай или обнови SKILL.md, следуя этому шаблону, заполни frontmatter и разделы согласно документации.

Frequently Asked Questions about skill-writing

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

FAQPage Schema
How do I standardize SKILL.md files for consistent PR reviews?

Standardize SKILL.md files by applying a concise template that enforces mandatory frontmatter fields like name and description, ensuring consistent structure and actionable rules for reliable PR reviews.

What sections should a SKILL.md template include for IDE clarity?

A SKILL.md template should include well-defined sections for Obligations, Recommendations, Anti-patterns, Examples, and a Checklist to improve clarity for both humans and LLMs.

How does standardizing skill documentation improve LLM automation?

Standardizing skill documentation improves LLM automation by providing a consistent structure with mandatory frontmatter and clear guidelines, which makes the files easier for both humans and LLMs to parse and apply.

Can I use optional directories like scripts and references in skill files?

Yes, you can use optional directories such as scripts, references, and assets within your repository, and the template provides clear instructions on how to utilize them alongside the main SKILL.md file.

What is the best way to structure obligations and anti-patterns in skill files?

The best way to structure obligations and anti-patterns is to separate them into distinct, well-defined sections within the standardized template, simplifying the review process and ensuring actionable rules are clearly communicated.