Coding & Dev Tools Agent Skills

Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.

Coding & Dev Tools

9,772 skills
cloudthinker-ai
managing-grpc
Inspects gRPC services via reflection, health checks, channelz, and grpcurl to discover methods, monitor health, and analyze load balancing.
7
cloudthinker-ai
managing-pypi
Manages Python package publishing, versioning, and distribution builds on PyPI, including dependency resolution, index configuration, and package health analysis.
7
cloudthinker-ai
managing-qase
Monitors and analyzes Qase test management projects, test cases, runs, and defects via the Qase API, with a discovery-first workflow to avoid assumptions.
7
cloudthinker-ai
jira-rca-ticket
Creates structured Jira tickets from incident root cause analysis findings, including severity classification and remediation steps.
7
cloudthinker-ai
managing-bazel
Analyze and manage Bazel workspaces, including BUILD file inspection, target querying, dependency graphs, remote execution, caching configuration, and build performance profiling.
7
cloudthinker-ai
managing-cargo
Analyzes and manages Cargo builds, workspaces, features, and build profiles, including cross-compilation and build script analysis.
7
vikingokft
shadcn-ui
Integrates shadcn/ui components into projects, covering discovery, installation, customization, and best practices.
0 · bundle
vikingokft
stitch-loop
Iteratively builds websites with Stitch by reading a baton file, generating pages via MCP tools, integrating them, and writing the next task.
0 · bundle
vikingokft
gemini-api-dev
Build applications with Gemini API hosted models, including multimodal content, function calling, and structured outputs, using the latest SDKs and model specifications.
0
vikingokft
gws-script-push
Uploads local script files to a Google Apps Script project, replacing all existing files.
0
vikingokft
wp-ai-client
Integrates WordPress 7.0's WP AI Client for provider-agnostic AI generation, covering prompt building, model preferences, structured JSON, media generation, and safe feature gating.
0
vikingokft
wp-utf8-text
Handle UTF-8 and text encoding safely in WordPress plugins, especially on WP 6.9+ where wp_is_valid_utf8(), wp_scrub_utf8(), and noncharacter helpers replace older seems_utf8-style checks. Covers when to validate, scrub, reject, or preserve invalid bytes; wp_check_invalid_utf8 behavior; XML/JSON/feed/export.
0
vikingokft
react-components
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
0 · bundle
vikingokft
vikingo-szabvany
Enforces the Vikingo Studio standard for WordPress plugins and repos: naming taxonomy, plugin headers, folder structure, versioning, release flow, private update channel, admin UI rules, security baseline, and pre-release checklist.
0
vikingokft
wp-admin-notices
Render WordPress admin notices using core hooks and the 6.4+ helper functions, including dismissal persistence and screen targeting.
0
vikingokft
wp-cli-extending
Add custom WP-CLI commands to a WordPress plugin using WP_CLI::add_command(), covering PHPDoc-driven synopsis, argument types, I/O helpers, formatted output, progress bars, runcommand(), and lifecycle hooks.
0 · bundle
vikingokft
wp-connectors-api
Register and review WordPress 7.0 Connectors API integrations for external services, especially AI providers and API-key backed services shown under Settings > Connectors. Covers wp_connectors_init, WP_Connector_Registry, wp_get_connector, wp_get_connectors, wp_is_connector_registered, api_key vs none authentication.
0
vikingokft
wp-filesystem-api
Write files from a WordPress plugin using the WP_Filesystem abstraction, covering bootstrap, transports, credentials flow, and when to use plain PHP instead.
0
vikingokft
wp-security-audit
Audits WordPress plugin or theme PHP code for common security mistakes including missing nonce checks, capability checks, input sanitization, output escaping, SQL preparation, AJAX exposure, file traversal, and unsafe redirects.
0 · bundle
vikingokft
wp-plugin-dto
Design and review native DTOs in WordPress plugins without better-data, covering immutable data carriers, explicit hydration, strict coercion, WP_Error validation, sensitive-field handling, and layer boundaries.
0 · bundle
vikingokft
wc-payment-tokens
Manage WooCommerce saved payment methods via WC_Payment_Tokens and WC_Payment_Token_CC, covering token creation, retrieval, validation, attachment to orders, and deletion with proper nonce and ownership checks.
0
vikingokft
wp-admin-codemirror
Integrates WordPress's bundled CodeMirror editor into admin pages using wp_enqueue_code_editor() and wp.codeEditor.initialize(), covering MIME selection, linter handles, settings filters, and programmatic control for syntax-highlighted textareas.
0
vikingokft
wp-admin-list-table
Build WordPress admin tables by extending WP_List_Table, covering required overrides, pagination, bulk actions, and CSRF protection.
0 · bundle
vikingokft
gemini-interactions-api
Writes Python and TypeScript code that calls the Gemini Interactions API for text generation, chat, multimodal understanding, image generation, streaming, research, function calling, and structured output, including migration from the legacy generateContent API.
0 · bundle
tools-only
033-pro-f2796465
Quick reference for Salesforce Agent Script CLI commands, covering retrieve, validate, publish, deploy, and test workflows, plus authoring bundle structure and CI/CD integration.
7 · bundle
tools-only
076-app-a62b3f4e
Guides building Expo Router navigation with file-based routing, layouts, tabs, protected routes, and deep linking.
7 · bundle
tools-only
172-rvc-7a57af2e
Guides downloading and configuring RVC voice conversion models, including HuBERT and index files, and running voice conversion scripts.
7 · bundle
tools-only
193-map-499a16db
Maps images and data onto 3D surfaces using Three.js textures, covering types, material maps, wrapping, filtering, UV mapping, color space, and optimization.
7 · bundle
tools-only
013-get-7c2cb846
Defines RESTful API design conventions including URL structure, status codes, error formats, pagination, versioning, rate limiting, CORS, validation, and OpenAPI documentation.
7 · bundle
tools-only
018-app-6ad5dcb2
Explains Next.js App Router architecture with file-based routing, layouts, loading and error states, dynamic routes, and route handlers.
7 · bundle
tools-only
106-one-c28a512a
Explains how Agent Script instruction resolution works across three phases, with patterns for pre-LLM setup, LLM reasoning, and post-action loops.
7 · bundle
tools-only
121-cpp-9bf81363
Optimizes C++ memory management and performance with smart pointers, custom allocators, move semantics, SIMD, cache-friendly design, and memory pools.
7 · bundle
tools-only
154-app-0b5292d4
Provides a reference for structuring an Expo Router app, including folder layout, configuration files, and essential dependencies.
7 · bundle
tools-only
186-tsx-df7bb47f
Provides React state management patterns and code examples for useState, Context, Zustand, Redux Toolkit, and TanStack Query.
7 · bundle
tools-only
136-here-acfe5085
Introduces Prompt-Driven Development (PDD), a methodology that uses version-controlled natural-language prompts as the source of truth for generating code, tests, and documentation, with a practical adoption roadmap.
7 · bundle
tools-only
148-html-2cc54265
Reference guide for building Preact 10 applications with HTM, covering components, signals, web components, and performance patterns.
7 · bundle

Frequently asked questions

What are Coding & Dev Tools agent skills?

Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.

Which Coding & Dev Tools skills are most installed?

Popular Coding & Dev Tools skills on SkillMD right now include 186-tsx_df7bb47f, managing-grpc, managing-pypi. Rankings shift as installs change; sort this page by "Most downloaded" for the live list.

Do Coding & Dev Tools skills work with Claude Code and Cursor?

Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds add <owner>/<name>, or copy the file into your agent's skills directory.