Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Generate LLM fine-tuning, RAG, and eval datasets from source material with easy-dataset
Turn raw documents into structured fine-tuning, RAG, and evaluation datasets when the real job is dataset preparation, not generic document parsing.
Generate launch-ready web app icons and social assets with Web Asset Generator
Ask Claude Code for favicons, app icons, and social preview images, then generate the full asset set and integration hints without manual export work.
Generate fast static photo album sites from curated folders with DD Photos
Turn exported photo folders into a mobile-friendly static album site without standing up a database-backed gallery system.
Generate drift and quality reports for ML and LLM pipelines with Evidently
Produce repeatable drift and quality reports after data, model, or prompt changes so regressions are visible before rollout.
Generate domain-specific Claude Code agent teams and shared skills with Harness
Turn a project description into a Claude Code team architecture with generated agents, shared skills, and orchestration patterns instead of hand-designing the whole setup.
Generate dependency update pull requests from code with dependabot-core
Scan manifests, compute safe version bumps, and prepare dependency update PR material when you need self-hosted or custom Dependabot flows outside the default GitHub service.
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.