stamat
- 6 skills
- 0 followers
- 6 hours ago last updated
- ▌ Release · stamatPreflight and run a release via script/publish — clean tree, tests green, changelog entry present, then hand off to the interactive script. Use when the user says "release", "publish", "cut a release", "ship it", "bump the version", or "/release".
- ▌ Frontend · stamatRules for anything that renders HTML — accessibility, SEO and GEO built as one job for the non-visual reader. Use when writing or reviewing HTML, templates, components, ARIA, meta tags, structured data, sitemaps, llms.txt, or any page a browser, crawler or agent will read.
- ▌ Keystone · stamatComment doctrine for codebases read by agents. Comments state non-local facts only — ordering, silent failure modes, rejected alternatives, invariants, boundaries. Everything else is deleted. Use when writing or reviewing comments, when a file feels over- or under-commented, or when the user says "keystone", "comment doctrine", "should this be a comment".
- ▌ How I Write · stamatHouse voice for READMEs, changelogs, docs and blog posts — honesty above every rule, failure before feature, motivation before mechanism, tables for every comparison, humor left as found. Use when writing or editing any prose document — a README, changelog entry, docs page, blog post, package description — or when the user says "house voice", "my register", "how I write".
- ▌ Before Building · stamatChecklist that settles whether a thing should exist before any code — prior art search with a URL per fact, the distinct-value gate, the project's stated refusals. Use when the user proposes a new feature, option, package or project, asks "do we need this" or "should we build X", or a task implies creating something that does not exist yet.
- ▌ Changelog Entry · stamatDraft a CHANGELOG.md [Unreleased] entry from the current diff, in the repo's own house voice. Use when the user says "changelog", "add a changelog entry", "write the changelog", "/changelog-entry", or after landing a user-visible change in a repo that keeps a CHANGELOG.md.