Does Discourse have AI development skills?

I wrote many Discourse plugins with Claude Code, and it is a breeze nowadays.

Context is king, and you need to provide a proper context for it to work this means:

  • Opening Claude Code at the Discourse root, even when working at a plugin. This allows Claude to check for patterns easily and locally.
  • Have a proper local development setup, so tests can be ran, migrations, etc.
  • Use plan mode often, write overall idea to a markdown file, clean context on new steps, etc.

We are doing this already, see for example

Skills are being developed and will be added to the repository as they are ready and tested.

Still, Vibe coding in an existing project isn’t completely free. Spending some time studying and getting familiar with your target is still a good idea.

12 Likes