0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/.skills/discourse-site-settings
Natalie Tay 46bea66133
DEV: Site settings skills - for categories can allow for more flexible options (#41504)
Adding new site settings tends to involve the same small convention
checks around naming, descriptions, client exposure, admin grouping, and
whether the setting reads clearly in the UI.

This PR adds a generic `discourse-site-settings` skill for authoring and
reviewing Discourse site settings. It includes guidance for core and
plugin setting files, i18n descriptions, validators for dependent
settings, browser verification of rendered setting copy, and review
checks.

It also documents a proposed category-list pattern using paired
`xyz_category_scope` and `xyz_categories` settings, including the
include, exclude, strict, public, and all modes.
2026-07-09 15:53:00 +08:00
..
SKILL.md