anomaly-detection

Detect anomalies in HR-IMS login, API, stock, and event logs.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill anomaly-detection-arnutt-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anomaly-detection
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/anomaly-detection
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill anomaly-detection-arnutt-n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects anomalies in HR-IMS system activity to identify unusual patterns and alert teams.

Core Features & Use Cases

  • Real-time anomaly detection across login events, API usage, stock levels, and operational logs.
  • Configurable rules and baselines to tailor thresholds to your environment.
  • Automated alerting and escalation through in-app notifications and admin dashboards.

Quick Start

Configure and run hourly anomaly checks to continuously monitor events and deliver alerts.

Frequently Asked Questions about anomaly-detection

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

FAQPage Schema
How do I detect anomalies in backend API usage and login activity?

To detect anomalies in backend API usage and login activity, you apply rule-based detection against configurable baselines and thresholds. This monitors event logs to surface unusual patterns and raises alerts when threshold breaches occur.

Can I set custom thresholds and time windows for anomaly detection rules?

Yes, anomaly detection supports configurable windows and baselines to tailor thresholds to your environment. You set custom rule parameters to define severity levels and trigger alerts for specific operational contexts.

How does automated alerting work for detected system anomalies?

Automated alerting for detected system anomalies works by persisting anomaly records in a Prisma-backed data store and routing notifications through admin dashboards. This escalates unusual patterns to relevant teams for intervention.

What is the best way to monitor stock levels for sudden threshold breaches?

The best way to monitor stock levels for threshold breaches is running hourly anomaly checks against established baselines. This continuously evaluates operational logs to identify unusual inventory patterns and alert teams.

Does this anomaly detection approach require a Prisma data store setup?

Yes, this anomaly detection approach requires a Prisma data store setup to persist detected anomalies and manage alerting workflows. The Prisma backend handles data storage for the rule-based detection engine.