Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Internal Link Optimizer
Optimizes internal linking structure using Screaming Frog SEO Spider XML exports and NetworkX graph analysis. Identifies orphan pages, calculates PageRank distribution, and suggests anchor text improvements.
Internal Link Graph Optimizer
Analyzes internal linking structure by crawling sitemaps with Screaming Frog or Sitebulb, computing PageRank distribution via NetworkX graph algorithms, and identifying orphan pages. Recommends contextual link insertions using BM25 text matching against existing content inventory
Internal Link Builder
Analyzes site content graph using Screaming Frog SEO Spider API and builds internal linking recommendations. Calculates PageRank distribution using networkx graph algorithms.
Instructor Structured Data Extraction from LLMs
Instructor is a multi-language library for extracting structured, validated data from LLM outputs. It patches LLM client libraries to return Pydantic models (Python) or Zod schemas (TypeScript) instead of raw text, supporting 15+ providers including OpenAI, Anthropic, and Google.
Instaloader Instagram Content and Metadata Downloader
Instaloader is a Python CLI tool and library that downloads Instagram photos, videos, stories, reels, highlights, and IGTV content along with captions, comments, geotags, and metadata. It supports public and private profiles, hashtags, and feeds with automatic resume and profile
Install Superpowers methodology for coding agents
Use Superpowers to give coding agents a structured software-development method with discovery, spec review, planning, TDD, subagents, and review loops.
Install role-specific agent personas with Agency Agents
Install and activate specialized AI agent personas from Agency Agents when a coding or operations session needs a focused role, workflow, and deliverable standard instead of a generic assistant prompt.
Install reusable specialist agent roles from Agency Agents
Install and adapt Agency Agents' curated specialist role files so coding agents can switch into focused engineering, product, marketing, support, or operations workflows.
Install one MCP server across Claude Code, Cursor, Codex, and VS Code without manual config edits
Use add-mcp when an agent needs to roll out, list, remove, or synchronize MCP server configs across multiple coding clients instead of hand-editing each config file separately.
Install Garry Tan’s Claude Code operating stack with gstack
Use gstack to bootstrap an opinionated Claude Code workspace with specialist agent skills, commands, hooks, and operating workflows for product-building teams.
Install and sync reproducible agent dependencies, prompts, and skills across repos with APM
Use one manifest to reproduce agent setup across repositories so skills, prompts, plugins, and config stop drifting from machine to machine.
Inspect the real Claude Code system, tool, and subagent prompts before designing compatible extensions with claude-code-system-prompts
Use claude-code-system-prompts when you need the current extracted Claude Code system prompts, built-in tool prompts, or subagent prompts before building a compatible plugin, workflow, or prompt customization.
Inspect live PostgreSQL waits locks and pressure before guessing at the bottleneck with pg_activity
Open a live PostgreSQL activity view during incidents so you can see sessions, waits, locks, and pressure before making a bad call.
Inspect large CSV files interactively before cleanup, mapping, or downstream transforms with csvlens
Use csvlens when an agent or operator needs fast column-aware inspection of a large CSV before cleaning, mapping, or transforming it.
Inspect Freshservice service-management tickets and modules through MCP
Connect Freshservice modules to MCP clients for supervised IT service-management ticket lookup and support-ops preparation.
Inspect failing GitHub Actions checks and plan fixes with gh-fix-ci
Inspect failing GitHub Actions checks on the current PR, pull the actionable log snippet, and stop at an approval gate before implementing a fix.
Inspect binary hardening flags and exploit mitigations with checksec
Check ELF or PE binaries for hardening gaps like NX, PIE, RELRO, stack canaries, and Fortify before release or incident review.
Inspect and diff OCI images and registries with regctl
Use regctl when an agent needs to inspect manifests, compare image contents, or debug registry state without pulling whole images locally first.
Inspect and debug MCP servers visually before connecting them to agents
Use MCP Inspector when you need to launch an MCP server, inspect its tools and resources, exercise calls manually, and troubleshoot transport or schema issues before putting that server in front of real agents.
Inspect agent model traffic with LLMTrace
Proxy OpenAI-compatible model traffic so operators can inspect prompts, detect risks, and enforce budget or policy controls.
Insanely Fast Whisper GPU-Accelerated Speech Transcription CLI
Insanely Fast Whisper is a CLI tool that transcribes audio at extreme speeds using OpenAI Whisper models with Hugging Face Transformers, Flash Attention 2, and batched inference. It can transcribe 150 minutes of audio in under 98 seconds on a GPU.
Inngest Event-Driven Durable Workflow Orchestration Platform
Inngest is an open-source workflow orchestration platform that replaces queues, state management, and scheduling with durable step functions. It enables developers to write reliable event-driven workflows triggered by events, cron schedules, or webhooks, with built-in retries, co
Inline CSS into HTML emails before delivery across mail clients with Juice
Use Juice when an agent already has finished HTML and needs it transformed into email-safe output before sending, archiving, or handing off to another system. The skill inlines stylesheet rules into element style attributes so downstream mail clients and embedded contexts keep th
Inject SOPS-managed secrets into NixOS and Home Manager configs with sops-nix
Materialize age or PGP encrypted SOPS secrets inside declarative NixOS and Home Manager systems during activation without hand-copying values.