Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Fix failing pull requests by analyzing CI errors and pushing targeted repairs
Use GitHub Next's pr-fix workflow when a pull request is blocked on failing checks and the likely repair is machine-doable. The agent inspects CI failures, traces the root cause, applies a focused fix on the PR branch, and leaves the result in reviewable Git history.
Firecrawl Web Data API for AI Agents
Use Firecrawl to search, scrape, crawl, and interact with the web through an API built for AI agents. It returns clean markdown, structured JSON, screenshots, and crawl results that plug neatly into research, extraction, and retrieval workflows.
Firecrawl Web Data API for AI Search Scraping and Crawl Workflows
Firecrawl is an open source web data platform for search, scraping, crawling, and browser-like page interaction. It gives agents LLM-ready markdown, structured JSON, screenshots, and agent-oriented endpoints for turning live websites into usable data.
Firecrawl Markdown Capture Pipeline
Captures clean site content through Firecrawl endpoints like `/v1/scrape`, `/v1/map`, and `/v1/crawl`, with Markdown output for downstream agents. Great for turning messy websites into reliable research corpora, docs snapshots, or retrieval-ready source material.
Firebase — Google Application Development Platform
Firebase is Google's app development platform providing real-time databases, authentication, cloud functions, hosting, storage, and analytics for web, iOS, Android, and Flutter applications.
Find unused Python code before cleanup refactors with Vulture
Run a dead-code pass on Python repositories before refactors so agents can flag unused functions, classes, imports, and variables instead of deleting blindly.
Find likely duplicate GitHub issues through parallel search and evidence filtering with Claude Code dedupe
Use Claude Code dedupe to summarize an issue, run several GitHub duplicate searches in parallel, filter false positives, and post only well-supported possible-duplicate links.
Find duplicate and visually similar media before cleanup with Czkawka
Scan local archives for duplicate files, similar images, similar videos, empties, and related cleanup targets before deleting or reorganizing them.
Find deprecated Kubernetes APIs in manifests and live resources before upgrades with Pluto
Scan Helm charts, YAML, or live clusters for Kubernetes API versions scheduled for removal before an upgrade window.
Find deprecated Kubernetes APIs before cluster upgrades with kubent
Scan manifests and live clusters for removed or deprecated Kubernetes APIs before an upgrade window turns into an outage.
Find and group duplicate files across large trees before cleanup migration or backup with fclones
Scan large directory trees for duplicate or under-replicated files, then review grouped results before cleanup actions.
Find and export SVG icons across icon libraries for UI work
Use Better Icons when an agent needs to search icon sets, compare matches, and return the exact SVG asset needed for a UI task. It is a narrow asset-selection skill, not a generic icon platform listing.
Filter prompts and model outputs for injection, secrets, toxicity, and policy risks with LLM Guard
Screen prompts and responses with input and output scanners before an LLM interaction reaches production users or downstream systems.
files-to-prompt Directory Concatenator for LLM Context
files-to-prompt by Simon Willison concatenates an entire directory of files into a single prompt for use with LLMs. It supports file extension filtering, gitignore-aware exclusions, Claude XML format output, Markdown fenced code blocks, line numbering, and stdin piping for flexib
FilePond Flexible JavaScript File Upload Library
FilePond is a JavaScript file upload library that handles files, directories, URLs, and Data URIs with drag-and-drop, paste, and API support. It includes built-in image optimization, async chunked uploads, and adapters for React, Vue, Angular, and Svelte.
Figma REST API Asset Exporter
Exports design assets from Figma files using the GET /v1/files/:key and /v1/images/:key endpoints. Supports SVG, PNG, and PDF export with scale and format parameters.
Figma Export Automator
Exports assets from Figma files using the Figma REST API v1. Extracts component sets, design tokens (colors, typography, spacing), and renders frames as SVG/PNG. Generates CSS custom properties from styles.
Figma Design Token Extractor
Extracts design tokens from Figma files using the Figma REST API and style-dictionary. Generates CSS custom properties, Tailwind configs, and Swift/Kotlin theme files from Figma components.
Figma Design Token Exporter
Extracts design tokens from Figma files using the Figma REST API v1 and transforms them into platform-specific formats via Style Dictionary. Supports CSS custom properties, Tailwind config, and iOS/Android native tokens.
ffsubsync Subtitle Synchronization Tool
ffsubsync automatically aligns subtitle files to spoken audio by analyzing timing from a reference video or audio file. It is a strong fit for agent workflows that need to repair drifting subtitles without manual waveform editing.
FFmpeg Video Processing Pipeline
Builds complex FFmpeg filtergraph chains for batch video transcoding, thumbnail sprite generation, and HLS adaptive bitrate packaging. Supports NVIDIA NVENC hardware acceleration and HDR tone mapping.
FFmpeg Thumbnail Mosaic Generator
Creates video thumbnail mosaics and sprite sheets using FFmpeg filters and the fluent-ffmpeg Node.js wrapper. Generates contact sheets, animated GIF previews, and WebVTT thumbnail tracks.
FFmpeg Thumbnail Grid Generator
Generates contact-sheet-style thumbnail grids from video files using FFmpeg tile filter and libvips. Supports customizable grid dimensions, timestamp overlays, and batch processing across directories.