arxiv-pattern-discovery

2
0
Source

Search arXiv for academic papers describing agentic AI patterns. Use when user asks to find new patterns from academic literature, search arXiv, discover patterns from papers, or review academic sources for pattern extraction.

Install

mkdir -p .claude/skills/arxiv-pattern-discovery && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3012" && unzip -o skill.zip -d .claude/skills/arxiv-pattern-discovery && rm skill.zip

Installs to .claude/skills/arxiv-pattern-discovery

About this skill

arXiv Pattern Discovery

Search arXiv for academic papers describing agentic AI patterns and score them using the Pattern Quality Rubric.

Quick Start

Invoke this skill when the user asks to:

  • Search arXiv for new agent patterns
  • Find academic papers about multi-agent orchestration
  • Discover patterns from academic literature
  • Review the latest papers for extractable patterns
  • What new patterns are emerging from recent AI research?

Workflow

This skill implements a 3-phase discovery workflow:

Phase 1: Discovery

# Search for recent papers (last 30 days, max 50 results)
python scripts/arxiv_scanner.py --days=30 --max-results=50 --export-md results.md

# Search for specific topics
python scripts/arxiv_scanner.py --query="multi-agent systems" --max-results=100

# Search with minimum quality threshold
python scripts/arxiv_scanner.py --min-score=7.0 --export-md high-quality.md

Phase 2: Review

  • Read the exported Markdown report
  • Identify high-quality papers (score >= 7.0)
  • Check for potential duplicates flagged by the scanner
  • Select candidates for pattern extraction

Phase 3: Next Steps

  • Use the create-pattern skill to extract patterns from selected papers
  • Or manually create patterns using patterns/TEMPLATE.md
  • Run the similarity checker before committing to avoid duplicates
  • Run the validator to ensure pattern quality

Script Reference

arxiv_scanner.py

Main script for querying arXiv API and scoring papers.

Usage:

python scripts/arxiv_scanner.py [OPTIONS]

Options:

  • --query, -q: arXiv search query (default: agent/agentic/multi-agent papers)
  • --max-results, -n: Maximum results to fetch (default: 100)
  • --days, -d: Only include papers from last N days (default: 365)
  • --min-score, -m: Minimum quality score to include (default: 5.0)
  • --export-json: Export results to JSON file
  • --export-md: Export results to Markdown file
  • --patterns-dir: Path to patterns directory (default: patterns)
  • --verbose, -v: Print detailed output for each paper

Examples:

# Recent high-quality papers
python scripts/arxiv_scanner.py --days=7 --min-score=7.0

# Search specific topic
python scripts/arxiv_scanner.py --query="multi-agent orchestration" --max-results=50

# Full scan with export
python scripts/arxiv_scanner.py --days=30 --export-md arxiv_report.md --verbose

pattern_similarity_checker.py

Detect potentially duplicate or very similar patterns.

Usage:

# Check a single pattern against existing patterns
python scripts/pattern_similarity_checker.py patterns/new-pattern.md

# Check all patterns against each other
python scripts/pattern_similarity_checker.py --all

# Custom threshold and export
python scripts/pattern_similarity_checker.py --all --threshold=0.7 --export report.md

Options:

  • --all, -a: Check all patterns against each other
  • --patterns-dir, -d: Path to patterns directory (default: patterns)
  • --threshold, -t: Similarity threshold for reporting (default: 0.5)
  • --export, -e: Export report to Markdown file

pattern_validator.py

Validate pattern files for completeness and quality.

Usage:

# Validate a single pattern
python scripts/pattern_validator.py patterns/new-pattern.md

# Validate all patterns
python scripts/pattern_validator.py --all --verbose

# Export validation report
python scripts/pattern_validator.py --all --export validation_report.md

Options:

  • --all, -a: Validate all pattern files
  • --patterns-dir, -d: Path to patterns directory (default: patterns)
  • --verbose, -v: Print detailed output for each issue
  • --strict, -s: Treat warnings as errors
  • --export, -e: Export report to Markdown file

Next Steps After Discovery

After identifying candidate papers from arXiv:

  1. Extract the Pattern: Use the create-pattern skill with the paper URL or PDF
  2. Validate: Run pattern_validator.py on the new pattern file
  3. Check for Duplicates: Run pattern_similarity_checker.py on the new pattern
  4. Review: Ensure the pattern meets the quality threshold (score >= 5.0)
  5. Commit: Add the pattern to the repository

Quality Scoring

Papers are scored using the Pattern Quality Rubric (see RUBRIC.md for details):

  • Reusability (30%): Domain-specific → Multi-domain → Universal
  • Novelty (25%): Existing → Incremental → Fundamentally new
  • Clarity (20%): Vague → Clear → Crystal clear
  • Evidence (15%): No eval → Some eval → Strong empirical
  • Completeness (10%): Idea only → Partial details → Production-ready

Threshold: Score >= 5.0 qualifies for pattern extraction

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318399

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

340397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

452339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.