Skip to main content
Schemyxagent controls
Private beta / Agent control layer

One control layer.Built for every coding agent.

Today, Schemyx indexes the patterns, rules, and conventions your repo already proves, then matches each prepared task to focused, source-backed guidance. Next, the beta will normalize agent-specific skill formats, route the right skills by task, and enforce guardrails during generation.

Task control route
INDEXED TASK MATCHING
Paradigm index
Routes + UIroute.app.dashboard
Services + APIservice.auth.session
Data + modelsmodel.project.config
SXMCP
Agent response
agent / taskREADY
01schemyx_prepare_task
paradigms matched
compatibility filtered
review state preserved
Schemyx matches a task to source-backed repo paradigms, returns bounded recipes and context, and permits exact-source fallback only with a recorded reason.
Paradigm indexSource-backed
Task matchingOn prepare
CompatibilityFiltered
Review stateExplicit
01Control problem

Prompts are not durable policy

Every agent should start from the same project truth.

Repo paradigms should not depend on remembered prompts. Schemyx makes the applicable pattern, compatibility limits, and review state available at task time.

Without indexed guidanceDRIFT
01Common repo paradigmsRediscovered by each agent
02Compatibility limitsMissed in broad source search
03AmbiguityFlattened into false certainty
With Schemyx MCPRESOLVED
01Task-matched recipesBounded and source-backed
02Compatibility filterApplied before retrieval
03Review stateAmbiguity stays visible
02Task-aware retrieval

Match → filter → verify

Start with indexed paradigms. Expand only when evidence requires it.

Task preparation matches indexed repo paradigms to bounded recipes, filters incompatible results, preserves ambiguity and review state, and gates exact-source fallback by reason.

01
schemyx_prepare_task

Frame the work

Verify freshness, match indexed paradigms, apply compatibility filters, and preserve review state.

02
schemyx_search_codebase

Find the right keys

Search the paradigm and recipe index before walking broadly through the repository.

03
schemyx_get_codebase_recipe

Load matched recipe

Fetch the precise source-backed route, component, service, model, style, or rule the task matched.

04
schemyx_get_context_pack

Expand relationships

Pull a bounded pack of connected facts when one recipe is not enough to implement safely.

Agent request$ schemyx_prepare_task

“Refactor the dashboard navigation without breaking auth.”

compatibility filtered review state preserved fallback reason gated
03Control boundary

Source-backed guidance, not a project dump

Control starts with evidence the agent can verify.

Today’s MCP indexes source-backed patterns, rules, and conventions. The beta direction is to normalize agent-specific skill formats, require the right skills for each task, and enforce guardrails during generation—not current enforcement.

01

Routes & UI

Source-backed route, component, responsive, and styling paradigms indexed from repository evidence.

02

Services & APIs

Controller, service, module, and endpoint paradigms with compatibility and source relationships intact.

03

Data & models

Prisma, SQL, ORM, schema, and model paradigms returned as bounded recipes instead of a repository dump.

04

Guarded source

Exact-file reads require a reason when compatible recipes cannot answer the task with sufficient evidence.

Local boundary

The evidence boundary stays explicit.

The current local beta scans an explicit source scope and writes a generated index under .schemyx/codebase. Agents receive bounded recipes and context packs first; exact-file reads require a recorded fallback reason.

Compatibility filter Review state Reason-gated source
frontend

Routes, UI components, hooks, styles, templates, and frontend configuration.

backend

Controllers, services, modules, APIs, databases, models, and backend configuration.

full

The repository with safe generated, dependency, build, and VCS ignores applied.

custom

Only explicit include paths when the user has selected an exact boundary.

STDIO CLIENTS
Codex
Cursor
Claude Desktop
Local bundles
04 / CONNECT
Private beta

Bring the same repo truth to every connected coding agent.

Use task-matched paradigms today. Help shape agent-specific skill routing and enforceable generation guardrails next.

Request beta access