LuuOW/meridian-mcp

Meridian MCP — calibrated AI skill routing via orbital mechanics

0Stars on the repository
92Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

hello-world

01

LuuOW/meridian-mcp

Skill Claude CodeCodex

A minimal example skill demonstrating the SKILL.md frontmatter + body format. Use as a template when authoring your own skills.

not rated 0 2d ago A 29 tokens original MIT

http-best-practices

02

LuuOW/meridian-mcp

Skill Claude CodeCodex

Patterns for HTTP clients + servers — idempotency, retries, timeouts, status code semantics, and request/response tracing.

not rated 0 2d ago A 32 tokens original MIT

markdown-formatting

03

LuuOW/meridian-mcp

Skill Claude CodeCodex

Clean, consistent markdown output for LLM-generated content — headings, lists, code fences, tables, and front matter.

not rated 0 2d ago A 28 tokens original MIT

agent-loop

04

LuuOW/meridian-mcp

Skill Claude CodeCodex

Production Claude agent loop — Session/Harness/Registry/Tool abstraction, DRYRUN safety guard, APScheduler integration, dead-letter error handling, tool registry, and observability hooks for autonomous agent systems.

not rated 0 2d ago A 43 tokens original MIT

analytics

05

LuuOW/meridian-mcp

Skill Claude CodeCodex

Growth analytics authority — GA4 event tracking, conversion funnels, attribution models, cohort analysis, A/B testing, Supabase analytics queries, and revenue reporting patterns.

not rated 0 2d ago A 33 tokens original MIT

api-reference

06

LuuOW/meridian-mcp

Skill Claude CodeCodex

OpenAPI/AsyncAPI spec authoring, Swagger UI hosting, endpoint doc patterns, request/response examples, error catalogs, and SDK reference generation for REST and WebSocket APIs.

not rated 0 2d ago A 38 tokens original MIT

api

07

LuuOW/meridian-mcp

Skill Claude CodeCodex

FastAPI + async/sync HTTP client patterns, JWT auth, multi-provider routing, Pydantic request/response models, CORS, background tasks, and typed frontend API clients — synthesized from lead-gen-engine and seo-geo-aeo-engine.

not rated 0 2d ago A 51 tokens original MIT

arxiv-taxonomy

08

LuuOW/meridian-mcp

Skill Claude CodeCodex

Complete arXiv category taxonomy, cross-listing rules, submission conventions, and query patterns. Use when fetching, filtering, or routing papers by discipline; when a user references "astro-ph.CO" or "hep-ph" and you need to know what that covers; when building recommender logic across adjacent categories.

not rated 0 2d ago A 68 tokens original MIT

astro-expert

09

LuuOW/meridian-mcp

Skill Claude CodeCodex

Astro framework expertise — islands architecture, SSR/hybrid modes, React integration, performance, and production-ready frontend scaffolding.

not rated 0 2d ago A 28 tokens original MIT

auth

10

LuuOW/meridian-mcp

Skill Claude CodeCodex

JWT patterns, API key auth, Supabase Auth, OAuth2 flows, RBAC, FastAPI security dependencies.

not rated 0 2d ago A 24 tokens original MIT

background-tasks

11

LuuOW/meridian-mcp

Skill Claude CodeCodex

Async task execution authority — Celery workers and beat scheduler, APScheduler in-process cron, bare Redis LPUSH/BRPOP queues, dead-letter queues, idempotency patterns, task monitoring, and Docker Compose worker definitions for Python pipelines.

not rated 0 2d ago A 51 tokens original MIT

LuuOW/meridian-mcp

Skill Claude CodeCodex

Bright Data collection specialist — dynamic page retrieval, geo-targeted browsing, anti-bot resilient collection, SERP capture, and hard-target fallback for agent research pipelines.

not rated 0 2d ago A 37 tokens original MIT

browser-stealth

13

LuuOW/meridian-mcp

Skill Claude CodeCodex

Browser automation stealth and residential proxy routing — patchright anti-detection, Playwright proxy at correct context level, sticky residential sessions, navigator.webdriver masking, datacenter vs residential IP fingerprinting, and page.evaluate fetch fallback.

not rated 0 2d ago A 47 tokens original MIT

caching

14

LuuOW/meridian-mcp

Skill Claude CodeCodex

Redis patterns (pub/sub, queues, TTL), in-process caching, cache-aside strategy, invalidation, Python and Node clients.

not rated 0 2d ago A 29 tokens original MIT

causal-inference

15

LuuOW/meridian-mcp

Skill Claude CodeCodex

Causal inference for data scientists and analysts — DAGs and do-calculus, propensity score methods, difference-in-differences, instrumental variables, regression discontinuity, synthetic control, and variance reduction techniques (CUPED), using CausalML, DoWhy, and rigorous A/B test analysis.

not rated 0 2d ago A 65 tokens original MIT

ci-cd

16

LuuOW/meridian-mcp

Skill Claude CodeCodex

CI/CD pipelines for GitHub Actions and Docker-based deployments — lint, test, build, push, deploy stages; environment secrets; branch-gated workflows; health-check rollbacks; and PM2/systemd service restarts.

not rated 0 2d ago C 48 tokens original MIT

computer-vision

17

LuuOW/meridian-mcp

Skill Claude CodeCodex

Computer vision engineering covering object detection (YOLO, RT-DETR), instance and semantic segmentation (SAM, Mask R-CNN), image classification, OCR (Tesseract, PaddleOCR), video understanding, OpenCV pipelines, PyTorch/torchvision, ONNX export, and edge deployment via TensorRT and CoreML.

not rated 0 2d ago A 69 tokens original MIT

container-security

18

LuuOW/meridian-mcp

Skill Claude CodeCodex needs its repo

Container runtime security — non-root users, read-only filesystems, capability dropping, secrets hygiene, image scanning, supply-chain verification, and runtime policy enforcement.

not rated 0 2d ago A 33 tokens original MIT

content

19

LuuOW/meridian-mcp

Skill Claude CodeCodex

Content strategy authority — editorial calendar, content briefs, topic clustering, AI-assisted writing workflows, UGC patterns, publishing pipelines, and brand voice guidelines across blog, social, and email formats.

not rated 0 2d ago A 39 tokens original MIT

context-compaction

20

LuuOW/meridian-mcp

Skill Claude CodeCodex

Reduce context entropy and token burn by compacting stale state, preserving only reusable signal, and reshaping long tasks into short high-coherence context windows.

not rated 0 2d ago A 33 tokens original MIT

css-spacing-layout

21

LuuOW/meridian-mcp

Skill Claude CodeCodex

CSS Spacing & Container Layout Architect — expert in padding, margin, borders, container hierarchy, spacing scales, and layout consistency across breakpoints.

not rated 0 2d ago A 32 tokens original MIT

curl-recipes

22

LuuOW/meridian-mcp

Skill Claude CodeCodex

Targeted curl patterns for debugging HTTP services, testing API endpoints, inspecting TLS, and measuring request timing. Micro-skill — composable with network, ssl-tls, api, and webhook debugging workflows.

not rated 0 2d ago A 31 tokens original MIT

database

23

LuuOW/meridian-mcp

Skill Claude CodeCodex

Relational database authority — PostgreSQL, async ORM (SQLAlchemy 2 / asyncpg), Alembic schema migrations, Supabase Python and JS clients, query optimisation, index strategy, connection pooling, transaction patterns, and bulk operations across Python and Node stacks.

not rated 0 2d ago A 54 tokens original MIT

defi-protocols

24

LuuOW/meridian-mcp

Skill Claude CodeCodex

DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.

not rated 0 2d ago A 81 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: