Skip to main content

repo-readme-generator

README generation for this repository. Builds a concise, Packagist-friendly README.md from repository-native PHP/Composer sources.

설치로 이동

소스 정보

저장소
markheydon/monolog-wp-cli
최근 소스 활동
2026년 8월 14일 16:53
감지된 SKILL.md 언어
영어
스타
10
포크
3

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
repo-readme-generator
description
README generation for this repository. Builds a concise, Packagist-friendly README.md from repository-native PHP/Composer sources.
# README generator Generate a concise, practical README.md for this repository by analysing repository-native sources of truth. Keep the result suitable for both GitHub and Packagist rendering. Do not invent details unsupported by files in this repository. Repository-wide conventions and change discipline: [AGENTS.md](../../../AGENTS.md). README and badge policy: [docs/readme-and-badges.md](../../../docs/readme-and-badges.md). ## Primary inputs - `composer.json` - `README.md` - `src/**/*.php` - `tests/**/*.php` - `phpunit.xml.dist` - `phpcs.xml.dist` - `.github/workflows/*.yml` - `.github/CONTRIBUTING.md` - `LICENSE` ## Rules 1. Treat `composer.json` as the source of truth for package metadata. 2. Preserve strong repository-specific content unless repository files indicate change: - `composer require mhcg/monolog-wp-cli` - PHP and Monolog requirements from `composer.json` - Canonical usage examples unless code/tests show they are outdated 3. Link to the documentation site (`https://markheydon.me.uk/monolog-wp-cli/`) rather than raw markdown paths under `website/`. 4. Include only active, verifiable badges (Packagist version, PHP CI). 5. Use standard Markdown: headings, short paragraphs, lists, fenced code blocks. 6. Keep UK English and WordPress Coding Standards for PHP snippets. 7. This skill is for `README.md` only — not for `website/content/` pages. ## Sections to include when justified - Project name and description - Requirements - Installation - Usage (with real examples) - Development commands - Contributing (brief, link to CONTRIBUTING.md) - Licence Omit filler sections (architecture diagrams, technology stack) unless the repository supports them.
GitHub에서 보기