clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

74,517 results · page 396 / 3,105
Skillq 0.45

GitLab CI Integration

The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.

skillsource-agentskillexchangeskill-gitlab-ci-integration-2+12
free
Skillq 0.45

GitLab CI Cache Optimizer

Optimizes GitLab CI/CD cache configurations using the GitLab Pipelines API v4 and cache:key:files directive analysis. Reduces pipeline duration by identifying cache misses and suggesting optimal key strategies.

skillsource-agentskillexchangeskill-gitlab-ci-cache-optimizer-agent+12
free
Skillq 0.45

GitLab CI Auto DevOps Configurator

Configures GitLab CI/CD pipelines using .gitlab-ci.yml with Auto DevOps templates, includes, and the GitLab Container Registry. Manages multi-project pipelines and environment-specific deployments.

skillsource-agentskillexchangeskill-gitlab-ci-auto-devops-configurator+12
free
Skillq 0.45

Gitingest Repository-to-Prompt Codebase Extraction Tool

Gitingest turns a Git repository into a prompt-friendly text bundle that agents and LLM workflows can inspect quickly. It can be used as a hosted URL pattern, a Python package, or a local server for extracting repository summaries, structure, and source content.

skillsource-agentskillexchangeskill-gitingest-repository-to-prompt-codebase-extraction-tool+12
free
Skillq 0.45

GitHub REST API Paginator Library

Provides a typed pagination wrapper for the GitHub REST API using Octokit.js and the @octokit/plugin-paginate-rest plugin. Handles Link header parsing, rate limit detection via X-RateLimit-Remaining, and automatic retry with exponential backoff. Supports listing issues, pull requ

skillsource-agentskillexchangeskill-github-rest-api-paginator-library+12
free
Skillq 0.45

GitHub MCP Server for AI-Powered Repository Management

GitHub's official Model Context Protocol (MCP) server that connects AI agents, assistants, and chatbots directly to GitHub's platform. Enables natural language repository management, code search, issue triage, PR automation, and CI/CD workflow intelligence through a standardized

skillsource-agentskillexchangeskill-github-mcp-server-ai-repository-management+12
free
Skillq 0.45

GitHub Discussions Community Digest

Queries GitHub GraphQL API for new and unanswered Discussions, ranks them by reaction count and recency, and drafts a weekly digest via SendGrid. Automatically labels stale discussions as needs-triage via the GitHub REST API. Digest content is also mirrored as a pinned post to a

skillsource-agentskillexchangeskill-github-discussions-community-digest+12
free
Skillq 0.45

GitHub Copilot — AI-Powered Code Completion and Chat Assistant

GitHub Copilot is an AI pair programmer providing real-time code suggestions, multi-line completions, and chat-based assistance in VS Code, JetBrains, Neovim, and the CLI across dozens of languages.

skillsource-agentskillexchangeskill-github-copilot-ai-code-assistant+12
free
Skillq 0.45

GitHub Actions Workflow Optimizer

Analyzes GitHub Actions YAML workflows to identify redundant steps, optimize caching strategies, and reduce CI minutes. Uses the GitHub Actions REST API and actions/cache toolkit to benchmark and improve pipeline performance.

skillsource-agentskillexchangeskill-github-actions-workflow-optimizer+12
free
Skillq 0.45

GitHub Actions Workflow Linter

Validates GitHub Actions YAML workflows using actionlint and the GitHub Actions REST API. Detects invalid step references, missing secrets declarations, and deprecated action versions before CI runs.

skillsource-agentskillexchangeskill-github-actions-workflow-linter-2+12
free
Skillq 0.45

GitHub Actions Workflow Generator

Generates GitHub Actions workflow YAML files using the GitHub REST API v3 and Actions API. Supports matrix builds, reusable workflows, and composite actions with caching via actions/cache.

skillsource-agentskillexchangeskill-github-actions-workflow-generator-3+12
free
Skillq 0.45

GitHub Actions Workflow Debugger

Diagnoses failing GitHub Actions workflows using the GitHub REST API v3 /actions/runs and /actions/jobs endpoints. Parses step logs, identifies YAML syntax errors, and suggests fixes for runner environment issues.

skillsource-agentskillexchangeskill-github-actions-workflow-debugger+12
free
Skillq 0.45

GitHub Actions Workflow Composer

Composes GitHub Actions workflow YAML files from modular job templates, resolving action version pins and secret references. Validates against the GitHub Actions schema and checks for known action CVEs.

skillsource-agentskillexchangeskill-github-actions-workflow-composer-2+12
free
Skillq 0.45

GitHub Actions Workflow Builder

Generates and validates GitHub Actions YAML workflows using the actions/toolkit SDK and workflow_dispatch event triggers. Supports matrix builds, reusable workflows with workflow_call, and composite actions with proper input/output schema definitions.

skillsource-agentskillexchangeskill-github-actions-workflow-builder-skill+12
free
Skillq 0.45

GitHub Actions Pipeline Validator

Validates GitHub Actions workflow YAML files against the Actions schema, checks for deprecated action versions, and ensures proper secret handling. Integrates with actions/checkout, actions/setup-node, and dorny/paths-filter APIs.

skillsource-agentskillexchangeskill-github-actions-pipeline-validator+12
free
Skillq 0.45

GitHub Actions OIDC Token Verifier

Verifies GitHub Actions OIDC tokens against the GitHub OIDC provider JWKS endpoint. Validates subject claims, audience restrictions, and repository ownership for secure cloud deployments.

skillsource-agentskillexchangeskill-github-actions-oidc-token-verifier+12
free
Skillq 0.45

GitHub Actions OIDC Token Validator

Validates GitHub Actions OIDC tokens for secure, secretless deployments. Uses the GitHub Actions id-token API and the jose JWT library to verify audience, issuer, and subject claims. Integrates with AWS STS AssumeRoleWithWebIdentity and GCP Workload Identity Federation for cloud

skillsource-agentskillexchangeskill-github-actions-oidc-token-validator+12
free
Skillq 0.45

GitHub Actions Matrix Strategy Builder

Generates optimized GitHub Actions workflow matrices using the actions/setup-node, actions/cache, and actions/upload-artifact APIs. Automatically detects language versions and OS combinations for maximum CI coverage.

skillsource-agentskillexchangeskill-github-actions-matrix-strategy-builder+12
free
Skillq 0.45

GitHub Actions Matrix Orchestrator

Dynamically generates GitHub Actions matrix strategies using the GitHub REST API and workflow dispatch events. Supports conditional job inclusion via the actions/github-script action and OIDC token federation for cross-account AWS deployments.

skillsource-agentskillexchangeskill-github-actions-matrix-orchestrator+12
free
Skillq 0.45

GitHub Actions Matrix Optimizer

Analyzes GitHub Actions workflow matrix strategies using the GitHub REST API v3 workflow runs endpoint. Identifies redundant matrix combinations and suggests fail-fast optimizations to reduce CI minutes.

skillsource-agentskillexchangeskill-github-actions-matrix-optimizer-2+12
free
Skillq 0.45

GitHub Actions Matrix Builder

Generates dynamic GitHub Actions CI/CD matrix strategies using the GitHub REST API and YAML AST parsing via js-yaml. Automatically detects language versions, OS targets, and dependency variations from repository configuration files.

skillsource-agentskillexchangeskill-github-actions-matrix-builder-13+12
free
Skillq 0.45

GitHub Actions Matrix Build Optimizer

Analyzes GitHub Actions workflow YAML files and optimizes matrix strategies using the actions/setup-node and actions/cache APIs. Reduces redundant job combinations by inspecting build dependency graphs via the GitHub REST API. Outputs a revised workflow with estimated CI time sav

skillsource-agentskillexchangeskill-github-actions-matrix-build-optimizer+12
free
Skillq 0.45

GitHub Actions CI/CD Pipeline Manager

Automates GitHub Actions workflow creation, runner management, and artifact caching using the GitHub REST API and YAML generation. Supports matrix builds, reusable workflows, and environment-specific deployment gates.

skillsource-agentskillexchangeskill-github-actions-cicd-pipeline-manager+12
free
Skillq 0.45

GitHub Actions CI Pipeline Builder

Generates and manages GitHub Actions workflows using the Workflow YAML syntax and GitHub REST API. Supports matrix builds, reusable workflows, and composite actions.

skillsource-agentskillexchangeskill-github-actions-ci-pipeline-builder+12
free