All authors
agentskillexchange avatar

Claude Skills by agentskillexchange

github.com/agentskillexchange
2,960 skillsA× 2,813B× 144C× 35 installs661 views
Generate And Validate Conventional Commits And Semver Release Bumps With CommitizenA

Standardize commit messages, validate commit history, and calculate semver-aware release bumps without hand-rolled repo rules.

ai-agentspythongo
0
36
Generate Clickable Architecture Diagrams From Public Github Repos With GitdiagramA

Turn a public GitHub repository into an interactive architecture diagram before onboarding, code review, or agent handoff.

ai-agentspythongo
0
36
Generate Conventional Commit Release Notes For Automated Ship Workflows With Semantic Release Release Notes GeneratorA

Generate structured release notes from Conventional Commits inside automated release pipelines when changelog generation is the specific job to do.

ai-agentsgobash
0
36
Generate Dependency Update Pull Requests From Code With Dependabot CoreA

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.

ai-agentsgoruby
0
36
Generate Domain Specific Claude Code Agent Teams And Shared Skills With HarnessA

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.

ai-agentsgotesting
0
36
Generate Drift And Quality Reports For Ml And Llm Pipelines With EvidentlyA

Produce repeatable drift and quality reports after data, model, or prompt changes so regressions are visible before rollout.

ai-agentspythongo
0
36
Generate Fast Static Photo Album Sites From Curated Folders With Dd PhotosA

Turn exported photo folders into a mobile-friendly static album site without standing up a database-backed gallery system.

ai-agentsgodocker
0
36
Generate Launch Ready Web App Icons And Social Assets With Web Asset GeneratorA

Ask Claude Code for favicons, app icons, and social preview images, then generate the full asset set and integration hints without manual export work.

ai-agentspythongo
0
36
Generate Llm Fine Tuning Rag And Eval Datasets From Source Material With Easy DatasetA

Turn raw documents into structured fine-tuning, RAG, and evaluation datasets when the real job is dataset preparation, not generic document parsing.

ai-agentsgodocker
0
36
Generate Markdown Tables Of Contents Before Publishing Docs Or Readme UpdatesA

Runs DocToc to insert or refresh navigable tables of contents inside Markdown files after headings already exist. Use it when an agent is preparing README or docs updates and needs reliable intra-document navigation, not when it is generating the documentation itself.

ai-agentsgoc#
0
36
Generate Oss Fuzz Harnesses With Oss Fuzz GenA

Use LLM-assisted harness generation to expand fuzz coverage for real projects before manual fuzzing work begins.

ai-agentspythongo
0
36
Generate Podcast Style Audio Narratives With Podcast GenerationA

Build a repeatable text-to-audio workflow around Azure OpenAI Realtime streaming, PCM collection, WAV conversion, and frontend playback for podcast-style output.

ai-agentspythongo
0
36
Generate Release Prs And Changelog Updates From Conventional CommitsA

Use release-please when an agent should turn merged Conventional Commits into structured release PRs, version bumps, and changelog updates before a human reviews and merges. This is a release-management workflow, not a generic package or CI listing.

ai-agentspythongo
0
36
Generate Reproducible Algorithmic Art Sketches With Seeded P5js RandomnessA

Use the Anthropic algorithmic-art skill when an agent should turn a creative brief into executable generative art, not into a static image prompt or a generic design suggestion. It directs the agent toward a repeatable p5.js workflow with seeded randomness, parameter controls, and an explicit creative philosophy.

ai-agentsgogit
0
36
Generate Reusable Site Adapters From Live Browser Behavior With OpencliA

Use OpenCLI to explore a logged-in site, synthesize a deterministic adapter, and expose the result as a reusable CLI command an agent can call again later.

ai-agentsgonode
0
36
Generate Right To Left Css Variants From Ltr Stylesheets Before Multilingual Launches RtlcssA

Use RTLCSS when an agent already has left-to-right stylesheets and must prepare a right-to-left variant for Arabic, Hebrew, or other RTL interfaces. The skill transforms directional CSS rules into an RTL companion stylesheet so localization work does not require hand-editing every margin, padding, float, and alignment rule.

ai-agentsgonode
0
36
Generate Slack Ready Animated Gifs From Custom Frame SequencesA

Use Anthropic's slack-gif-creator skill to build animated GIFs that stay inside Slack's practical size, duration, and dimension constraints. It gives an agent a bounded GIF-production workflow, not a generic image library or chat sticker listing.

ai-agentspythongo
0
36
Generate Slsa Build Provenance In Github ActionsA

Attach signed SLSA provenance to GitHub Actions builds so release artifacts ship with verifiable supply-chain metadata.

ai-agentspythongo
0
36
Generate Stable Url Slugs From Multilingual Titles Before Publishing Pages Docs Or FilenamesA

Use python-slugify when an agent has messy human titles and needs safe, repeatable slugs for URLs, filenames, or record IDs. This skill stays tightly focused on transliteration and normalization, not routing, redirects, or full publishing workflows.

ai-agentspythongo
0
36
Generate Structured Release Notes From Merged Pull Requests Between Two Refs With Copilot Release NotesA

Compare two tags, branches, or SHAs and turn merged pull requests into reviewable markdown and JSON release notes for a release workflow.

ai-agentsgogit
0
36
Generate Terraform Module Inputs And Outputs Docs With Terraform Docs Before Review Drift Sets InA

Refresh Terraform module documentation from source so variables, outputs, and providers stay aligned with the code before review or release.

ai-agentsgobash
0
36
Generate Xml Sitemaps And Robots Txt From Route Inventories Before Seo LaunchA

Use sitemap when an agent already knows the site routes or content URLs and needs valid sitemap XML, sitemap indexes, or robots.txt references before launch. This is a publishing-artifact skill, not a crawler or SEO platform.

ai-agentsgonode
0
36
Ghost Admin Api Headless Publishing Cms AutomationA

The Ghost Admin API exposes authenticated operations for posts, pages, tags, members, offers, and newsletter publishing. This skill gives agents a concrete workflow for structured publishing and operational automation in Ghost-backed sites.

ai-agentspythongo
0
36
Ghost Open Source Publishing Platform Memberships Newsletters Headless CmsA

Ghost is an open-source publishing platform built for modern blogs, newsletters, memberships, and headless CMS use cases. It combines editorial workflows, subscription management, and API-first content delivery in one self-hostable stack.

ai-agentsgogit
0
36
Ghostfolio Wealth Management Portfolio TrackingA

Ghostfolio is an open-source wealth management application for tracking stocks, ETFs, and cryptocurrencies across multiple platforms. Built with Angular, NestJS, and Prisma on PostgreSQL, it provides portfolio performance analysis, allocation insights, and data-driven investment decision support.

ai-agentsgosql
0
36
Ghostty Fast Native Terminal Emulator Gpu AccelerationA

Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration. Created by Mitchell Hashimoto, it provides a native experience on macOS and Linux while supporting modern terminal protocols including Kitty graphics and synchronized rendering.

ai-agentsgogit
0
36
Git Absorb Automatic Fixup Commit GeneratorA

Automatically generates fixup commits by analyzing staged changes and matching them to the correct ancestor commits. A Rust port of Facebook's hg absorb that eliminates manual interactive rebasing for review feedback.

ai-agentsrustgo
0
36
Git Bisect Automation AgentA

Automates git bisect workflows to find regression-introducing commits using custom test scripts and the git bisect run interface. Supports containerized test execution via Docker to ensure reproducible bisect environments.

ai-agentsgodocker
0
36
Git Bisect AutomatorA

Automates git bisect workflows with custom test scripts and CI pipeline integration. Uses the Git CLI and GitHub Actions API to identify regression-introducing commits across large repositories.

ai-agentsgogit
0
36
Git Branch Analyzer Libgit2A

Analyzes Git repository branch topology using libgit2 bindings and git-log parsing. Identifies stale branches, merge conflicts, and divergence points via the GitHub GraphQL API.

ai-agentspythongo
0
36
Git Cliff Changelog GeneratorA

git-cliff generates changelog files from Git history using conventional commits and regex-powered custom parsers. Written in Rust, it provides highly customizable templates via a TOML configuration file, with integrations for GitHub Actions, Docker, and CI/CD pipelines.

ai-agentsrustgo
0
36
Git Diff Complexity AnalyzerA

Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments via PyGithub.

ai-agentsgogit
0
36
Git Secret Scanner GitleaksA

Scans Git repositories for leaked secrets using Gitleaks, TruffleHog, and custom regex patterns. Detects API keys, AWS credentials, private keys, and database connection strings across commit history.

ai-agentsgobash
0
36
Git Secret ScannerA

Detects leaked secrets in Git repositories using pattern-based scanning with Gitleaks rule definitions and the GitHub Secret Scanning API. Identifies exposed API keys, tokens, and credentials across full commit history using git log --all -p analysis.

ai-agentsgobash
0
36
Git Secrets Precommit ScannerA

Scans git diffs for exposed secrets using truffleHog entropy detection and custom regex patterns. Integrates with pre-commit hooks and GitHub push protection API for real-time blocking.

ai-agentsgodocker
0
36
Git Updater Wordpress Plugin Theme Auto UpdaterA

Git Updater enables automatic updates for WordPress plugins and themes hosted on GitHub, Bitbucket, GitLab, and Gitea repositories, with support for release assets, language packs, and branch switching.

ai-agentsgophp
0
36
Gitbutler Virtual Branch Git ClientA

GitButler is a modern Git client built in Rust and Svelte that introduces virtual branches, allowing developers to work on multiple branches simultaneously without stashing or switching. It provides a visual interface for managing concurrent work streams on a single working directory.

ai-agentsrustgo
0
36
Gitea Repository Pull Request AutomationA

Automates repository administration, pull request workflows, issue triage, and release operations against Gitea using its REST API and webhook system. Useful for self-hosted software teams that want GitHub-like automation without leaving their own infrastructure.

ai-agentsgonode
0
36
Github Actions Ci BuilderA

Generate and manage GitHub Actions workflow YAML files using the GitHub Actions REST API and workflow_dispatch events. Supports matrix builds, reusable workflows, and composite actions.

ai-agentspythongo
0
36
Github Actions Ci Pipeline BuilderA

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

ai-agentspythongo
0
36
Github Actions Cicd Pipeline ManagerA

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.

ai-agentspythongo
0
36
Github Actions Matrix Build OptimizerA

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 savings per commit.

ai-agentspythongo
0
36
Github Actions Matrix Builder 13A

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.

ai-agentspythongo
0
36
Github Actions Matrix Optimizer 2A

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.

ai-agentspythongo
0
36
Github Actions Matrix OrchestratorA

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.

ai-agentspythongo
0
36
Github Actions Matrix Strategy BuilderA

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.

ai-agentsgonode
0
36
Github Actions Oidc Token ValidatorA

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

ai-agentspythongo
0
36
Github Actions Oidc Token VerifierA

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

ai-agentspythongo
0
36
Github Actions Pipeline ValidatorA

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.

ai-agentspythongo
0
36
Github Actions Workflow Builder SkillA

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.

ai-agentspythongo
0
36