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.
This 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
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.
npx claudepluginhub qlerify/qlerify-plugins --plugin mcp-companionComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.