Help us improve
Share bugs, ideas, or general feedback.
Official Qlerify plugins for AI coding assistants — domain model sync, data export, and more
npx claudepluginhub qlerify/qlerify-pluginsTeaches AI agents how to effectively use Qlerify's MCP server — domain model sync, fast data export, and more
Share bugs, ideas, or general feedback.
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