ワンクリックで
monster-mq
monster-mq には vogler75 から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Guide for configuring, deploying, and operating the MonsterMQ broker. Use this skill whenever the user needs help with YAML configuration, Docker deployment, clustering, database setup, storage backend selection, TLS/SSL certificates, Kafka integration, or any operational/DevOps task related to MonsterMQ. Also trigger when the user asks about config.yaml structure, environment variables, command-line arguments, or troubleshooting broker startup issues. Trigger on "config.yaml", "Docker", "deploy", "cluster", "PostgreSQL setup", "MongoDB setup", "Kafka", "TLS", "certificate", "archive group", "storage backend", or "how to configure".
Guide for developing the MonsterMQ web dashboard. Use this skill whenever the user wants to create, modify, or fix dashboard pages, UI components, styles, or JavaScript for the MonsterMQ broker's web interface. This includes adding new pages, modifying existing dashboard views, working with the GraphQL client, updating the sidebar menu, fixing CSS/styling issues, or adding interactive features. Trigger on mentions of "dashboard", "web UI", "frontend page", "sidebar", "CSS", "theme", "add a page", "fix the UI", "GraphQL client", "table view", "detail page", or any work on files in the dashboard directory.
Guide for integrating new device types into the MonsterMQ broker. Use this skill whenever the user wants to add a new device connector, bridge, or protocol integration to MonsterMQ. This includes creating backend Kotlin verticles (Connector + Extension), GraphQL schema/resolvers, and dashboard UI pages. Trigger on requests like "add a new device type", "integrate Modbus", "create an OPC UA connector", "bridge protocol X to MQTT", "add a new client type", or any mention of connecting external systems/devices to MonsterMQ.
Guide for writing Python integration tests for the MonsterMQ broker. Use this skill whenever the user wants to create, modify, or run test scripts for MonsterMQ. This covers MQTT protocol tests (v3.1.1 and v5), GraphQL API tests, OPC UA tests, database backend tests, and any other integration/functional testing. Trigger on mentions of "write a test", "add test cases", "test MQTT", "test GraphQL", "pytest", "paho-mqtt", "test script", "integration test", "test the broker", "verify behavior", or any work on files in the tests/ directory.