oss-writinglisted
Install: claude install-skill svyatov/oss-kit
# Repo prose
Technical register: neutral, specific, short. No personality injection, no marketing.
## Establish the local contract
Before drafting, read the repository's instructions, contribution guide, templates, nearby documents, and recent accepted examples of the same artifact. Local requirements decide commit structure, required change-request sections, terminology, line length, and audience. Preserve required template sections and legal or security wording. Verify every factual claim against the diff, source, command output, issue, or cited upstream source.
For commit messages, inspect `git log --no-merges` for the files in scope. If the repository requires Conventional Commits, use `<type>[optional scope]: <description>`, `!` or a `BREAKING CHANGE:` footer for incompatible changes, and any required trailers. Do not infer a convention from this skill's examples.
Sources: [Git, Submitting patches](https://git-scm.com/docs/SubmittingPatches), [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/), [GitHub, Helping others review your changes](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/helping-others-review-your-changes), [Google developer documentation style guide](https://developers.google.com/style), and [ASD-STE100](https://www.asd-ste100.org/) for the sentence, paragraph, and noun-stack limits.
## How much to write
The durable body defaults to none. The subject carries the change, and most cha