check-pattern-discovery

Monitor Qdrant pattern collection health and vector counts via REST API.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill check-pattern-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-pattern-discovery
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/system-status/check-pattern-discovery
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill check-pattern-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides essential visibility into the health and status of Qdrant pattern collections, ensuring that the underlying data stores for pattern discovery are functioning optimally.

Core Features & Use Cases

  • Collection Status Monitoring: Checks the health status of Qdrant collections.
  • Vector Count Reporting: Reports the number of vectors and indexed vectors per collection.
  • Overall Health Summary: Provides a consolidated view of all pattern collections.
  • Use Case: A system administrator can use this skill to quickly verify if all pattern discovery data is available and healthy before a critical AI operation.

Quick Start

Check the status of all Qdrant pattern collections.

Frequently Asked Questions about check-pattern-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor the health of Qdrant vector collections?

You can monitor Qdrant vector collections by retrieving real-time statistics through the Qdrant REST API to analyze collection health, vector quantities, and indexing status for operational readiness.

How do I check the vector count in my Qdrant pattern collections?

To check the vector count in Qdrant pattern collections, query the Qdrant REST API to report the total number of vectors and indexed vectors per collection for your pattern discovery data.

What is the best way to verify Qdrant data availability before running AI pattern discovery?

The best way to verify Qdrant data availability is to generate an overall health summary that checks the status of all Qdrant pattern collections to ensure underlying data stores are fully operational.

Do I need the Qdrant REST API to check system status for pattern collections?

Yes, you need access to the Qdrant REST API because real-time statistics retrieval for vector quantities and collection health monitoring depends on querying this endpoint directly.

Why does my Qdrant pattern collection show zero indexed vectors?

A Qdrant pattern collection showing zero indexed vectors indicates an indexing status issue, which you can identify by monitoring vector counts and overall collection health to ensure operational readiness.