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
sakamoto-family-smile
dotnet-patterns
Provides idiomatic C# and .NET patterns covering immutability, dependency injection, async/await, options, result, repository, middleware, and minimal API conventions for building maintainable applications.
0
sakamoto-family-smile
kotlin-patterns
Enforces idiomatic Kotlin conventions across null safety, immutability, sealed hierarchies, coroutines, extension functions, DSL builders, and Gradle Kotlin DSL.
0
sakamoto-family-smile
nestjs-patterns
Provides production-grade NestJS architecture patterns covering modules, controllers, providers, DTO validation, guards, interceptors, exception filters, configuration, and testing for TypeScript backends.
0
sakamoto-family-smile
skill-stocktake
Audits Claude skills and commands for quality, offering Quick Scan for changed skills and Full Stocktake modes with sequential subagent batch evaluation.
0 · bundle
sakamoto-family-smile
fastapi-patterns
Provides production-oriented patterns for building FastAPI services, covering async endpoints, dependency injection, Pydantic schemas, OpenAPI customization, testing, and security best practices.
0
sakamoto-family-smile
nodejs-keccak256
Prevents Ethereum hashing bugs in JavaScript and TypeScript by distinguishing Keccak-256 from Node's NIST SHA3-256, with usage examples for ethers, viem, and web3.js.
0
sakamoto-family-smile
quarkus-security
Secure Quarkus applications with authentication, authorization, input validation, and secrets management best practices.
0
sakamoto-family-smile
swiftui-patterns
Provides SwiftUI architecture patterns for state management with @Observable, view composition, navigation, and performance optimization for iOS and macOS apps.
0
sakamoto-family-smile
angular-developer
Generates Angular code and provides architectural guidance for projects, components, services, reactivity, forms, dependency injection, routing, accessibility, animations, styling, testing, and CLI tooling.
0 · bundle
sakamoto-family-smile
react-performance
Optimizes React and Next.js performance with 70+ rules across 8 priority categories, covering waterfalls, bundle size, server-side, client fetching, re-renders, rendering, JS micro-perf, and advanced patterns. Use when writing, reviewing, or refactoring React/Next.js code.
0
lord1egypt
codex
Delegate coding tasks such as feature building, refactoring, and PR reviews to OpenAI's Codex CLI, with support for background execution and parallel worktrees.
2
lord1egypt
design-md
Author, lint, diff, and export Google's DESIGN.md design token spec files, including WCAG contrast validation.
2
lord1egypt
claude-code
Delegate coding tasks to the Claude Code CLI via terminal commands, supporting both one-shot and interactive sessions.
2
lord1egypt
manim-video
Creates 3Blue1Brown-style animated explainer videos, algorithm visualizations, and math animations using Manim Community Edition.
2 · bundle
lord1egypt
llava
Runs the open-source LLaVA vision-language model for image understanding, captioning, visual question answering, and multi-turn image conversations, including setup, inference, and training guidance.
2
lord1egypt
qmt
Provides guidance on using the QMT quantitative trading terminal, including strategy development, backtesting, and live trading for Chinese securities markets.
2
kbarbel640-del
rlm
Executes Python code iteratively via an MCP bridge to produce verified results for calculations, data analysis, and task decomposition.
1 · bundle
kbarbel640-del
gh
Performs GitHub operations from the terminal using the gh CLI, including auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management.
1 · bundle
kbarbel640-del
browse
Create and deploy browser automation functions with the Stagehand CLI, from interactive site exploration to production deployment.
1 · bundle
kbarbel640-del
kradleverse-act
Sends an action in a Kradleverse game using a local script.
1 · bundle
kbarbel640-del
sui-knowledge
Answers questions about the Sui blockchain ecosystem, including concepts, tokenomics, validators, staking, and comparisons with other chains.
1 · bundle
kbarbel640-del
kradleverse-join
Joins a Kradleverse game session and returns a session ID along with game state and available actions.
1 · bundle
pwdev-solucoes
reka-ui
Compose custom Vue components with Reka UI v2 headless primitives, covering asChild/as composition, controlled state, portals, and Radix Vue migration.
2
pwdev-solucoes
flow-plan
Decomposes an approved specification into dependency-aware waves and atomic executable tasks with exact file scope, test-first actions, verification commands, and an execution gate.
2 · bundle
pwdev-solucoes
flow-fleet
Launches, inspects, and tears down parallel Codex phase fleets in isolated Git worktrees, with explicit approval for bypassing sandbox restrictions.
2 · bundle
pwdev-solucoes
flow-quick
Delivers a small, bounded code change through inspection, a mini-plan, implementation, testing, review, and adversarial verification. Use for bug fixes, configuration changes, and features expected to touch no more than five files.
2 · bundle
pwdev-solucoes
shadcn-vue
Scaffold, install, and compose shadcn-vue components built on Reka UI v2, including Vue variants, form patterns with vee-validate/Zod, and adaptation of existing components.
2
pwdev-solucoes
schema-markup
Implementa e valida dados estruturados schema.org em JSON-LD — Organization, Article, FAQPage, Product, BreadcrumbList. Use quando o usuário disser "schema", "dados estruturados", "JSON-LD", "rich snippet", "FAQ schema", "schema.org".
2
pwdev-solucoes
component-audit
Audits Vue 3 components for design-system consistency, legacy patterns, and missing states, producing a component log.
2
pwdev-solucoes
ui-best-practices
Enforces a canonical UI/UX ruleset with 14 sections and 70+ prioritized rules (P0–P3) for implementing, reviewing, or auditing UI components, referencing tokens from a theme reference.
2
pwdev-solucoes
skill-frontend-design
Design precise, production-grade enterprise UI — dashboards, admin panels, SaaS interfaces, and data-heavy applications. Use this skill for professional software interfaces that need Jony Ive-level craft: clean, minimal, functional, with intentional personality. Do NOT use for creative landing pages, marketing sites.
2 · bundle
sdiamante13
tdd
Enforces strict outside-in red-green-refactor TDD with one-failure-per-turn discipline, predicting failures before every run, hardcoding minimum changes, and using triangulation and property-based testing. Triggers on explicit TDD requests and tasks phrased as 'implement', 'add', 'write a function', 'build a feature'.
7
sdiamante13
sweep
Reviews a codebase for structural smells and refactors them with provable safety, using micro commits and green-bar discipline.
7
sdiamante13
review
Performs structured code reviews of git branches, tracking findings in a living document and optionally running deep architectural analysis with subagents.
7 · bundle
sdiamante13
script
Apply strict-mode Bash scripting conventions: minimal validation, concise logic, executable scripts, and no unnecessary comments or echoes.
7
sdiamante13
tw-fix
Reviews and repairs risky or unclear code with minimal validated changes, running a fixed-point loop until the diff is clean across two consecutive review cycles.
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 manim-video, rlm, gh. 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.