clawmart
/ catalog

Catalog

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

39,994 results · page 106 / 1,667
Skillq 0.45

GitLab CI Template Generator

Creates GitLab CI/CD pipeline templates using Auto DevOps components, Kaniko for container builds, and SAST/DAST security scanning. Supports multi-project pipelines with trigger and bridge jobs.

skillsource-agentskillexchangeskill-gitlab-ci-template-generator+12
free
Skillq 0.45

GitLab CI Pipeline Validator

Validates .gitlab-ci.yml files against GitLab CI/CD schema using the gitlab-ci-lint API endpoint. Catches stage dependency errors, invalid artifact paths, and misconfigured rules before commit.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-validator+12
free
Skillq 0.45

GitLab CI Pipeline Profiler

Profiles GitLab CI/CD pipeline execution times using the GitLab REST API v4 /projects/:id/pipelines endpoint. Identifies slow jobs, inefficient artifact passing, and cache miss patterns across pipeline history.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-profiler+12
free
Skillq 0.45

GitLab CI Pipeline Optimizer

Optimizes GitLab CI/CD pipelines using the GitLab Pipelines API and DAG keyword configurations. Analyzes job dependencies, parallel execution opportunities, and cache strategies for faster builds.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-optimizer-8+12
free
Skillq 0.45

GitLab CI Pipeline Migrator

Converts GitLab CI .gitlab-ci.yml pipelines to GitHub Actions workflows using the gitlab-ci-local parser and YAML AST transformations. Maps GitLab stages, services, and artifacts to equivalent GitHub Actions syntax.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-migrator+12
free
Skillq 0.45

GitLab CI Pipeline Linter

Validates and optimizes .gitlab-ci.yml configurations using the GitLab CI Lint API (/api/v4/ci/lint). Checks for DAG dependency cycles, detects redundant job definitions, and suggests pipeline graph optimizations via the needs keyword.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-linter+12
free
Skillq 0.45

GitLab CI Pipeline Generator

Creates and manages GitLab CI/CD pipelines via the GitLab REST API v4. Generates .gitlab-ci.yml with multi-stage definitions, DAG dependencies, and environment-scoped deployments.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-generator+12
free
Skillq 0.45

GitLab CI Pipeline Dependency Tracer

Traces job dependency chains in GitLab CI pipelines using the GitLab Jobs API and pipeline graph endpoints. Detects bottleneck stages that block parallel execution and suggests DAG refactoring. Integrates with the GitLab Merge Requests API to post optimization reports as MR comme

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-dependency-tracer+12
free
Skillq 0.45

GitLab CI Pipeline Debugger

Debugs failed GitLab CI/CD pipelines by parsing .gitlab-ci.yml and fetching job logs via GitLab REST API v4. Identifies runner misconfigurations, artifact dependency issues, and suggests targeted fixes.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-debugger+12
free
Skillq 0.45

GitLab CI Pipeline Cost Estimator

Estimates CI/CD pipeline costs by querying the GitLab REST API v4 for job durations, runner types, and compute minutes. Maps shared vs self-hosted runner usage against GitLab pricing tiers.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-cost-estimator+12
free
Skillq 0.45

GitLab CI Pipeline Cost Calculator

Calculates CI/CD spend using the GitLab REST API v4 pipelines and jobs endpoints. Tracks runner minutes by project, estimates cost per pipeline via GitLab compute minute pricing, and identifies expensive jobs for optimization.

skillsource-agentskillexchangeskill-gitlab-ci-pipeline-cost-calculator+12
free
Skillq 0.45

GitLab CI Merge Train Optimizer

Optimizes GitLab CI/CD merge trains via the GitLab REST API v4 (/api/v4/projects/{id}/merge_trains). Analyzes pipeline durations, identifies bottleneck stages, and recommends DAG-based job dependencies for parallel execution.

skillsource-agentskillexchangeskill-gitlab-ci-merge-train-optimizer+12
free
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