Back to the catalog

RC-Apps-Generator

Test-Driven Forge for Rocket.Chat Apps

Open source Open in the app JSON README (API)

About

Test-Driven Forge for Rocket.Chat Apps

Details

Kind
Plugins
Topic
No topic detected
Publisher
nestroymusoke
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
1
Last push
2026-03-22T13:48:07Z
Repository state
ativo
Language
TypeScript
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
nestroymusoke/rc-apps-generator

README

# AI Rocket.Chat Apps Generator

**Gemini CLI Extension** — Prototype for Google Summer of Code 2026

This extension adds Rocket.Chat-specific context to Gemini CLI so it generates apps that are both structurally correct and behaviourally compatible with real workspaces.

### The Problem It Addresses
Without platform context, Gemini produces code that:
- Compiles cleanly
- Deploys successfully
- Fails silently at runtime (wrong notifier, missing bot checks, public instead of ephemeral messages, version mismatches)

This prototype implements the exact 4-layer pipeline 
Below is a use case example of how this extension currrently works when given a command "Create a slash command that sends an ephemeral thank-you message on mention" after probing the target workspace environment
![Exhibit 1 ](1.png)
![Exhibit 2 ](2.png)
![Exhibit 3 ](3.png)
![Exhibit 4 ](4.png)
![Exhibit 5 ](5.png)
![Exhibit 6 ](6.png)
![Exhibit 7 ](7.png)
![Exhibit 8 ](8.png)


More