spark
v1.1.4Ideation and design quality tools. Spark finds the single best addition to your PR or project. Forge pressure-tests a plan or implementation and strips AI-generated slop from code. Audit runs a read-only simplification audit across whole codebases.
By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install spark for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add spark@glstack-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the glstack-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “spark” remain stable.
- Codex:
spark@agent-plugin-marketplace→spark@glstack-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/glebedel/glstack-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/engineering/spark/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/audit/SKILL.md└── skills/spark/SKILL.md
Included Skills2
Run a read-only simplification audit across a whole codebase (or several) for materially useful improvements to data structures, state representation, control flow, algorithms, and ownership. Use when the user invokes "/audit" or asks to "audit this codebase", "audit the repo", "find simplifications across the project", "what should we simplify", "where is our state representation wrong", or wants a systematic, subsystem-by-subsystem review rather than a critique of one diff. Coordinates bounded parallel reviewers, enforces a coverage contract, audits its own output, and publishes the ranked findings as a visual report artifact.
This skill should be used when the user invokes "/spark" or asks "what's the best thing you could add to this PR/project?", "what single feature would make this better?", "what's the most impactful next move?", or "what would you add to this branch/codebase?". Generates the single smartest, most innovative and high-value addition to the current PR/branch or project, then offers to implement it.
Plugin manifests2
{
"name": "spark",
"version": "1.1.4",
"description": "Ideation and design quality tools. Spark finds the single best addition to your PR or project. Forge pressure-tests a plan or implementation and strips AI-generated slop from code. Audit runs a read-only simplification audit across whole codebases.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"interface": {
"displayName": "Spark",
"shortDescription": "Ideation and design quality tools. Spark finds the single best addition to your PR or project. Forge pressure-tests a…",
"longDescription": "Ideation and design quality tools. Spark finds the single best addition to your PR or project. Forge pressure-tests a plan or implementation and strips AI-generated slop from code. Audit runs a read-only simplification audit across whole codebases.",
"developerName": "Guillaume Lebedel",
"category": "Engineering",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Spark to run this workflow."
]
},
"license": "MIT",
"keywords": [
"ideation",
"productivity",
"pr-review",
"engineering",
"design-review",
"code-quality",
"audit",
"refactoring",
"ai-slop",
"deslop"
],
"skills": "./.codex/skills/"
}{
"name": "spark",
"version": "1.1.4",
"description": "Ideation and design quality tools. Spark finds the single best addition to your PR or project. Forge pressure-tests a plan or implementation and strips AI-generated slop from code. Audit runs a read-only simplification audit across whole codebases.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"license": "MIT",
"keywords": [
"ideation",
"productivity",
"pr-review",
"engineering",
"design-review",
"code-quality",
"audit",
"refactoring",
"ai-slop",
"deslop"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[spark on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spark)