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
mariadb-corporation
mariadb-transactions
Documents MariaDB-specific transaction control syntax and behavior, including START TRANSACTION, COMMIT, ROLLBACK, SAVEPOINT, implicit commit rules, autocommit defaults, and idle transaction timeouts.
0
mariadb-corporation
mariadb-create-function
Explains MariaDB's three CREATE FUNCTION forms — stored functions, stored aggregate functions, and loadable UDFs — covering syntax, privileges, and behavior differences for writing or reviewing MariaDB SQL.
0
mariadb-corporation
mariadb-connector-c-install
Installs and configures MariaDB Connector/C, covering package names per distribution, compile and link flags, option file handling, and TLS options.
0
auto-skiller
refactoring
Identifies and removes dead code safely, with test verification at each step and categorization of risk levels.
1
auto-skiller
codemap-sync
Analyzes codebase structure and generates token-lean architecture documentation in codemap files, with diff detection and metadata tracking.
1
auto-skiller
tdd-methodology
Guides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
1
auto-skiller
swift-concurrency-6-2
Adopt Swift 6.2's Approachable Concurrency model, which runs code single-threaded by default and uses explicit @concurrent for background offloading, isolated conformances, and MainActor default inference to eliminate data-race errors.
1 · bundle
auto-skiller
build-management
Incrementally fixes Gradle build and compilation errors for Android and Kotlin Multiplatform projects.
1
auto-skiller
coding-rules-enforcer
Enforces language-specific coding rules, style guidelines, patterns, security, and testing standards by referencing a built-in guidelines bank.
1 · bundle
auto-skiller
swiftui-patterns
Provides SwiftUI architecture guidance covering state management with @Observable, view composition, type-safe navigation, performance optimization, and modern iOS/macOS UI best practices.
1 · bundle
auto-skiller
scan
Assesses a codebase by spawning a single mapper agent for a chosen focus area, producing targeted documents in .planning/codebase/.
1 · bundle
auto-skiller
ui-test
Runs adversarial UI tests in a real browser, covering functional, accessibility, responsive, and UX checks, with diff-driven, exploratory, and parallel workflows.
1 · bundle
mhassan0000
claude-api
Reference for building LLM-powered applications with the Claude API and Anthropic SDKs, covering model selection, parameters, streaming, tool use, and migration.
1 · bundle
mhassan0000
browser-qa
Automates visual testing and UI interaction verification using browser automation after deploying features.
1
mhassan0000
minimalist
Guides efficient coding by enforcing a strict ladder of reuse, standard library, and minimal code before writing anything new.
1
mhassan0000
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
1 · bundle
mhassan0000
git-workflow
Guides Git version control practices: branching strategies, commit conventions, merge vs rebase, conflict resolution, and pull request workflows for collaborative teams.
1
mhassan0000
perl-testing
Write and run Perl tests using Test2::V0, Test::More, prove, mocking, and Devel::Cover coverage with a TDD workflow.
1
mits-pl
add-config
Guides adding new configuration settings to Wave Terminal's hierarchical config system, covering Go structs, JSON schema, defaults, docs, and frontend/backend usage.
39
mits-pl
context-menu
Creates and displays context menus in Wave Terminal, covering menu item types, submenus, checkboxes, and event handling.
39
galyarderlabs
perseus
Resolves legacy references to 'perseus' by routing them to the current runtime capability, agent, or modern skill.
20
galyarderlabs
galyarder
Provides 89 standard operating procedures for the Galyarder department, covering agent adapters, execution protocols, and multi-agent hygiene.
20 · bundle
galyarderlabs
playwright-pro
Generates, reviews, fixes, and migrates Playwright end-to-end tests, with templates, agents, and integrations for TestRail and BrowserStack.
20 · bundle
galyarderlabs
elite-developer
Resolves legacy references to `elite-developer` by routing to the appropriate modern runtime capability, agent, or plugin skill.
20
galyarderlabs
remotion-engineer
Resolves legacy references to the remotion-engineer skill by routing to the modern runtime capability.
20
diegosouzapw
adk
Provides guidelines for building with Botpress's Agent Development Kit (ADK), covering project structure, primitives, CLI commands, and documentation lookups.
54 · bundle
diegosouzapw
joi
Builds and validates Joi schemas, including custom types, conditional validation with .when(), cross-field references, and custom error messages.
54 · bundle
diegosouzapw
impl
Implements features and writes code based on Plans.md tasks, with quality gates and routing to sub-skills for feature implementation and test writing.
54 · bundle
diegosouzapw
vloj
Parses LibreOJ problem IDs or URLs, creates a folder, fetches the problem statement via Chrome DevTools MCP, saves it as Markdown, and writes a C++ solution file.
54 · bundle
diegosouzapw
api
Provides RESTful API design patterns and best practices for creating endpoints, designing APIs, and implementing routes.
54 · bundle
diegosouzapw
sdd
Guides users through the specification-driven development workflow, from requirements gathering through specification, test derivation, implementation, and validation.
54 · bundle
diegosouzapw
vexor
Provides guidance and patterns for using a vector-powered CLI for semantic file search with Claude/Codex skills.
54 · bundle
oyi77
coding
Coordinates five specialized coding agents (linter, perf, refactor, security, test) to enforce quality gates across the development lifecycle, from lint enforcement through performance profiling, refactoring, security auditing, and test coverage.
10
oyi77
content-factory
Generates YouTube videos from prompts, creates vertical Shorts from text, and converts long videos into Shorts using free tools like ffmpeg, edge-tts, and Pexels.
10
chimeranext
mvvm
Implements the MVVM pattern in Flutter with Provider and ChangeNotifier, structuring projects into models, views, and viewmodels for testable, maintainable code.
4
chimeranext
static-analysis
Configures and runs static analysis and linting tools across multiple languages, integrating with CI/CD and security platforms.
4

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 scan, playwright-pro, adk. 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.