Coding & Dev Tools
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.
-
dammianmiller Skill Scripts Tool RouterIntelligent tool routing and pattern matching for automated tasks
-
dammianmiller Skill Scripts Preload MemoryMemory system preloading and context initialization
-
dammianmiller Skill Typescript Node ExpertExpert TypeScript/Node.js developer for building high-quality, performant, and maintainable CLI tools and libraries. Enforces best practices, strict typing, and modern patterns.
-
echoleesong Bundle Generate ImageGenerate or edit images using AI models (FLUX, Nano Banana 2). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that is not a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.
-
echoleesong Skill Industrial Brutalist UIRaw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel like declassified blueprints.
-
echoleesong Bundle Claude Verifier验证 Claude 模型是否为"纯血"官方模型,检测掺假、套壳、降级等问题的完整指南
-
echoleesong Skill Minimalist UIClean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.
-
echoleesong Skill Image To CodeElite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards, generate fresh standalone images for sections or detail views instead of cropping old ones, avoid lazy under-generation, avoid cards-inside-cards-inside-cards UI, and keep the hero clean, spacious, readable, and visible on a small laptop.
-
thkt Bundle DrCreate a Decision Record (DR) in MADR v4 format with automatic numbering. Its subject is not limited to architecture; it covers every decision that is hard to reverse and surprising without context.
-
thkt Bundle PrAnalyzes branch changes and opens a draft pull request. Detects the base branch from where this one was cut, refines the body through a prose review before it goes up, and captures a screenshot and attaches it to the PR when the change touches the UI.
-
thkt Bundle AblateRemoves one harness element at a time, reruns, and judges whether that element moves the result. Elements that do not move it are listed as delete candidates.
-
thkt Bundle CensusDiscover design decisions that exist in code but have no DR, and produce a DR promotion candidate list ranked by impact and reversibility. Pairs with adrift, which scans existing DRs for drift against code.
-
thkt Bundle CommitAnalyze Git diff, generate a Conventional Commits format message, and run the commit.
-
ketomihine Bundle Banksy MergedCombined Banksy notebooks and source code (deduplicated)
-
ketomihine Bundle Envi Pkg LocalENVI 本地文档+教程+源码 - 100%覆盖13个文件(Sphinx build + 手动转换 notebooks/py)
-
ketomihine Bundle Cellcharter LocalCellCharter 本地离线文档 (Sphinx 构建), 从下载目录启动 HTTP 服务后抓取
-
ketomihine Bundle Liana Py CompleteLiana-py 细胞互作分析工具包 - 100%覆盖文档(60个核心文件+72个图片文件)
-
ketomihine Skill Scanpy Single Cell AnalysisPython-based single cell analysis using Scanpy for .h5ad files in conda scanpy environment
-
ketomihine Bundle Seurat Single Cell AnalysisR-based single cell analysis using Seurat v5 for .rds/.rdata files
-
ketomihine Bundle Remote Server ExecutorRemote SSH server management and code execution with paramiko-based performance optimization
-
draculabo Skill Agm Validate ChangeSelect and run the smallest reliable validation set for an Antigravity Manager worktree change. Use after implementing repository changes or before claiming they are validated; do not use for read-only analysis.
-
aeyeops Skill UltrareviewUse when validating a plan, code change, configuration, or any other work product before proceeding — checking the preceding context for errors, unvalidated assumptions, alignment issues, gaps, and improvement opportunities, and producing a machine-parseable summary of what it found. Trigger phrases include "ultrareview", "review this plan", "check my assumptions", "validate this before we build", and "what did we miss". Reports findings only; the companion `ultrareview-fix` skill applies them.
-
aeyeops Skill Nous OverviewUse when the user asks about nous, learnings, knowledge extraction, context injection, engram or cortex storage, how memory works, how learnings are captured, or how the self-improving context system works end to end. Explains the architecture - the SessionStart hook that injects prior learnings and knowledge, the Stop hook that watches context-window usage and spawns extraction workers, the statusline activity logger trigger, the learnings and knowledge lenses, per-project .claude/nous storage, context thresholds, and reconciliation. Orientation and data flow for the nous plugin, not a setup or command guide.
-
aeyeops Bundle Vscode ExtensionUse when building or debugging a VS Code extension on stable VS Code for Windows, macOS, or Linux desktop — scaffolding with esbuild, fixing blank webview panels or silent CSP violations, troubleshooting extensions that won't load after install with profiles, adding dual TreeView+WebviewView toggle panels, or publishing to the marketplace. Contains verified extension development workflows, webview CSP pitfall resolutions, and profile-based install fixes that produce more correct results than reasoning from general training alone. Do NOT use for code-insiders on WSL/Linux (use vscode-insiders-extension), VS Code user configuration (themes, keybindings, tasks.json), Chrome/browser extensions, Electron apps, JupyterLab plugins, or Monaco Editor embeds.
-
kevinslin-skills Bundle Dev Add LicenseAdd an Apache 2.0 license and update package metadata.
-
kevinslin-skills Skill Docs Refactor V2Refactor an existing OpenClaw docs page with source-audited preservation, restructuring, and verification.
-
kevinslin-skills Skill Debug Test FailureDetermine whether test failures come from the current branch.
-
kevinslin-skills Skill Dev Can Make PublicScan a repo for sensitive data before making it public.
-
kevinslin-skills Bundle Imagekit UploadUpload existing images to ImageKit and return CDN URLs.
-
kevinslin-skills Bundle Dev Bootstrap TypescriptUse when creating TypeScript projects or add TypeScript pre-commit checks.
-
willyu1007 Skill Ideas GovernanceGovern the deferred ideas ledger at `.ai/project/ideas/ideas.yaml`. Use when the user asks to persist a new "not-now-but-later" idea, edit idea fields, change status, or mark ideas implemented/invalidated/stale. This skill is the only writer for the ideas ledger.
-
willyu1007 Skill Naming ConventionsApply consistent naming conventions for directories, files, and identifiers - covers kebab-case rules, SSOT layout, skill naming standards, and script-generated file paths (including temporary files under .ai/.tmp/).
-
thkt Bundle OutcomeGenerates and updates .claude/OUTCOME.md interactively. When the file is absent or empty (Behavior blank or TBD only), collects content via AskUserQuestion and writes the stub; when present, shows the current state and applies updates.
-
thkt Bundle PreviewMatches a PR's diff against the issue's `## Plan` section and returns unimplemented units, missing tests, and out-of-scope changes.
-
thkt Bundle QualifyInspect whether an issue is in shape to hand to build, returning a verdict (build-ready / needs-plan / needs-fix / needs-split) and the findings. Do NOT use to file an issue (use /issue) or to match a PR against its plan (use /preview).
-
thkt Bundle CheckoutAnalyze Git changes and create a new branch with an appropriate name.
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 ultrareview, nous-overview, vscode-extension. Rankings shift as installs change; sort this page by "Most installs" 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@latest add <owner>/<name>, or copy the file into your agent's skills directory.