# Does Discourse have AI development skills?

**URL:** https://meta.discourse.org/t/discourse-ai-skills/397330
**Category:** Development
**Created:** [28 בפברואר,‏ 2026,‏ 2:33am UTC](https://meta.discourse.org/t/discourse-ai-skills/397330 "2026-02-28T02:33:39Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [28 בפברואר,‏ 2026,‏ 2:47am UTC](https://meta.discourse.org/t/discourse-ai-skills/397330/3 "2026-02-28T02:47:50Z")

</div>

> [@qi\_lu](#):
>
> I spent three days trying to develop a plugin using Claude 4.6, and it was still too difficult.

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

> [@qi\_lu](#):
>
> So, I wonder if the official team will release some AI development specifications or guidelines?

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.

> [@qi\_lu](#):
>
> For example, agent skills, and tutorial documentation should be condensed into guidelines and instructions usable by AI

We are doing this already, see for example

> <https://github.com/discourse/discourse/blob/main/AI-AGENTS.md>

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.

---

_[View the full topic](https://meta.discourse.org/t/discourse-ai-skills/397330)._
