Marketplace category archive

Developer Tools Skills

Explore live Developer Tools skills across the current marketplace catalog.

261live listings
10frameworks in use
Livetaxonomy archive

Category Skills

Browse the published marketplace skills currently assigned to this category.

Developer Tools Security Reviewed

Turborepo Monorepo Build System

Use Turborepo to orchestrate builds, tests, and tasks across JavaScript and TypeScript monorepos with intelligent caching, parallel execution, and remote cache sharing via Vercel.

⭐ 30.1k vercel ⬇ 12.9M/wk
Claude Code Developer Tools
2w ago 👁 7 View skill →
Developer Tools Security Reviewed

Changesets Version and Changelog Manager

Use Changesets to manage package versioning and changelogs in monorepos and single-package repositories. Automates semver bumps, changelog generation, and npm publishing with a PR-based workflow.

⭐ 11.6k react ⬇ 2.8M/wk
Claude Code Developer Tools
2w ago 👁 3 View skill →
Developer Tools Published

Mise Dev Tool Version Manager

Use mise (mise-en-place) to manage development tool versions, environment variables, and task running from a single configuration file. Replaces asdf, nvm, pyenv, rbenv, and direnv in one tool.

⭐ 26.3k terraform
Claude Code Developer Tools
2w ago 👁 3 View skill →
Developer Tools Security Reviewed

Puppeteer DevTools Protocol Recorder

Records and replays Chrome DevTools Protocol (CDP) sessions via Puppeteer's CDPSession API, captures Network, Performance, and Accessibility domain events, and exports HAR-compatible traces for CI regression testing.

⭐ 94.1k puppeteer
Cursor Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

WASM Component Model Linker

Compiles and links WebAssembly components using the WASI Preview 2 Component Model, wasm-tools CLI for component composition, and wit-bindgen for generating host/guest bindings from WIT interface definitions.

Gemini Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Bun Shell Script Executor

Leverages Bun's built-in $ shell API (Bun.Shell) to orchestrate cross-platform shell scripts from TypeScript with tagged template literals, automatic glob expansion, and piped process composition.

Codex Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

Vite Plugin Hot Module Analyzer

Monitors and analyzes Vite HMR (Hot Module Replacement) update chains using the vite.config.ts plugin API and ws WebSocket events. Identifies slow module boundaries, circular dependency hot paths, and generates flamegraph-compatible output for Chrome DevTools Performance panel.

⬇ 96.8M/wk
Cursor Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Biome Lint Migration Toolkit

Automates migration from ESLint and Prettier to Biome (formerly Rome) by parsing .eslintrc and .prettierrc configs, mapping rules to biome.json equivalents, and running biome check --apply for bulk reformatting.

⭐ 24.3k eslint
Claude Code Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Playwright E2E Test Generator

Generates Playwright test suites from natural language descriptions using the Playwright Test API. Supports cross-browser testing with Chromium, Firefox, and WebKit via BrowserContext fixtures.

⭐ 86.4k playwright ⬇ 47.9M/wk Apache-2.0
Claude Code Developer Tools
3w ago 👁 1 View skill →
Developer Tools Security Reviewed

Docker Compose Orchestrator

Manages multi-service Docker Compose environments using the Compose V2 Go API and Docker Engine SDK. Handles health checks, dependency ordering, and rolling updates.

⭐ 71.5k docker Apache-2.0
OpenClaw Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

TypeScript AST Refactor

Performs automated TypeScript refactoring using ts-morph and the TypeScript Compiler API. Handles rename operations, extract-function, and dead code elimination across large codebases.

Cursor Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

Package Vulnerability Scanner

Scans npm, PyPI, and Go module dependencies for known vulnerabilities using the OSV.dev API and GitHub Advisory Database. Generates SBOM reports in CycloneDX format.

Codex Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

Git Branch Analyzer

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.

Claude Code Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

Devcontainer Specification Builder

Generates dev container specifications with feature composition and lifecycle hooks. Uses the Dev Container Specification API, OCI feature registry, and devcontainer CLI for container-based development environments.

Claude AgentsMulti-Framework Developer Tools
3w ago 👁 1 View skill →
Developer Tools Security Reviewed

Bazel Build Graph Analyzer

Analyzes Bazel build dependency graphs to identify bottlenecks and optimize build times. Uses the Bazel Query Language (BQL), Action Graph API, and Build Event Protocol (BEP) for deep build analysis.

MCP Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

LLDB Debug Session Automator

Automates LLDB debugging sessions with scripted breakpoint management and expression evaluation. Uses the LLDB Python SB API (lldb.SBDebugger, SBTarget, SBProcess) for programmatic debug control.

Custom Agents Developer Tools
3w ago 👁 12 View skill →
Developer Tools Security Reviewed

Nix Flake Configuration Builder

Generates reproducible Nix flake configurations with devShell environments and package overlays. Uses the Nix Flakes API, nixpkgs lib functions, and flake-utils for cross-platform builds.

Cursor Developer Tools
3w ago 👁 6 View skill →
Developer Tools Security Reviewed

Regex Pattern Test Suite Generator

Generates comprehensive test suites for regular expressions using Hypothesis property-based testing and re2 for safe evaluation. Creates positive/negative test cases, edge cases, and ReDoS vulnerability checks.

Cursor Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Makefile Dependency Auditor

Parses GNU Makefiles using pymake and builds complete dependency DAGs. Detects circular dependencies, unreachable targets, missing prerequisites, and generates optimal parallel build orderings.

Codex Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

Git Diff Complexity Analyzer

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.

MCP Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Docker Compose Service Graph Visualizer

Parses docker-compose.yml files using PyYAML and generates interactive dependency graphs with Graphviz and D3.js. Shows port mappings, volume mounts, network topology, and health check status.

⭐ 37.2k docker
Claude CodeMulti-Framework Developer Tools
3w ago 👁 4 View skill →
Developer Tools Security Reviewed

Git Bisect Automator

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.

Claude Code Developer Tools
3w ago 👁 3 View skill →
Developer Tools Security Reviewed

Docker Compose Stack Analyzer

Analyzes Docker Compose configurations for security, networking, and resource optimization using the Docker Engine API and Compose specification parser. Detects misconfigurations and dependency issues.

⭐ 71.5k docker Apache-2.0
Gemini Developer Tools
3w ago 👁 2 View skill →
Developer Tools Security Reviewed

OpenAPI Spec Validator

Validates and lints OpenAPI 3.0/3.1 specifications using Spectral CLI rules and the Swagger Parser library. Detects breaking changes between spec versions and generates migration guides.

Custom Agents Developer Tools
3w ago 👁 2 View skill →