synthex
v1.4.1AI agents modeled after a software startup org chart — specialized roles that synthesize to discover, build, ship, operate, and learn from complete, production-quality software.
By Bluminal LabsLicense: Apache-2.03 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 26, 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 synthex for Codex and Claude Code
codex plugin marketplace add bluminal/lumenai
codex plugin marketplace upgrade lumenai
codex plugin add synthex@lumenaiPaste and run these commands in a terminal with Codex. They add and refresh the lumenai catalog, then install this plugin.
Compatibility: the page URL and API slug “synthex” remain stable.
- Codex:
synthex@agent-plugin-marketplace→synthex@lumenai
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/bluminal/lumenaiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/synthex/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "synthex",
"version": "1.4.1",
"description": "AI agents modeled after a software startup org chart — specialized roles that synthesize to discover, build, ship, operate, and learn from complete, production-quality software.",
"author": {
"name": "Bluminal Labs",
"url": "https://github.com/bluminal"
},
"homepage": "https://github.com/bluminal/lumenai/tree/main/plugins/synthex",
"repository": "https://github.com/bluminal/lumenai",
"license": "Apache-2.0",
"keywords": [
"agents",
"organization",
"orchestration",
"delivery",
"autonomous",
"synthesis"
],
"skills": "./portable-skills/",
"interface": {
"displayName": "Synthex",
"shortDescription": "A software delivery organization of reusable AI workflows",
"longDescription": "Synthex packages software delivery commands and specialist agent roles for discovering, planning, building, reviewing, shipping, operating, and learning from production-quality software.",
"developerName": "Bluminal Labs",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/bluminal/lumenai",
"defaultPrompt": [
"Use Synthex to refine these requirements.",
"Use Synthex to write an implementation plan.",
"Use Synthex to review this code."
]
}
}{
"name": "synthex",
"version": "1.4.1",
"description": "AI agents modeled after a software startup org chart — specialized roles that synthesize to discover, build, ship, operate, and learn from complete, production-quality software.",
"author": {
"name": "Bluminal Labs"
},
"agents": [
"./agents/architect.md",
"./agents/audit-artifact-writer.md",
"./agents/bedrock-review-prompter.md",
"./agents/claude-review-prompter.md",
"./agents/code-reviewer.md",
"./agents/codex-review-prompter.md",
"./agents/commit-message-author.md",
"./agents/context-bundle-assembler.md",
"./agents/design-system-agent.md",
"./agents/findings-consolidator.md",
"./agents/gemini-review-prompter.md",
"./agents/lead-frontend-engineer.md",
"./agents/llm-review-prompter.md",
"./agents/metrics-analyst.md",
"./agents/multi-model-review-orchestrator.md",
"./agents/ollama-review-prompter.md",
"./agents/performance-engineer.md",
"./agents/plan-linter.md",
"./agents/plan-scribe.md",
"./agents/product-manager.md",
"./agents/quality-engineer.md",
"./agents/retrospective-facilitator.md",
"./agents/security-reviewer.md",
"./agents/sre-agent.md",
"./agents/tech-lead.md",
"./agents/technical-writer.md",
"./agents/terraform-plan-reviewer.md",
"./agents/ux-researcher.md"
],
"commands": [
"./commands/init.md",
"./commands/cancel-loop.md",
"./commands/configure-multi-model.md",
"./commands/dismiss-upgrade-nudge.md",
"./commands/list-loops.md",
"./commands/loop.md",
"./commands/next-priority.md",
"./commands/refine-requirements.md",
"./commands/write-implementation-plan.md",
"./commands/review-code.md",
"./commands/write-adr.md",
"./commands/write-rfc.md",
"./commands/test-coverage-analysis.md",
"./commands/design-system-audit.md",
"./commands/retrospective.md",
"./commands/reliability-review.md",
"./commands/performance-audit.md",
"./commands/star.md"
]
}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.
[synthex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/synthex)