Every mod

All nine kinds in one list: what an agent loads, what it runs, what it reads and what bundles the rest. 418,037 of them, each with its token cost per session, a security scan with the line that triggered it, and whether it is the original or one of the copies.

mcp-server-db

8809

Nam088/mcp-db-server

MCP server Claude CodeCodexCursor +2

MCP server exposing Postgres, Redis, Elasticsearch, MySQL, MongoDB, and LDAP as tools, with lazy connection management, retry, circuit breaking, per-connection read-only mode, and optional database drivers. Runs locally from the mcp-server-db npm package.

not rated 82 19d ago A Socket: warn tokens not measured original MIT

kip-cognitive-nexus

8810

ldclabs/KIP

Skill Claude CodeCodex needs its repo

Archived KIP 1.x integration for historical reference. Persistent graph-based memory for AI agents via KIP (Knowledge Interaction Protocol). Provides retrieval-first memory operations (KQL), durable writes (KML), schema discovery (META), and memory hygiene patterns. Use whenever the agent needs to consult or update…

not rated 82 changed 7d ago A SkillSpector: pass 101 tokens original MIT

html-slides

8811

bluedusk/html-slides

Plugin Claude Code

Bundles 1 skill · 88 tokens together

Generate or convert single-file HTML slide presentations with interactive components (flip cards, charts, tables, code blocks, stats, architecture flows, and more) or creative visual themes.

not rated 82 +2 4mo ago A tokens not measured fork MIT

duckdb-go

8812

tobilg/caddy-duckdb-module

MCP server Claude CodeCodexCursor +2

One of 2 in .mcp.json

MCP server "duckdb-go", hosted remotely at gitmcp.io, as configured in tobilg/caddy-duckdb-module.

not rated 82 6mo ago A tokens not measured original MIT

tyran

8814

jjanczur/tyran

Plugin Claude Code

Bundles 15 skills, 5 agents, 5 hooks · 1,196 tokens together

A task conductor for Claude Code: multi-agent orchestration with an enforced evidence contract, repo-specific learning, and update-safe local evolution.

not rated 81 changed 3d ago A tokens not measured original Apache-2.0

NVIDIA-AI-IOT/DeepStream_Coding_Agent

Skill Claude CodeCodex

Use this skill to bring any vision model from HuggingFace or NVIDIA NGC into an NVIDIA DeepStream pipeline with end-to-end automation: ONNX download, SafeTensors export, TRT engine build, custom nvinfer bbox parser, multi-stream benchmark, and PDF report. Object detection models only.

not rated 81 3mo ago A 68 tokens

oop-architect

8816

ZhongliangGuo/oop-architect

Plugin Claude Code

Bundles 1 skill · 183 tokens together

OOP architecture planning and progress tracking for software projects. Generates Mermaid UML (class, sequence, component, state, and ER diagrams) inside CLAUDE.md with full typed signatures, visibility markers, and implementation status on every class/method/relationship. Triggers on: 'plan the architecture', 'design…

not rated 81 4mo ago A tokens not measured original MIT

jdatamunch-mcp

8818

jgravelle/jdatamunch-mcp

MCP server Claude CodeCodexCursor +2

Token-efficient MCP server for tabular data retrieval via CSV/Excel/Parquet/JSONL indexing. Runs locally from the jdatamunch-mcp Python package.

not rated 81 22d ago A tokens not measured

claude-code

8819

adelinamart/robrain

Plugin Claude Code

Bundles 3 hooks

Institutional memory for AI coding agents: deterministic decision capture and pre-task warnings about previously REJECTED approaches, backed by your self-hosted RoBrain stack.

not rated 81 1mo ago A tokens not measured original Apache-2.0

ppt-report-generator

8820

myunwang/ppt-report-skills

Skill Claude CodeCodex

A browser-based presentation tool that turns data and conclusions into 16:9 report slides. It can show slides full screen and export them as a PDF.

not rated 81 3mo ago A 198 tokens original MIT

typescript-mcp

8821

jhgaylor/node-candidate-mcp-server

Cursor rule Cursor

MCP TypeScript SDK implements the full Model Context Protocol specification, allowing you to build MCP servers and clients using TypeScript.

not rated 81 3mo ago A 0 tokens original MIT

msw-cli

8822

JasonBoy/msw-mcp

Skill Claude CodeCodex

Control MSW mocks at runtime via msw-cli (open session, add/update/remove handlers). Use when mocking APIs, changing mock responses, or debugging MSW without restarting the app.

not rated 81 2mo ago A SkillSpector: warn 41 tokens original MIT

knowledge_sources

8824

elizaOS/knowledge

Cursor rule Cursor

This repository aggregates knowledge from various sources for RAG systems. See the main README.md for a full overview.

not rated 81 yesterday A 0 tokens

myharness

8825

cookyman74/my_harness

Plugin Claude Code

Bundles 7 skills, 6 agents · 2,046 tokens together

The team-architecture factory for Claude Code and Codex — a meta-skill that turns a domain description into an agent team and the skills they use, with six team patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation), a two-layer quality gate (internal QA + external…

not rated 81 changed 10d ago A tokens not measured original Apache-2.0

ARCHITECTURE

8826

cloudrift-ai/emmy

Command Claude Code

Command "ARCHITECTURE" from cloudrift-ai/emmy, covering commands architecture, layered design, layers, emmy/recipe/ — recipe library and emmy/deploy/ — deploy library.

not rated 81 +1 changed today C 0 tokens original Apache-2.0

moltbook

8827

quailyquaily/mistermorph

Skill Claude CodeCodex

The social network for AI agents. Post, comment, upvote, and create communities.

not rated 81 yesterday A SkillSpector: warn 22 tokens original Apache-2.0

windows-shell

8828

RikyZ90/ShibaClaw

Skill Claude CodeCodex

Manage long-running background jobs and interactive workflows on Windows using PowerShell Jobs (Start-Job, Receive-Job) — the Windows equivalent of tmux sessions.

not rated 81 6d ago A SkillSpector: pass 35 tokens original Apache-2.0

supabase

8829

TradingGoose/TradingGoose.github.io

MCP server Claude CodeCodexCursor +2

MCP server "supabase" as configured in TradingGoose/TradingGoose.github.io. Launched with wsl npx -y @supabase/mcp-server-supabase@latest --read-only --project-ref=${VITE. Needs 1 environment variable to run.

not rated 81 +2 5mo ago A tokens not measured AGPL-3.0

cocoindex

8830

cocoindex-io/cocoindex-claude

Skill Claude CodeCodex

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge…

not rated 81 +2 3mo ago A 72 tokens original Apache-2.0

swift-testing

8831

bocato/swift-testing-agent-skill

Skill Claude CodeCodex

Expert guidance on Swift Testing best practices, patterns, and implementation. Use when developers mention: (1) Swift Testing, @Test, #expect, #require, or @Suite, (2) "use Swift Testing" or "modern testing patterns", (3) test doubles, mocks, stubs, spies, or fixtures, (4) unit tests, integration tests, or snapshot…

not rated 81 7mo ago A 124 tokens original MIT

hwatu

8832

hongnoul/hwatu

MCP server Claude CodeCodexCursor +2

MCP server "hwatu" as configured in hongnoul/hwatu. Launched with https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_6.

not rated 81 +1 29d ago A tokens not measured AGPL-3.0

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: