reflect
v1.0.2Learn from the active session or recurring workspace history across sessions, git changes, and PR feedback; propose evidence-backed skill and repository-guidance improvements.
By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 reflect for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add reflect@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 “reflect-2” remain stable.
- Codex:
reflect-2@agent-plugin-marketplace→reflect@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/reflect/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/reflect/SKILL.md
Included Skills1
Learn from the active session or recurring patterns across this workspace's sessions, git changes, and PR feedback. Use for reflection, introspection, skill evaluation, or improving repository guidance; propose evidence-backed edits through judgment, tooling, and divergent review lenses.
Plugin manifests2
{
"name": "reflect",
"version": "1.0.2",
"description": "Learn from the active session or recurring workspace history across sessions, git changes, and PR feedback; propose evidence-backed skill and repository-guidance improvements.",
"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": "Reflect",
"shortDescription": "Learn from the active session or recurring workspace history across sessions, git changes, and PR feedback; propose…",
"longDescription": "Learn from the active session or recurring workspace history across sessions, git changes, and PR feedback; propose evidence-backed skill and repository-guidance improvements.",
"developerName": "Guillaume Lebedel",
"category": "Engineering",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Reflect to run this workflow."
]
},
"license": "MIT",
"keywords": [
"reflect",
"learnings",
"skills",
"retrospective",
"subagents",
"continual-learning",
"introspect",
"session-history",
"repo-guidance",
"claude-code",
"codex"
],
"skills": "./.codex/skills/"
}{
"name": "reflect",
"version": "1.0.2",
"description": "Learn from the active session or recurring workspace history across sessions, git changes, and PR feedback; propose evidence-backed skill and repository-guidance improvements.",
"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": [
"reflect",
"learnings",
"skills",
"retrospective",
"subagents",
"continual-learning",
"introspect",
"session-history",
"repo-guidance",
"claude-code",
"codex"
]
}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.
[reflect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reflect-2)