All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs660 views
Sonarqube Code Scanner AgentA

Automated code quality scanning using SonarQube REST API and SonarScanner CLI. Detects code smells, bugs, and vulnerabilities across 30+ languages with configurable quality gates.

ai-agentsgojava
0
36
Sonarqube Gate Checker 2A

Queries the SonarQube Web API (/api/qualitygates/project_status) to evaluate quality gate conditions before merge. Reports code smells, coverage thresholds, and duplications against configurable SonarQube quality profiles.

ai-agentsgojava
0
36
Sonarqube Gate EnforcerA

Enforces SonarQube quality gate conditions in CI pipelines using the SonarQube Web API /api/qualitygates/project_status endpoint. Blocks merges when coverage drops, duplications exceed thresholds, or new bugs are introduced.

ai-agentsgojava
0
36
Sonarqube Pr Gate SkillA

Integrates SonarQube quality gates into pull request workflows via the SonarQube Web API /api/qualitygates/project_status. Blocks merges when code smells, duplications, or coverage thresholds fail and posts inline annotations using the GitHub Checks API.

ai-agentsgojava
0
36
Sonarqube Quality Gate AgentA

Monitors SonarQube quality gate status via the SonarQube Web API and enforces code quality thresholds. Parses coverage reports from JaCoCo, Istanbul, and lcov formats for multi-language projects.

ai-agentsgojava
0
36
Sonarqube Quality Gate CheckerA

Queries SonarQube Web API for project quality gate status, code coverage metrics, and technical debt analysis. Integrates with sonar-scanner CLI for on-demand analysis and pr-decoration via the SonarQube ALM integration API.

ai-agentsgojava
0
36
Sonarqube Quality Gate Enforcer 14A

Enforces SonarQube quality gates in pull request workflows using the SonarQube Web API and ce/task endpoint. Blocks merges when code coverage drops, duplications exceed thresholds, or security hotspots are unreviewed.

ai-agentsgojava
0
36
Sonarqube Quality Gate ExplainerA

Fetches the latest SonarQube project analysis result, explains why the Quality Gate failed in plain English, and links to specific issues. Covers coverage drops, new bugs, and security hotspots. Supports SonarQube Server and SonarCloud. Diagnostic only.

ai-agentsgojava
0
36
Sonarqube Quality Gate Monitor 3A

Monitors SonarQube project quality gates via the Web API and blocks CI deployments when thresholds fail. Tracks technical debt trends across releases.

ai-agentsgojava
0
36
Sonarqube Rule Enforcement AgentA

Integrates with SonarQube Web API and sonar-scanner CLI to enforce code quality gates across pull requests. Automatically blocks merges when critical code smells, security hotspots, or duplications exceed configurable thresholds.

ai-agentsgojava
0
36
Sonarqube Scanner SkillA

Integrates SonarQube static analysis via the sonar-scanner CLI and SonarQube Web API. Fetches quality gate results from api/qualitygates/project_status, parses issues via api/issues/search, and maps findings to source lines for inline code review annotations.

ai-agentsgojava
0
36
Sonic Fast Lightweight Search BackendA

Sonic is a fast, lightweight, and schema-less search backend written in Rust. It serves as a drop-in alternative to Elasticsearch that runs on just a few megabytes of RAM, making it ideal for resource-constrained environments and edge deployments.

ai-agentsrustgo
0
36
Sops Encrypted Secrets Editor ManagerA

SOPS (Secrets OPerationS) is an editor of encrypted files that supports YAML, JSON, ENV, INI, and BINARY formats. It encrypts with AWS KMS, GCP KMS, Azure Key Vault, HuaweiCloud KMS, age, and PGP, making it the standard tool for managing secrets in version-controlled repositories.

ai-agentsgoaws
0
36
Sops Secret File Encryption RotationA

SOPS manages encrypted YAML, JSON, ENV, INI, and binary files with KMS, age, and PGP. It is a tight fit for secrets handling, rotation, and encrypted configuration workflows.

ai-agentsgoaws
0
36
Spark Dataframe Etl PipelineA

Automates PySpark DataFrame transformations including schema inference, partition pruning, and Delta Lake merge operations. Integrates with AWS Glue Data Catalog and Apache Iceberg table formats for lakehouse architectures.

ai-agentspythongo
0
36
Spectral Openapi Asyncapi LinterA

Spectral is an open-source JSON/YAML linter by Stoplight with built-in support for OpenAPI 3.x, Swagger 2.0, AsyncAPI 2.x, and Arazzo 1.0. It enforces API style guides through custom and pre-built rulesets, ensuring consistency across all your API descriptions.

ai-agentsgogit
0
36
Speechbrain Pytorch Speech Processing ToolkitA

SpeechBrain is an open-source PyTorch toolkit that accelerates conversational AI development. It provides recipes and pretrained models for speech recognition, speaker verification, speech enhancement, speech separation, language modeling, and text-to-speech across 40+ datasets.

ai-agentspythongo
0
36
Spell Check Docs And Code Comments With Source Aware Filters Using PyspellingA

Run filtered spell checks over Markdown, Sphinx, HTML, or code comments without flattening everything into one noisy text stream.

ai-agentspythongo
0
36
Spiderfoot Osint Automation FrameworkA

SpiderFoot is an open-source OSINT automation tool that queries over 200 data sources to gather intelligence about IP addresses, domain names, email addresses, and other targets. Written in Python, it provides both a web UI and CLI for reconnaissance, threat intelligence, and attack surface mapping.

ai-agentspythongo
0
36
Spin Up Isolated Git Worktrees For Parallel Claude Code And Codex Branches With WorktrunkA

Create, switch, and clean per-branch worktrees so multiple coding agents can work the same repo in parallel without stomping each other.

ai-agentsgoshell
0
36
Spleeter Ai Audio Source Separation DeezerA

Spleeter is Deezer's open-source audio source separation library with pretrained models. It can split audio into 2, 4, or 5 stems (vocals, drums, bass, piano, accompaniment) and runs 100x faster than real-time on GPU, making it ideal for music production, remix, and audio analysis workflows.

ai-agentspythongo
0
36
Split Markdown Front Matter And Body Before Docs Migrations Metadata Audits Or Static Site TransformsA

Use gray-matter when an agent needs to open Markdown or content files, extract structured front matter, and pass clean body text plus metadata into the next step. This skill is for parsing and rewriting front matter safely, not for running a full CMS or static site generator.

ai-agentsgonode
0
36
Sqlc Type Safe Sql Code GeneratorA

sqlc is a SQL compiler that generates type-safe Go, Python, Kotlin, and TypeScript code from plain SQL queries. You write SQL, run sqlc, and get fully typed data access functions with compile-time safety — no ORM, no reflection, no runtime query building.

ai-agentstypescriptpython
0
36
Sqlfluff Sql Linter Auto FormatterA

Lint and auto-format SQL code across 30+ dialects using SQLFluff. Enforces consistent style, catches syntax issues, and supports Jinja/dbt templating for ELT workflows.

ai-agentspythongo
0
36
Sqlite AnalystA

Use the upstream install or setup path that matches your environment: - npm install better-sqlite3

ai-agentsgobash
0
36
Sqlite Mcp ServerA

Lightweight local database access for agent tasks.

ai-agentspythongo
0
36
Sqlite Utils Python Cli Sqlite ManipulationA

sqlite-utils is a Python CLI utility and library by Simon Willison for manipulating SQLite databases. It lets you pipe JSON, CSV, or TSV data directly into SQLite, run in-memory SQL queries against files, configure full-text search, and perform schema transformations — all from the command line.

ai-agentspythongo
0
36
Sqlite Vec Vector Search Extension SqliteB

sqlite-vec is a lightweight SQLite extension for vector similarity search. Written in pure C with zero dependencies, it runs anywhere SQLite runs—Linux, macOS, Windows, WASM in browsers, and Raspberry Pis—and supports float, int8, and binary vector storage.

ai-agentspythongo
0
36
Sqruff Sql Linter FormatterA

A fast SQL linter and formatter written in Rust by Quary Labs. sqruff provides advanced configurable linting and automated formatting with significantly faster execution than Python-based alternatives, plus a browser playground for quick experimentation.

ai-agentspythonrust
0
36
Ssl Certificate Auditor AgentA

Audits TLS/SSL configurations using sslyze Python library and SSL Labs API v3. Checks certificate chain validity, HSTS headers, and OCSP stapling status with Certificate Transparency log verification.

ai-agentspythongo
0
36
Ssl Certificate Chain Validator 2A

Performs deep TLS certificate chain validation using OpenSSL and Certificate Transparency logs. Monitors expiration dates via the crt.sh API and checks OCSP responder status.

ai-agentsgoapi
0
36
Ssl Tls Certificate Validator MonitorA

Validates SSL/TLS certificates using OpenSSL s_client, checks OCSP stapling status, and monitors expiry dates. Integrates with crt.sh Certificate Transparency logs and SSLLabs API for grading.

ai-agentsgoapi
0
36
Stable Diffusion Comfyui Workflow Runner 2A

Executes ComfyUI workflow JSON files against a local or remote ComfyUI server via its REST API. Supports LoRA loading, ControlNet conditioning, and queue management with progress polling.

ai-agentsgonode
0
36
Stable Diffusion Controlnet CompositorA

Orchestrates Stable Diffusion XL with ControlNet preprocessors (Canny, Depth, OpenPose) for guided image generation. Manages ComfyUI workflow JSON exports and A1111 API batch processing.

ai-agentspythongo
0
36
Stable Diffusion Controlnet PipelineA

Automates image generation workflows using Stability AI ControlNet API with depth maps, edge detection, and pose estimation. Integrates with Hugging Face diffusers library for model management and CLIP interrogator for prompt refinement.

ai-agentspythongo
0
36
Stable Diffusion Controlnet Pose PipelineA

Orchestrates Stable Diffusion image generation with ControlNet pose conditioning via the Automatic1111 API. Chains OpenPose detection, depth estimation, and img2img endpoints.

ai-agentspythongo
0
36
Stable Diffusion Lora Training PipelineA

Orchestrates LoRA fine-tuning for Stable Diffusion XL using the diffusers library and Kohya ss-scripts. Manages dataset preparation with BLIP-2 auto-captioning, configures AdaFactor optimizer parameters, and exports safetensors checkpoints with A1111 metadata embedding.

ai-agentspythongo
0
36
Stable Diffusion Prompt OptimizerA

Analyzes and enhances Stable Diffusion prompts using the Automatic1111 WebUI API /sdapi/v1/txt2img endpoint. Applies prompt weighting, negative prompt generation, and A1111-specific syntax like (keyword:weight).

ai-agentspythongo
0
36
Stable Diffusion Xl Lora TrainerA

Fine-tune Stable Diffusion XL models with LoRA adapters using the diffusers library and Kohya-ss training scripts. Manages dataset preparation, training configuration, and checkpoint merging for custom image generation.

ai-agentspythongo
0
36
Stable Diffusion Xl Pipeline BuilderA

Constructs and executes SDXL image generation pipelines using diffusers library and ComfyUI API. Supports LoRA loading, ControlNet conditioning, and batch prompt scheduling.

ai-agentspythongo
0
36
Stable Diffusion Xl PipelineA

Orchestrates SDXL image generation via the Stability AI REST API with ControlNet conditioning, IP-Adapter style transfer, and automatic prompt enhancement using CLIP interrogation.

ai-agentspythongo
0
36
Stagehand Ai Browser Automation Framework 2A

Build browser automations with Stagehand, Browserbase's AI browser automation framework. It combines natural-language actions with code-level control so agents can navigate sites, extract data, and turn brittle scripts into more resilient Playwright-style workflows.

ai-agentspythongo
0
36
Stagehand Ai Browser Automation Framework BrowserbaseA

Stagehand is Browserbase's open source browser automation framework that blends natural-language actions with code-level control. It helps agents and developers build more reliable web workflows on top of Playwright-compatible browser sessions, extraction, and repeatable action caching.

ai-agentspythongo
0
36
Stagehand Ai Browser Automation FrameworkA

Stagehand is an open-source browser automation framework that combines natural language instructions with code for reliable web automation. Built on top of Playwright, it lets developers use AI when navigating unfamiliar pages and code when they know exactly what to do.

ai-agentspythongo
0
36
Stagehand Browser Agent SdkA

Stagehand is Browserbase's open source SDK for browser agents, combining code-first control with natural language actions. It is aimed at reliable production browser automation, with TypeScript integrations, docs, and npm distribution for agent workflows.

ai-agentstypescriptpython
0
36
Stagehand Browser Automation SdkA

Stagehand is Browserbase's browser automation SDK for combining natural-language actions with deterministic browser code. This skill covers how to use the real Stagehand project for agent-driven web navigation, extraction, and repeatable browser workflows.

ai-agentspythongo
0
36
Stagehand Browser AutomationA

Stagehand is Browserbase’s AI browser automation framework for mixing natural-language actions with deterministic code. It is built for production workflows where you want Playwright-level control, structured extraction, and the option to cache and stabilize repeated web tasks.

ai-agentspythongo
0
36
Stalwart Mail Collaboration ServerA

Stalwart is an open-source mail and collaboration server written in Rust that provides JMAP, IMAP4, POP3, SMTP, CalDAV, CardDAV, and WebDAV support. It enables agents to deploy and manage self-hosted email infrastructure with built-in spam filtering, DKIM/DMARC/SPF authentication, and full calendar and contact synchronization.

ai-agentsrustgo
0
36
Starlight Documentation Framework AstroA

Starlight is a documentation website framework built on Astro that generates beautiful, accessible, and high-performance documentation sites. It provides built-in navigation, search, i18n, syntax highlighting, and dark mode with minimal configuration.

ai-agentsgogit
0
36
Starship Cross Shell Prompt ConfiguratorA

The minimal, blazing-fast, and infinitely customizable prompt for any shell. Starship is written in Rust and works across bash, zsh, fish, PowerShell, Ion, Elvish, Tcsh, Nushell, and Xonsh.

ai-agentsjavascriptpython
0
36