Discourse에 사용자 정의 플러그인 템플릿이 있나요? 사용자 정의 플러그인을 작성하는 방법은 무엇인가요?

You need to have a Discourse development install. For example, Developing Discourse using a Dev Container

After install it, run

rake plugin:create[your-plugin-name]

It will pull discourse/discourse-plugin-skeleton: Template for Discourse plugins to generate a plugin with the most modern and recommend starting template.