Video & Animation
CircleCI Workflow Cost Auditor
Audits CircleCI workflow spend using the CircleCI Insights API and machine-type pricing tables. Identifies jobs running on oversized resource classes and recommends downgrades using historical CPU/memory utilization from the pipeline telemetry endpoint. Produces a cost breakdown by project, branch, and executor type.
$ npx skills add agentskillexchange/skillsCapture simulate and diff HTTP dependencies before flaky integra
Record real HTTP traffic, replay it in simulation mode, and compare dependency behavior without hammering live third-party services.
$ npx skills add agentskillexchange/skillsCapture YouTube transcripts without browser automation using You
Fetch manual or auto-generated YouTube subtitles, including translations, without Selenium or API keys before summarization, extraction, or quote-checking.
$ npx skills add agentskillexchange/skillsCapture, search, and optionally sync local coding-agent session
Use SpecStory when valuable coding-agent decisions keep disappearing into terminal history and you need one cross-agent workflow to auto-save, search, summarize, and optionally share those sessions.
$ npx skills add agentskillexchange/skillsCapture low-level Kubernetes runtime evidence with Inspektor Gad
Run named Inspektor Gadget traces and snapshots when an agent needs eBPF-backed runtime evidence from pods, containers, or nodes that ordinary logs and metrics do not expose.
$ npx skills add agentskillexchange/skillsCircleCI Orb Configurator
Builds and validates CircleCI orb configurations using the CircleCI CLI and Orb Development Kit. Supports orb packing, linting with yamllint, and publishing to the CircleCI Orb Registry via circleci orb publish.
$ npx skills add agentskillexchange/skillsCircleCI Workflow Builder
Generates CircleCI config.yml workflows using the CircleCI Orbs SDK and Workflows API. Supports parallelism tuning with the CircleCI Test Splitting API and resource class optimization for Docker and machine executors.
$ npx skills add agentskillexchange/skillsCircleCI Workflow Analyzer
Analyzes and optimizes CircleCI workflows using the CircleCI v2 API. Identifies bottlenecks in job dependency graphs, suggests parallelism improvements, and monitors pipeline credit usage.
$ npx skills add agentskillexchange/skillsCircleCI Pipeline Optimizer
Interfaces with CircleCI API v2 /pipeline and /workflow endpoints to analyze build performance. Identifies slow jobs via timing data, recommends Docker layer caching, and generates optimized .circleci/config.yml with parallelism settings.
$ npx skills add agentskillexchange/skillsCircleCI Pipeline Manager
Configure and trigger CircleCI pipelines using the CircleCI v2 API and config.yml orbs. Manages pipeline parameters, workspace persistence, and dynamic configuration with setup workflows.
$ npx skills add agentskillexchange/skillsCircleCI Orb Pipeline Agent
Builds and manages CircleCI pipelines using config.yml v2.1, CircleCI API v2, and reusable Orbs. Supports dynamic config, test splitting, and resource class optimization.
$ npx skills add agentskillexchange/skillsCircleCI Orb Pipeline Composer
Composes multi-stage CircleCI pipelines using reusable Orbs and the CircleCI v2 API. Supports dynamic config generation with setup workflows and pipeline parameters for monorepo deployments.
$ npx skills add agentskillexchange/skillsCircleCI Orb Pipeline Debugger
Diagnoses CircleCI orb configuration errors and pipeline failures using the CircleCI v2 API. Parses orb YAML schemas, detects version pinning issues, and suggests fixes for executor and job dependency problems.
$ npx skills add agentskillexchange/skillsCircleCI Orb Linter
Validates CircleCI configuration files and custom Orbs using the CircleCI CLI (circleci config validate) and Orb Development Kit. Checks for deprecated images, inefficient caching strategies, and security anti-patterns.
$ npx skills add agentskillexchange/skillsCircleCI Orb Validator
Validates and lints CircleCI orb configurations using the CircleCI CLI and circleci-config-sdk. Checks for deprecated keys, version constraints, and executor compatibility before publishing.
$ npx skills add agentskillexchange/skillsCircleCI Orb Dependency Auditor
Audits CircleCI orb dependencies using the CircleCI v2 API and orb registry. Detects outdated orb versions, deprecated commands, and known CVEs in orb executor images via Trivy scanning.
$ npx skills add agentskillexchange/skillsCircleCI Orb Dependency Scanner
Scans CircleCI config.yml for outdated orb versions using the CircleCI Orbs Registry API. Reports CVEs linked to orb dependencies via Snyk vulnerability database lookups.
$ npx skills add agentskillexchange/skillsCircleCI Orb Configuration Manager
Manages CircleCI pipeline configurations using orbs like circleci/node, circleci/docker, and circleci/aws-s3. Handles workflow orchestration, parallelism, and resource class selection via .circleci/config.yml.
$ npx skills add agentskillexchange/skillsCircleCI Orb Debugger
Diagnoses and fixes CircleCI orb configuration errors using the CircleCI v2 API and circleci config validate CLI. Parses orb source YAML against the orb development kit schema for type mismatches and parameter validation failures.
$ npx skills add agentskillexchange/skillsCircleCI Orb Composition Engine
Composes and publishes CircleCI Orbs using the circleci CLI with orb pack, orb validate, and semantic versioning. Manages reusable executors, commands, and jobs with parameterized pipeline configurations.
$ npx skills add agentskillexchange/skillsCircleCI Orb Dependency Analyzer
Analyzes CircleCI orb dependencies using the CircleCI v2 API and Orb Registry API. Maps orb version trees, detects breaking changes, and generates upgrade paths for pinned orb references.
$ npx skills add agentskillexchange/skillsCircleCI Orb Auditor
Audits CircleCI orb versions and configurations using the CircleCI v2 API. Flags deprecated orbs, provides pinning recommendations, and checks security advisories from the orb registry.
$ npx skills add agentskillexchange/skillschromedp Go Browser Automation with Chrome DevTools Protocol
This skill turns chromedp into a repeatable browser automation workflow for Go teams. It covers navigation, DOM queries, screenshots, PDF capture, network-aware waits, and structured extraction through the Chrome DevTools Protocol.
$ npx skills add agentskillexchange/skillsCircleCI Flaky Test Detector
Queries CircleCI Insights API to identify test cases that flip between pass and fail across recent runs. Produces a ranked list by failure rate with quarantine strategies for Jest, pytest, RSpec, and JUnit.
$ npx skills add agentskillexchange/skills