Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Qlerify
Sync local codebase domain models with Qlerify MCP server by scanning entities, commands, Prisma/GraphQL schemas, and git diffs. AI guides BPMN workflow creation using lanes, domain events, bounded contexts, and correct $ref paths. Export Qlerify workflows, OpenAPI specs, entities, and events to JSON/YAML 100x faster via curl+jq, bypassing slow AI tools.
npx claudepluginhub qlerify/qlerify-plugins --plugin mcp-companionThis skill should be used when the user asks to "save to file", "download", "export", "store in file", or any request that involves getting data from Qlerify and saving it locally. Bypasses AI processing and is ~100x faster than MCP tools for large data exports.
This skill should be used when the user asks to "sync domain model", "update Qlerify", "push changes to Qlerify", "sync schemas", "sync entities", or after implementing features that add or change entities, API endpoints, database schemas, migrations, or Prisma/GraphQL types. Syncs the local codebase's domain model with Qlerify.
This skill should be used when the user asks to "create a workflow", "build a domain model", "set up a new Qlerify workflow", "add events and lanes", "create BPMN diagram", "model a business process", "set up domain events", "add commands and read models to workflow", or any request involving building a Qlerify workflow from scratch or adding structural elements to an existing one. Provides the full creation sequence, tool ordering, and domain modeling guidance.
Official Qlerify plugins for AI coding assistants — domain model sync, data export, and more. Works with Claude Code, Gemini CLI, and Cursor.
Configure MCP server in ~/.claude.json:
{
"mcpServers": {
"qlerify": {
"type": "url",
"url": "https://mcp.qlerify.com",
"headers": {
"x-api-key": "YOUR_API_TOKEN"
}
}
}
}
Install the plugin:
/plugin marketplace add qlerify/qlerify-plugins
/plugin install mcp-companion@qlerify-plugins
After installation, skills are available as /mcp-companion:workflow-creation, /mcp-companion:sync, and /mcp-companion:download.
Install each skill using the --path flag:
gemini skills install https://github.com/qlerify/qlerify-plugins.git --path plugins/mcp-companion/skills/workflow-creation
gemini skills install https://github.com/qlerify/qlerify-plugins.git --path plugins/mcp-companion/skills/sync
gemini skills install https://github.com/qlerify/qlerify-plugins.git --path plugins/mcp-companion/skills/download
Configure the Qlerify MCP server in ~/.gemini/settings.json per
Gemini CLI docs.
Cmd+Shift+J)https://github.com/qlerify/qlerify-pluginsConfigure the Qlerify MCP server in Cursor's MCP settings.
Get your API token from the Qlerify UI.
mcp-companionTeaches AI agents how to effectively use Qlerify's MCP server. Contains the following skills:
workflow-creationGuides AI agents through building complete Qlerify workflows from scratch — lanes, groups, domain events, entities, commands, read models, cards, and bounded contexts. Includes a full tool reference and a worked e-commerce example.
Triggers:
What it does:
syncSyncs your codebase's domain model with Qlerify. Detects entities, commands, and read models in your code and ensures they match your Qlerify workflow.
Triggers:
What it does:
downloadFast download any Qlerify data directly to files. Uses curl + jq to bypass AI processing, making it ~100x faster than
standard MCP tools for large data.
Triggers:
What it does:
# Invoke skills directly
/mcp-companion:workflow-creation
/mcp-companion:sync
/mcp-companion:download
# Or just ask naturally - skills trigger automatically
> create a workflow for an e-commerce order process
> sync my domain model with Qlerify
> download the Cart Microservice workflow to workflow.json
> save the swagger spec for my workflow to api.yaml
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Model Context Protocol Mcp Expert subagent
MCP server development helper with tool and resource scaffolding
Stateful workflow engine MCP server for multi-step automation
Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration
Claude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow
Centralized Claude Code configuration: Docker-first guards, permissions, MCP gateway, and workflow skills