number-generator

Generate three probable lottery draws from historical data using a chain-based model.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/peTMat-dev/private-chatting-app --skill number-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: number-generator
Source: https://github.com/peTMat-dev/private-chatting-app/tree/main/.claude/skills/number-generator
Command: npx skills add https://github.com/peTMat-dev/private-chatting-app --skill number-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze historical lottery-style draws and generate plausible next draws using a data-driven chain model to help users explore patterns and extend models without manual trial and error.

Core Features & Use Cases

  • Chain-driven draw generation: builds three branches from top P2 values and progresses through P3–P6 with parity-aware rules and tail anchoring.
  • Data-informed pattern analysis: computes parity distributions and uses distribution-aware selections to avoid overfitting to rare values.
  • Use Case: given a draws.tsv and a starting P1, generate three candidate draws and compare their parity patterns.

Quick Start

Provide a starting number (P1) and path to draws.tsv to generate three probable draws.

Frequently Asked Questions about number-generator

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

FAQPage Schema
How do I predict probable lottery draws from historical data?

To predict probable lottery draws from historical data, you analyze past draw records to generate plausible next draws using a chain-based model. The process applies a P1-subset chain with frequency-based P3–P6 selections and tail anchoring to output three candidate branches.

What is a chain-based model for lottery pattern exploration?

A chain-based model for lottery pattern exploration builds three branches from top P2 values and progresses through P3–P6 with parity-aware rules and tail anchoring on P6. It computes parity distributions to apply distribution-aware selections, avoiding overfitting to rare values.

How do I generate candidate lottery draws using a starting number and draws.tsv?

To generate candidate lottery draws, provide a starting number (P1) and a path to your draws.tsv file. The model generates three probable draws by applying frequency-based selections, deduplicating the results against the input dataset, and displaying explicit parity patterns.

Can I extend the lottery chain model with new draw data?

Yes, you can extend the lottery chain model with new draw data. The model accepts historical draws in a draws.tsv format to compute parity distributions and frequency-based selections, allowing you to explore updated patterns and generate new candidate draws as the dataset grows.

How does parity checking work in lottery draw generation?

Parity checking in lottery draw generation applies optional OE-like parity checks and parity-aware rules during the P3–P6 frequency-based selection phases. It computes parity distributions to ensure distribution-aware selections and outputs three branches with explicit parity patterns.