Further reading
The Synthex docs are the canonical reference for the plugin itself. Once you know the basics, these external resources are the next places to look — for the upstream ecosystem, the sponsor, and the canonical essay this site builds on.
Plugin source & marketplace
Where Synthex itself lives.
- LumenAI marketplace ↗
The Git repository hosting the marketplace and Synthex itself. Browse the agents and commands directly — every system prompt is one markdown file.
- Synthex plugin source ↗
Direct link to the plugin directory. Useful when you want to inspect how a specific agent or command is wired before adopting it.
- Issues & feature requests ↗
Bug reports, feature requests, and example walkthrough requests for Synthex. The most-asked-for examples land first.
Author & sponsor
The people behind Synthex.
- AJ Brown ↗
Author of Synthex. Long-form writing on agentic delivery, software architecture, and the practice of shipping reliably. Includes the canonical 'Agentic software delivery' essay this site quotes from.
- Bluminal ↗
Sponsor and developer of Synthex. Bluminal is an applied-AI consulting firm focused on getting agentic systems into real production use.
Claude Code & the broader ecosystem
The runtime that hosts Synthex.
- Claude Code documentation ↗
The official Anthropic documentation for Claude Code itself. Covers installation, CLI usage, hooks, MCP servers, and plugin authoring at the framework level.
- Sub-agents docs ↗
Upstream documentation for the sub-agent capability that Synthex's agents are built on. Useful when authoring your own agents.
- Slash commands docs ↗
Upstream documentation for slash commands — the primitive Synthex's commands extend. Required reading for command authoring.
- Claude Code GitHub ↗
File runtime issues here, separate from Synthex bugs. The Claude Code project is where the host environment is maintained.