Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Turn Notion specs into implementation plans and tasks with notion-spec-to-implementation
Read a Notion spec, extract requirements and ambiguities, then create a linked implementation plan, task breakdown, and progress-tracking structure.
Turn notes, logs, and screenshots into structured GitHub issues with GitHub Issue Creator
Convert messy bug notes, error logs, voice dictation, and screenshots into crisp GitHub issue reports with clear repro steps, impact, and evidence.
Turn mixed local folders into a queryable knowledge graph with Graphify
Ingest code, docs, PDFs, images, and video from local folders into a searchable knowledge graph so agents can follow entities and relationships instead of only raw text.
Turn messy document collections into structured rows with DocETL
Define repeatable extraction pipelines that pull fields from large document collections, normalize outputs, and audit failures across the corpus.
Turn an MCP, OpenAPI, or GraphQL endpoint into a disposable CLI for shell automation
Generate a shell-ready CLI from an MCP server, OpenAPI spec, or GraphQL endpoint so an agent can discover commands and call tools immediately without hand-written wrappers.
Turn Markdown runbooks into executable, parameterized procedures with Runme
Run named steps directly from Markdown runbooks so operational docs stay executable instead of drifting into stale reference text.
Turn Lark meeting transcripts into action items and follow-up tasks
Read a Lark Minutes transcript, extract explicit and implied follow-ups, then let the agent execute selected tasks instead of leaving them as notes.
Turn ICS calendar invites and feeds into structured events for scheduling automations
Use node-ical when an agent is handed a raw .ics file or subscription URL and needs normalized event objects, recurrence-aware dates, and timezone-safe fields it can reason over. The skill stops at parsing and structuring calendar data, not acting as a full calendar product.
Turn goals into traced multi-agent task DAGs with open-multi-agent
Decompose goals into task DAGs, delegate work to agents and tools, and inspect execution traces.
Turn GitHub issues into reviewed code changes with SWE-agent
Run SWE-agent against a repository issue so a language model can inspect files, execute commands and tests, and produce a patch for human review.
Turn GitHub Issues into Fix PRs
Use the gh-issues workflow to fetch filtered GitHub issues, spawn sub-agents for fixes, open PRs, and follow review comments. This is a bounded backlog-to-PR operator loop, not a general GitHub product listing.
Turn feature ideas into executable implementation specs and task plans with Spec Kit
Use Spec Kit when an agent should turn a feature idea into a spec-first workflow with explicit artifacts, planning steps, and task breakdowns before code is written.
Turn exploratory Python notebooks into reproducible apps and reports with marimo
Promote notebook work into rerunnable Python artifacts or lightweight apps when an analysis needs to be shared, versioned, and rerun reliably.
Turn documents into validated knowledge graphs with Docling Graph
Convert documents into schema-enforced entities and graph relationships when the job is exact knowledge extraction rather than generic document parsing.
Turn coding-agent transcripts into self-contained replay artifacts for review and handoff with Claude Replay
Convert a finished coding-agent session into a shareable HTML replay instead of sending raw logs or bulky screen recordings.
Turn captured WARC pages into clean text and language-tagged records with warc2text
Use warc2text when an agent already has WARC captures and needs readable text, language identification, and exportable records for review, search, or corpus building instead of re-crawling pages.
Turn a research idea into a draft paper workflow with AutoResearchClaw
Use AutoResearchClaw when an agent should turn a raw research topic into literature review, experiment planning, draft writing, and verification artifacts instead of improvising an end-to-end paper workflow by hand.
Turn a PRD into a dependency-aware task graph and keep AI implementation work scoped with Task Master AI
Use Task Master AI when an agent needs to turn a product request or PRD into a dependency-aware task graph, expand or scope tasks, and keep implementation work anchored to an explicit plan instead of improvising in chat.
Turn a plain-language brief into a multi-step video production pipeline with OpenMontage
Use OpenMontage when an agent should take a brief or reference video and run the research, scripting, asset generation, editing, subtitle, and render pipeline as one production workflow instead of treating each media tool as a separate manual step.
Turn a codebase into an interactive onboarding course with Codebase to Course
Point Claude Code at a repository and generate a self-contained interactive course that teaches how the system works to non-experts.
Turn a code repository into an MCP-backed knowledge graph for agent code exploration with GitNexus
Index a repository into a code knowledge graph, expose it through MCP, and give agents architecture-aware context before they answer or edit.
Turborepo Monorepo Build System
Use Turborepo to orchestrate builds, tests, and tasks across JavaScript and TypeScript monorepos with intelligent caching, parallel execution, and remote cache sharing via Vercel.
Tune Supabase Postgres queries, indexing, and RLS with Supabase Postgres Best Practices
Review Supabase Postgres work for query performance, schema design, indexing, connection handling, and RLS pitfalls using Supabase's own prioritized guidance.
TruffleHog Credential Leak Scanner
Find, verify, and analyze leaked credentials across Git repositories, Slack, Jira, Docker images, and more using TruffleHog. Classifies 800+ secret types and validates whether discovered credentials are live.