From 59fcda27ec8febfae7c605fa35e2d2f84ae4997a Mon Sep 17 00:00:00 2001 From: MC Dean Date: Sat, 7 Mar 2026 14:49:57 +0000 Subject: [PATCH] Add CONTRIBUTING.md Added contributing guidelines for the project. --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cd9dc28 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Contributing + +Designer Skills Collection is maintained by MC Dean. Contributions are welcome — whether it's a bug fix, a typo, or a new skill idea. + +## How to Contribute + +- **Bugs and small fixes** — open a PR directly. +- - **New skills, commands, or larger changes** — open an issue first so we can discuss the approach. + + - ## Guidelines + + - - Keep PRs focused — one change per PR. + - - Follow existing patterns: **skills are nouns** (domain knowledge), **commands are verbs** (workflows). + - - Every skill needs frontmatter with `name` and `description`. + - - Every command needs `description` and `argument-hint`. + - - Skill name must match its directory name. + - - No cross-plugin references in commands. + - - Suggest follow-ups in natural language only. + - - Every contributor will be listed publicly. + + - ## License + + - By contributing, you agree that your contributions will be licensed under the MIT License.