Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Generate conventional-commit release notes for automated ship workflows with semantic-release release-notes-generator
Generate structured release notes from Conventional Commits inside automated release pipelines when changelog generation is the specific job to do.
Generate clickable architecture diagrams from public GitHub repos with GitDiagram
Turn a public GitHub repository into an interactive architecture diagram before onboarding, code review, or agent handoff.
Generate and validate conventional commits and semver release bumps with Commitizen
Standardize commit messages, validate commit history, and calculate semver-aware release bumps without hand-rolled repo rules.
Generate and screen lookalike domains with dnstwist for brand abuse triage
Generate typosquat and homograph domain candidates, resolve them, and flag likely phishing or impersonation infrastructure before manual brand-abuse review.
Generate and safely patch AGENTS.md and RUNBOOK.md with AGENTS.md Generator
Bootstrap and safely update AGENTS.md and RUNBOOK.md without clobbering hand-edited docs, so coding-agent repos keep a clean machine-readable contract.
Generate and iterate on a local codebase from a natural-language spec with gpt-engineer
Use gpt-engineer when an agent/operator needs to turn a prompt file into a local project scaffold, inspect the generated code, and run a supervised improvement loop before adopting the result.
Generate and evaluate agent skills from traces before shipping them into repeatable production workflows with UPskill
Turn successful traces into reusable skills, then benchmark those skills across models before you trust them in production.
Generate and continuously refresh CLAUDE.md, AGENTS.md, MCP config, and editor rules from the live codebase with Caliber
Use Caliber when agent-facing repo instructions have started drifting from the actual codebase and you want one workflow to audit, generate, review, and keep those files fresh across multiple coding agents.
Generate adversarial API test cases from an OpenAPI or GraphQL schema
Use Schemathesis when an agent needs to turn an API schema into broad negative and edge-case coverage instead of hand-writing examples. The skill exercises live endpoints or app hooks, explores unexpected combinations, and reports failures that ordinary happy-path tests miss.
Gemini Image Style Transfer Agent
Uses the Gemini Imagen 3 API (imagegeneration endpoint) to apply stylistic transformations to uploaded images, converting photos to watercolor, line art, or oil painting styles. Accepts base64-encoded input images and returns styled outputs with configurable style prompts.
gcalcli Google Calendar Command Line Interface
gcalcli is a Python CLI that provides full access to Google Calendar from the command line. View agendas, search events, quick-add appointments, import ICS files, set reminders, and display ASCII calendar views—all without leaving the terminal.
Gatus Endpoint Monitoring and Status Page Platform
Gatus is an open source uptime and endpoint monitoring platform built for developers and ops teams. It checks HTTP, TCP, ICMP, and DNS targets, evaluates conditions like status codes or response times, and can route alerts to systems such as Slack, PagerDuty, Discord, and Twilio.
Gate Rust dependency trees on license, advisory, and source-policy violations before merge with cargo-deny
Use cargo-deny when an agent needs to enforce Rust dependency policy before merge by checking advisories, licenses, bans, and source rules in one repeatable gate instead of doing ad hoc manifest review.
Gate risky agent actions behind approval checkpoints with Latch
Use Latch to put an MCP policy and approval layer between agents and tools so risky calls pause for review while safe calls continue automatically.
Gate pull requests with targeted diff-aware AI security review using Claude Code Security Review
Run a Claude Code powered security review pass on trusted pull requests so suspicious auth, secret, injection, and unsafe logic changes surface before merge.
Gate pull requests on OpenAPI breaking changes
Use oasdiff when an agent needs to compare old and new OpenAPI specs and decide whether a proposed change is safe to merge. The skill turns spec drift into a concrete breaking-change report that can block CI or annotate review workflows.
Gate MCP tool calls behind deterministic policy enforcement with Intercept
Use Intercept when an MCP-connected agent needs transport-layer policy enforcement for risky tools, argument limits, spend caps, hidden tools, or rate limits before calls reach the upstream server.
Gate Diff Only Test Coverage On Changed Lines Before Merging With Diff Cover
Compare coverage reports against a git diff so an agent can flag newly changed lines that still lack tests before merge.
Gate dbt projects with pre-commit checks from dbt-checkpoint
Use dbt-checkpoint when an agent should catch dbt naming, dependency, metadata, and model-hygiene issues before review or merge.
Gate AI-generated pull requests with evidence checks and quality barriers using Swarm Orchestrator
Run Copilot, Claude Code, or Codex on isolated branches, verify each agent claim against real repo evidence, and block merges until automated quality gates pass.
Garden Kubernetes Development and Testing Automation Platform
Garden is a DevOps automation tool for developing and testing Kubernetes apps faster. It spins up production-like environments on demand, provides smart build caching with parallel execution, and uses a unified YAML configuration across development, testing, and CI stages.
gallery-dl Image Gallery and Collection Downloader
gallery-dl is a command-line tool for downloading image galleries and collections from dozens of hosting sites including Pixiv, DeviantArt, Twitter, Reddit, Instagram, and Danbooru. It supports authentication, metadata extraction, filtering, and configurable output templates.
fzf Command-Line Fuzzy Finder
fzf is a general-purpose command-line fuzzy finder written in Go. It works as an interactive filter for any list — files, command history, processes, git branches, bookmarks — using a fuzzy matching algorithm that tolerates omitted characters and typos.
fx Terminal JSON Viewer and Processor
fx is a terminal-based JSON viewer and processor that provides an interactive TUI for navigating, filtering, and transforming JSON, YAML, and TOML data. Built in Go with support for JavaScript/Python expressions, it replaces piping through jq for quick data exploration.