Theia SKILL.md
#17513
Replies: 3 comments 1 reply
|
Hi @PierreLouisLetoquart, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
|
Maybe @eneufeld , do you have any suggestions or ideas? I'm asking because of commit d4cb16d. |
|
Hi @PierreLouisLetoquart , |
Uh oh!
There was an error while loading. Please reload this page.
Idea Description
Hi Theia maintainers,
First of all, thanks for continuously maintaining and improving the IDE :^)
Context: I am working on a Theia based IDE that has a custom extension to build dashboards that consume source-code results. For that, I have a Theia extension, and I have also customized some official Theia packages, such as debug/search-in-workspace/...
During this journey, I worked with various AI-assisted coding setups:
AGENTS.md, anllms/folder containing markdown-based skills (kind of), and plain prompt engineering. In the end, everything worked reasonably well, but my lack of deep understanding of Theia’s history, funding choices, architecture, and design decisions has been quite limiting I guess.I am reaching out to ask whether you, as maintainers (or any long-time users of this repository), have any existing piece of txt or documentation that could help AI agents get better context about Theia.
Should we create a
SKILL.mdand publish it? Maybe even more than oneSKILL.md, for example one for debugging, one for developing extensions, one for developing plugins, and so on.Let me know what you think about this, and what I could do to help if you find the subject interesting :-) !
Note: another AI-assisted coding feature that could be very beneficial for this repository is the approach used by Next.js, where documentation sources in markdown are included inside
node_modulesalong with anAGENTS.mdfile that references them.It seems to work quite well for giving agents the right context about the environment they are working in. Maybe this could be an interesting future improvement idea as well...
All reactions