new-readme-maintenance

Installation
SKILL.md

Feature Documentation & README Maintenance Skill

This skill enforces the rule that every feature module in the codebase MUST have a clear, comprehensive, and up-to-date README.md file located at its root directory (e.g., src/features/<feature-name>/README.md).

Core Rules

  1. Mandatory Creation: When developing a new feature, a README.md file MUST be created at the root of that feature folder.
  2. Proactive Updates: Every time a feature is modified, refactored, or expanded (e.g., database schema changes, new services, new UI components, new actions, or new tests), the feature's README.md MUST be updated immediately in the same turn/commit.
  3. Language Conventions:
    • Technical explanations, architecture diagrams, and commands should be in English.
    • Summaries, user-facing guides, and general explanations should be in Thai to align with the project's localization standard.

README Structure Template

Every feature README.md should follow this structure, adjusting sections as necessary:

# [Feature Name in Thai] ([Feature Name in English])
Installs
5
First Seen
Jun 28, 2026
new-readme-maintenance — choonewza-pro/agent-skills-choonewza