Agent skill · Workflow & Productivity

pattern-recognition

Conjecture generation, sequence analysis, and experimental mathematics for mathematical discovery. Covers sequence analysis (OEIS lookups, recurrence relations, generating functions), pattern detection methods (finite differences, ratio analysis, modular patterns), conjecture generation workflow, classical integer sequences (Fibonacci, Catalan, partition numbers, Bernoulli numbers), combinatorial identities, the probabilistic method (Erdos, expected value arguments, Lovasz Local Lemma), AI-assisted discovery (FunSearch, Ramanujan Machine), and confidence calibration with cautionary tales (Mert

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pattern-recognition --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/analysis/pattern-recognition/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Pattern Recognition Mathematics advances by the interplay of conjecture and proof. Pattern recognition — the art of observing regularity in data and formulating precise conjectures — is the creative engine that drives discovery. Euler, Gauss, and Ramanujan were supreme pattern-finders whose conjectures shaped centuries of subsequent mathematics. This skill covers systematic methods for detecting patterns, generating conjectures, and calibrating confidence before committing to a proof attempt. **Agent affinity:** ramanujan (intuitive pattern discovery, sequence analysis, identity generation) **Concept IDs:** math-pattern-recognition, math-experimental-probability, math-data-representation, math-functions ## Part I — Sequence Analysis ### The OEIS (On-Line Encyclopedia of Integer Sequences) The OEIS (oeis.org), founded by Neil Sloane in 1964 and now containing over 370,000 sequences, is the single most important resource for pattern recognition in mathematics. Given the first several terms of a sequence, searching the OEIS often identifies the sequence, its name, its generating function, known formulas, and references. **Strategy.** When encountering an unfamiliar sequence: 1. Comp

What's inside
Steps it walks through
  1. Part I — Sequence Analysis
  2. The OEIS (On-Line Encyclopedia of Integer Sequences)
  3. Recurrence Relations
  4. Generating Functions
  5. Part II — Pattern Detection Methods
  6. Finite Differences
  7. Ratio Analysis
  8. Modular Patterns
  9. Part III — Conjecture Generation Workflow
  10. Step 1: Gather Data
  11. Step 2: Look for Patterns
  12. Step 3: Formulate a Precise Conjecture
  13. Step 4: Test the Conjecture
  14. Step 5: Attempt a Proof
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pattern-recognition skill do?

Conjecture generation, sequence analysis, and experimental mathematics for mathematical discovery. Covers sequence analysis (OEIS lookups, recurrence relations, generating functions), pattern detection methods (finite differences, ratio analysis, modular patterns), conjecture generation workflow, classical integer sequences (Fibonacci, Catalan, partition numbers, Bernoulli numbers), combinatorial identities, the probabilistic method (Erdos, expected value arguments, Lovasz Local Lemma), AI-assisted discovery (FunSearch, Ramanujan Machine), and confidence calibration with cautionary tales (Mert

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pattern-recognition --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going