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,777 skills
ahang1598
Doubao Product Content
生成或优化电商商品标题、详情文案和商品页静态图片。
9 · bundle
ahang1598
Doubao Product Selection
电商选品与品类机会分析技能。根据商家的预算、目标平台、货源优势,按"市场需求×竞争度×利润空间×季节性×复购率"五维打分,输出3-5个候选品类及切入建议。适用于新手不知道卖什么、老商家想拓新品类、想判断某个品值不值得进货的场景。
9
micsapp
Setup
Scaffold a complete knowledge system. Detects platform, conducts conversation, derives configuration, generates everything. Validates against 15 kernel primitives. Triggers on "/setup", "/setup --advanced", "set up my knowledge system", "create my vault".
3 · bundle
micsapp
Remember
Capture friction as methodology notes. Three modes — explicit description, contextual (review recent corrections), session mining (scan transcripts for patterns). Triggers on "/remember", "/remember [description]".
3 · bundle
micsapp
Jira CLI
Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.
3
micsapp
Capa Officer
CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization.
3 · bundle
haongo232
Create
Create new application command. Triggers App Builder skill and starts interactive dialogue with user.
3
haongo232
Clean Code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
3
haongo232
Brainstorming
Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.
3 · bundle
haongo232
Python Patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
3
haongo232
Geo Fundamentals
Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
3 · bundle
haongo232
I18N Localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
3 · bundle
haongo232
Multiplayer
Multiplayer game development principles. Architecture, networking, synchronization.
3
brycewang-stanford
Cell Data
Use to build Cell's data and code deposition plan and the Data and Code Availability statement that lives inside STAR Methods Resource Availability — approved repositories, accessions/DOIs at submission, and Cell's three-bullet availability format with Mendeley Data as Elsevier's default.
1k
brycewang-stanford
Cell Framing
Use to lock the single narrative arc before drafting — converts a set of correct results into one Cell-shaped story that runs hypothesis → mechanism → significance, not a list of experiments.
1k
brycewang-stanford
Pnas Figures
Use to finalize PNAS display items — column-width sizing (~9 / 11.4 / 18 cm), minimum font sizes, show-the-data with n and defined error bars, scale bars, colorblind-safe palettes, legend structure, image integrity, and color-mode notes. Enforces figure rigor before submission.
1k
brycewang-stanford
Imc Submission
Use when auditing an ACM IMC submission for HotCRP readiness, covering the paper-registration step, the acmart template with BBL upload, the full/short page limits, double-blind anonymity including vantage-point details, the mandatory Ethics section, the artifact-availability declaration, cycle choice, and desk-reject triage before the AoE cutoff.
1k
gonglingrui
Text Splitter
将文本分割成指定大小的块,保持语义完整性。适用于长文本批处理、将文本分割为可处理的片段
349 · bundle
gonglingrui
Script Evaluator
从思想性、艺术性、观赏性三维度评估影视剧本并打分。适用于剧本开发质量评估、修改方向确定、项目立项前审查
349 · bundle
gonglingrui
Score Analyzer
Score Analyzer
349 · bundle
gonglingrui
Novel Summarizer
阅读理解小说文本,总结成流畅的故事大纲。适用于小说初筛选、生成500-800字故事大纲
349 · bundle
gonglingrui
Story Type Analyzer
分析故事题材类型,提炼创意元素与故事特色。适用于识别题材定位、提炼创意、分析市场受众
349 · bundle
gonglingrui
Character Relationships
分析故事人物关系,识别类型、特点及发展变化。适用于深度理解人物关系网络、分析关系对情节推动作用、为情节设计提供关系支撑
349 · bundle
shulkwisec
Amend Skill
Inspects a skill's SKILL.md and its observations/runs.md log, identifies failure patterns, and proposes a targeted amendment to improve the skill. Trigger on: "improve this skill", "fix this skill", "update this skill", "why does X keep failing", "this skill is wrong", "add this to the skill", or automatically when observations/<skill-name>/runs.md contains 3 or more failure entries. Outputs the amendment as a diff the user can review before applying. Records the amendment rationale in observations/<skill-name>/runs.md after user confirmation.
21
shulkwisec
HTTP Host Header Attacks Deep Dive
Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques
21 · bundle
shulkwisec
Wmi Execution
Utilize Windows Management Instrumentation (WMI) to execute malicious payloads, establish lateral movement, and execute commands stealthily across an Active Directory environment without dropping binaries to disk or relying on traditional Service Creation (PsExec) mechanics.
21 · bundle
shulkwisec
Race Condition
Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2 single-packet attacks, and CWE-362-style synchronization gaps.
21
shulkwisec
Mass Assignment
Mass Assignment
21
shulkwisec
Request Smuggling
HTTP request smuggling and desynchronization testing. Use when front proxies, CDNs, or load balancers disagree with the origin on message framing (Content-Length vs Transfer-Encoding), on HTTP/2→HTTP/1 translation, or when exploring client-side desync via browser fetch pipelines.
21 · bundle
bobmatnyc
Golang Grpc
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn
71 · bundle
bobmatnyc
Webapp Testing
Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices
71 · bundle
bobmatnyc
Espocrm
Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture
71 · bundle
bobmatnyc
Prisma
Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio
71 · bundle
bobmatnyc
Desktop Applications
Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
71 · bundle
bobmatnyc
Pydantic
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.
71 · bundle
bobmatnyc
Opentelemetry
OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting
71 · 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 doubao-product-content, doubao-product-selection, setup. 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.