All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs661 views
Github Actions Workflow Composer 2A

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.

ai-agentspythongo
0
36
Github Actions Workflow DebuggerA

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.

ai-agentspythongo
0
36
Github Actions Workflow Generator 3A

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.

ai-agentspythongo
0
36
Github Actions Workflow Linter 2A

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.

ai-agentspythongo
0
36
Github Actions Workflow OptimizerA

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.

ai-agentspythongo
0
36
Github Copilot Ai Code AssistantA

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.

ai-agentsgogit
0
36
Github Discussions Community DigestA

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 linked Discord channel.

ai-agentsgoreact
0
36
Github Mcp Server Ai Repository ManagementA

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 protocol.

ai-agentsgodocker
0
36
Github Rest Api Paginator LibraryA

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 requests, commits, and workflow runs with async iterator patterns.

ai-agentsgonode
0
36
Gitingest Repository To Prompt Codebase Extraction ToolA

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.

ai-agentspythongo
0
36
Gitlab Ci Auto Devops ConfiguratorA

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.

ai-agentsgogit
0
36
Gitlab Ci Cache Optimizer AgentA

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.

ai-agentsgogit
0
36
Gitlab Ci Integration 2A

Basic usage or getting-started notes: - Please see the [requirements documentation](doc/install/requirements.md) for system requirements and more information about the supported operating systems. - The recommended way to install GitLab is with the [Omnibus packages](https://docs.gitlab.com/install/package/) on our package server. - Compared to [a self-compiled installation](https://docs.gitlab.com/install/self_compiled/), this is faster and less error prone.

ai-agentsgogit
0
36
Gitlab Ci Merge Train OptimizerA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline Cost CalculatorA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline Cost EstimatorA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline DebuggerA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline Dependency TracerA

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 comments.

ai-agentsgorefactoring
0
36
Gitlab Ci Pipeline GeneratorA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline LinterA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline MigratorA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline Optimizer 8A

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline ProfilerA

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.

ai-agentsgogit
0
36
Gitlab Ci Pipeline ValidatorA

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.

ai-agentsgogit
0
36
Gitlab Ci Template GeneratorA

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.

ai-agentsgogit
0
36
Gitlab Ci Template LibraryA

Creates reusable GitLab CI/CD template libraries using include:template and extends keywords. Manages pipeline configurations with rules:changes path filtering, needs DAG dependencies, and Auto DevOps customization via CI/CD variables.

ai-agentsgogit
0
36
Gitlab Cicd Pipeline OptimizerA

Optimizes GitLab CI/CD pipelines using the .gitlab-ci.yml specification and GitLab API v4. Implements DAG pipelines, parallel testing, and dynamic child pipelines.

ai-agentsgotesting
0
36
Gitlab Cicd Pipeline OrchestratorA

Build and manage GitLab CI/CD pipelines using .gitlab-ci.yml and the GitLab REST API v4. Supports multi-project pipelines, DAG scheduling, and GitLab Runner fleet management.

ai-agentsgogit
0
36
Gitlab Pipeline Bottleneck ProfilerA

Profiles GitLab CI/CD pipeline execution using the GitLab Pipelines API and Job Artifacts API. Identifies stage bottlenecks and generates flame-graph visualizations of job dependencies.

ai-agentsgogit
0
36
Gitlab Pipeline Dag OptimizerA

Analyzes GitLab CI/CD pipeline YAML using the GitLab Pipelines API to detect bottlenecks and restructure directed acyclic graph (DAG) dependencies. Integrates with gitlab-runner exec and the Merge Request Approvals API for automated gate checks.

ai-agentsgogit
0
36
Gitlab Pipeline OptimizerA

Analyzes and optimizes GitLab CI/CD pipelines using the GitLab REST API v4 and .gitlab-ci.yml schema. Reduces pipeline duration by identifying bottleneck stages, configuring DAG dependencies with needs keyword, and implementing rules-based job filtering.

ai-agentsgogit
0
36
Gitlab Pipeline OrchestratorA

Automates GitLab CI/CD pipeline creation using the GitLab Pipelines API and .gitlab-ci.yml DSL. Manages multi-stage builds with artifact caching via the GitLab Artifacts API and triggers downstream pipelines through bridge jobs.

ai-agentsgogit
0
36
Gitleaks Git Secret ScannerA

Gitleaks is an open-source SAST tool for detecting hardcoded secrets like passwords, API keys, and tokens in Git repositories, files, and directories. With 24,000+ GitHub stars and 20 million Docker downloads, it is the most widely adopted open-source secret scanner.

ai-agentsgobash
0
36
Gitoxide Pure Rust Git ImplementationA

A complete, idiomatic Git implementation written in pure Rust, providing both a library (gix crate) for building Git-powered applications and CLI tools for repository operations. Prioritizes correctness, performance, and memory safety.

ai-agentsrustgo
0
36
Gitu Magit Inspired Terminal Git InterfaceA

A fast terminal user interface for Git inspired by Emacs Magit, written in Rust. gitu provides keyboard-driven staging, committing, rebasing, stashing, and branch management with a discoverable which-key style help menu.

ai-agentsrustgo
0
36
Gitui Terminal Git InterfaceA

GitUI is a fast terminal-based user interface for Git written in Rust. It provides keyboard-driven staging, committing, branching, stashing, and log browsing with async Git operations that outperform other terminal Git clients on large repositories.

ai-agentspythonrust
0
36
Gitxray Github Repository Security XrayA

A multifaceted OSINT and forensics tool for GitHub repositories that detects fake stargazers, tampered commits, infected releases, leaked PGP keys, and suspicious contributor behavior using public GitHub REST APIs.

ai-agentsgogit
0
36
Give Agents Fast Searchable Memory With SupermemoryB

Use Supermemory as an agent memory and context layer for ingesting user facts, documents, connectors, and searchable RAG context across assistant workflows.

ai-agentstypescriptpython
0
36
Give Agents Governed Semantic Data Context With Wren EngineA

Give agents governed semantic data context so data questions map to trusted metrics and schemas.

ai-agentsrustgo
0
36
Give Agents Persistent Semantic Memory With MemoraA

Use Memora to give MCP-compatible agents persistent semantic memory, document recall, and knowledge-graph context across sessions.

ai-agentspythongo
0
36
Give Coding Agents Figma Layout Context Through McpA

Configure Framelink's Figma MCP server so coding agents can fetch clean design layout context from Figma files before implementing UI.

ai-agentsgonode
0
36
Give Coding Agents Persistent Project Memory With AgentmemoryA

Use AgentMemory to run a persistent memory service that lets coding agents recall project context, prior decisions, and reusable session knowledge.

ai-agentspythonrust
0
36
Give Coding Agents Runtime Context For Encore ServicesA

Use Encore's AI integration and built-in MCP server so an agent can inspect service architecture, query local resources, call APIs, and analyze traces while iterating on TypeScript or Go backends.

ai-agentstypescriptgo
0
36
Give Mcp Agents Disposable Code Execution Sandboxes With Opensandbox McpB

Expose sandbox creation, command execution, and file operations to MCP-capable agents so they can run untrusted code inside disposable Docker or Kubernetes-backed runtimes.

ai-agentsjavascripttypescript
0
36
Glitchtip Open Source Error Tracking PlatformA

GlitchTip is an open-source, Sentry-compatible error tracking platform built for self-hosted exception monitoring and alerting. It is a strong fit when you want production error visibility with API compatibility, lighter infrastructure, and clear deployment docs.

ai-agentsgosql
0
36
Glow Terminal Markdown RendererA

Glow is a terminal-based markdown reader by Charm that renders markdown files with syntax highlighting, word wrapping, and styled formatting directly in the CLI. It includes a TUI for browsing local markdown files and discovering documentation.

ai-agentsgobash
0
36
Gmail Api Thread Label TriageA

Triage inbox backlog with the Gmail API’s `users.threads`, `users.messages`, and `users.labels` methods so agents can classify and prioritize whole conversations instead of isolated emails. Useful for support, recruiting, or founder inboxes where thread context matters more than single-message scanning.

ai-agentspythongo
0
36
Gmail Thread Summarizer Action ExtractorA

Fetches Gmail threads via the Gmail API (users.threads.get), extracts full message content, and produces a structured summary with action items, decisions, and follow-ups. Uses MIME part decoding for multi-part HTML/plain text emails and handles forwarded thread chains.

ai-agentspythongo
0
36
Goaccess Real Time Web Log AnalyzerA

GoAccess is an open-source real-time web log analyzer that runs in a terminal or generates live HTML dashboards. It parses Apache, Nginx, CloudFront, S3, and other log formats with minimal configuration, providing instant traffic insights for system administrators and DevOps engineers.

ai-agentsgodocker
0
36
Goatcounter Privacy First Web Analytics PlatformA

GoatCounter is an open source analytics platform for privacy-friendly pageview tracking, referrer reporting, and lightweight site stats. It can be used as a hosted service or self-hosted, and it supports JavaScript, backend API, and logfile-based ingestion paths.

ai-agentsjavascriptgo
0
36