You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It runs locally only. It analyzes repository files, git diff output, and minimal snippets for evidence. It does not upload code and does not modify source files during audits.
Main workflows:
cleanvibe-diff — audit current git diff and untracked JS/TS files
cleanvibe-project — audit the full JS/TS project
cleanvibe-index — build a lightweight architecture index
cleanvibe-react — check React-specific risks
cleanvibe-next — check Next.js-specific risks
The plugin includes:
.codex-plugin/plugin.json
skills/cleanvibe/SKILL.md
skills/cleanvibe/agents/openai.yaml
local analyzer scripts
logo asset
marketplace entry for .agents/plugins/marketplace.json
I tried opening a PR to openai/plugins, but the repository currently limits PR creation to collaborators:
An owner of this repository has limited the ability to open a pull request to users that are collaborators on this repository.
What is the recommended path for submitting community Codex plugins for review or inclusion?
I would appreciate feedback on:
Whether CleanVibe fits the Codex plugin model.
Whether the plugin structure matches current expectations.
Whether there is an official/community submission path for openai/plugins.
Any changes needed before it can be listed or reviewed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I built CleanVibe, a local Codex plugin for TypeScript and JavaScript code quality / architecture audits after fast AI-assisted coding sessions.
Repository:
https://github.com/gh0styx/cleanVibe-codex
Prepared
openai/pluginsbranch:https://github.com/gh0styx/plugins/tree/add-cleanvibe
CleanVibe focuses on issues that often appear after rapid AI-assisted development:
It runs locally only. It analyzes repository files, git diff output, and minimal snippets for evidence. It does not upload code and does not modify source files during audits.
Main workflows:
cleanvibe-diff— audit current git diff and untracked JS/TS filescleanvibe-project— audit the full JS/TS projectcleanvibe-index— build a lightweight architecture indexcleanvibe-react— check React-specific riskscleanvibe-next— check Next.js-specific risksThe plugin includes:
.codex-plugin/plugin.jsonskills/cleanvibe/SKILL.mdskills/cleanvibe/agents/openai.yaml.agents/plugins/marketplace.jsonI tried opening a PR to
openai/plugins, but the repository currently limits PR creation to collaborators:What is the recommended path for submitting community Codex plugins for review or inclusion?
I would appreciate feedback on:
openai/plugins.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions