repo-docs/SKILL.md
Update and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency.
npx skillsauth add alanben/claudeskills repo-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps update core repository documentation files before committing changes or creating releases.
Use this skill when:
Primary documentation file covering:
Common updates:
Chronological record of changes following Keep a Changelog format.
Structure:
# Changelog
## [Unreleased]
### Added
- New features not yet released
### Changed
- Changes to existing functionality
### Fixed
- Bug fixes
## [X.Y.Z] - YYYY-MM-DD
### Added
- Feature descriptions
### Changed
- Modification descriptions
### Fixed
- Bug fix descriptions
Common updates:
Legal terms for code usage and distribution.
Common updates:
Guidelines for contributors.
Typical sections:
Common updates:
When preparing a release:
Review changes since last release
Update CHANGELOG.md
[X.Y.Z] - YYYY-MM-DDUpdate README.md if needed
Update LICENSE if needed
Review CONTRIBUTING.md
Before committing changes:
Identify documentation impact
Update CHANGELOG.md Unreleased section
Update README.md if needed
Generate updated documentation files directly in /mnt/user-data/outputs/ with:
development
Re-index all PDF and HTML documents, update index.html, and commit/push changes to the repository
tools
Generate .NET Core data API code from model definitions using the Maker XML specification and CLI. Use when users need to: (1) Create Maker XML models from JSON objects, SQL scripts, or database schemas, (2) Generate .NET Core CRUD API endpoints from Maker XML, (3) Understand or validate Maker XML model definitions, or (4) Work with the Maker CLI tool for code generation.
development
Guide for building .NET APIs using CQRS pattern with MediatR, FluentValidation, and Carter modules
development
Comprehensive skill for manipulating Microsoft PowerPoint presentations using Aspose.Slides.NET library with modern C# patterns