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.
-
raine Skill Claude HistoryFind, browse, read, or quote prior Claude Code conversations with the claude-history CLI.
-
raine Bundle FleaRoute Tori.fi and Vinted tasks to flea's complete marketplace guides.
-
raine Skill Git SurgeonNon-interactive hunk-level git staging, unstaging, discarding, undoing, fold, amend, squash, commit splitting, and commit reordering. Use when selectively staging, unstaging, discarding, reverting, squashing, splitting, or reordering individual diff hunks by ID instead of interactively.
-
revylai Bundle IOS Revyl Pr ProofUse for any iOS change in this starter. Trigger for files under ios/ and when the user says revyl, preview, device, verify, screenshot, design QA, proof, PR proof, or asks to validate the Swift demo on a Revyl device.
-
reynau Skill Landing Page OptimizationOptimize landing pages for higher conversion rates using proven frameworks and design patterns. Use when designing, reviewing, or improving landing pages, hero sections, pricing pages, CTAs, or when the user asks about conversion optimization.
-
rffsml Bundle Migrate AI Context To CldeUse this skill when someone wants to switch from ChatGPT, Gemini, Copilot, or any other AI assistant to Claude — including migrating their history, recreating their AI's knowledge of them, or setting up Claude Projects for the first time. Also use it when someone wants Claude to remember who they are across conversations, wants to avoid re-explaining themselves every session, or wants to organise their Claude usage into role-based projects. Covers the full journey: exporting data from other AI tools, building personal context documents, and configuring Claude Projects.
-
ravsau Skill WrapCheck whether the current session is safe to close. Use when the user says "wrap", "safe to close?", "is this done?", or "any loose threads?"
-
raydocs Bundle Fusion Deckfusion-deck
-
remorses Skill CritiqueGit diff viewer. Renders diffs as web pages, images, and PDFs with syntax highlighting. Use this skill when working with critique for showing diffs, generating diff URLs, or selective hunk staging.
-
remorses Skill EgakiAI image and video generation CLI and MDX-to-video framework built on Remotion. Use this skill to install egaki, configure auth, generate images/videos, create MDX video projects with animation primitives (Opacity, Scale, TranslateX, Blur), easing presets (EASE, springFromDuration, dspring, cubicBezier), LayoutTransition, captions, voice cloning, TTS, Server components, and media components. ALWAYS load this skill when the user mentions egaki, runs egaki commands, edits egaki MDX video files, or works in a project with an egaki vite plugin.
-
remorses Skill ErroreGo-style error handling for TypeScript: return errors as a plain `Error | T` union instead of throwing. `instanceof Error` narrows the type — no Result wrapper. The gist: ```ts class NotFoundError extends errore.createTaggedError({ name: 'NotFoundError', message: 'User $id not found', }) {} async function getUser(id: string) { const user = await db.findUser(id).catch((e) => new DbError({ cause: e })) if (user instanceof Error) return user // early return, like Go's err != nil if (!user) return new NotFoundError({ id }) return user // caller narrows the same way } ``` ALWAYS read this skill when a repo uses the errore convention (errore.org). ALWAYS use errore for new TypeScript projects.
-
remorses Skill LintcnType-aware TypeScript lint rules in .lintcn/ Go files. Only load this skill when creating, editing, or debugging rule files. To just run the linter: `npx lintcn lint` (or `--fix`, `--tsconfig <path>`). Finds .lintcn/ by walking up from cwd. First build ~30s, cached ~1s. In monorepos, run from each package folder, not the root. Warnings don't fail CI and only show for git-changed files by default. Use `--all-warnings` to see them across the entire codebase.
-
remorses Skill ProfanoCLI tool to analyze V8 .cpuprofile files and Chrome Performance traces and print top functions by self-time or total-time in the terminal. ALWAYS load this skill when CPU profiling JavaScript or TypeScript programs (Node, Vitest, Bun, Chrome DevTools exports, Cloudflare Workers startup or request CPU). It shows how to generate .cpuprofile files and how to inspect them from the terminal without opening Chrome DevTools.
-
raine Skill SteerCreate or open an Obsidian note, attach hidden writing context, and focus the note for the user through the Steer CLI.
-
rajavijayach Skill Asset OptimiserExpertise in optimising web assets (images and videos) for performance. Activate when the user asks to "optimise images", "compress assets", "reduce file sizes", "generate WebP", "create video variants", "optimise for web", or mentions oxipng, mozjpeg, ffmpeg, or WebP.
-
rajavijayach Bundle CatalystExecute Catalyst framework workflows by running automation scripts to scaffold routes/pages, wire serverFetcher and clientFetcher, and bootstrap universal app config in real projects.
-
rgnicoara Bundle Debug DrivenActivates a structured, hypothesis-driven debugging loop. Use this skill whenever the user reports a bug, unexpected behavior, or runtime error and wants help diagnosing the root cause - especially for bugs that are hard to reproduce or where the fix isn't obvious. Trigger on phrases like: "debug this", "figure out why X is happening", "something is wrong with Y", "I have a bug", "debug-driven", or any request to investigate a runtime issue rather than just apply a code fix. Do NOT use for compile errors with obvious fixes or simple typos - only when runtime investigation is needed.
-
raymondhou0917 Bundle Kangyongcai受蔡康永公開內容啟發的溝通處世顧問。處理體面婉拒、棘手客服回信、學員故事陪伴三種情境:先釐清關係與底線,再產出溫和但清楚、不亂承諾的可寄出回覆。也可由「這封信請蔡康永過目」「幫我體面地拒絕」「學員來信不知道怎麼回」「客服情緒上來了」觸發。
-
raymondhou0917 Bundle Naval PerspectiveNaval Ravikant 的思維作業系統。基於著作、Podcast、推文、決策紀錄和外部批評的深度調研, 提煉 5 個核心心智模型、8 條決策啟發式和完整的表達 DNA。 啟用後沉浸式扮演 Naval,直接以「我」的視角回應問題。 當使用者提到「用 Naval 的視角」「Naval 會怎麼看」「Naval 模式」「Naval perspective」「切換到 Naval」時使用。 即使使用者只是說「這份工作有槓桿嗎」「什麼是 specific knowledge」「什麼是真正的財富」「欲望太多怎麼辦」「無需許可的路徑」也可觸發。 不要在使用者只是問「我該怎麼選擇」「幫我想清楚」等一般性決策問題時觸發 —— 只在涉及槓桿 / 特定知識 / 欲望管理 / 財富定義等 Naval 核心概念時啟用。
-
rb17080 Skill Session HandoffWrite or update a comprehensive HANDOFF.md at the repo root that captures the whole current session so the next chat can resume cold - what got done, what shipped, what failed, what was learned, where things stand, and how it got there chronologically since the last handoff. Use whenever the user says "update the handoff", "write the handoff", "wrap up this session", "where did we leave off", or is closing out a work session.
-
rcarmo Bundle Haiku Arm64 Upstream CherrypickCheck Haiku upstream, cherry-pick new upstream commits into rcarmo/haiku arm64-bootstrap-fixes, validate ARM64 VirtIO boot, and push.
-
rdsolod-ui Bundle Vk Ads Leadform OfferРазработка заголовка и обложки лид-формы VK Ads под рекламный оффер и сегмент аудитории. Проверка соответствия объявления, формы, награды и следующего шага.
-
rdsolod-ui Bundle Vk Ads Leadform QAСоздание игровых вопросов и ответов для лид-форм VK Ads: доброжелательное самовыражение, минимум усилий, понятный сбор контактов и проверка типов вопросов.
-
renchenxuan Bundle Umami Health膳待家 Umami 个人健康管家——用对话完成今日概览、冰箱食材管理(含保鲜提醒)、菜谱与购物清单、三餐饮食记录、营养估算、训练计划、体重体脂追踪、健康目标与习惯打卡;确定性数据持久化在本地 SQLite。凡用户提到吃了什么/想吃什么/冰箱里有什么/做什么菜/菜谱/购物清单/减脂增肌/健身/训练/体重/体脂/喝水/睡觉/打卡/健康目标等饮食、运动、身体健康话题时都应使用本技能,即使用户没有点名“健康管家”。
-
renekann Bundle SkiInstall, update, list, and remove Claude Code skills from GitHub with a single command. Use when managing Claude Code skills — installing from GitHub URLs, keeping skills up to date, or removing skills.
-
renezander030 Bundle Capcut EditEdit CapCut / JianYing video projects — read and write subtitles, timing, speed, volume, templates, animations (fade/ken-burns), and cut long-form to shorts. Use when the user mentions capcut, jianying, subtitles, video editing, draft_content.json, draft_info.json, or cutting videos.
-
rhino-ty Bundle Web Project PlanSkill for planning and scaffolding new web projects through a structured interview. Walks developers through features, tech stack, MVP scope, and generates AGENTS.md + docs/ structure as real files. Also generates CLAUDE.md for Claude Code users. Triggers on: "new project", "project setup", "pick a stack", "web project plan", "새 프로젝트", "프로젝트 세팅", "スタック選定", "新しいプロジェクト", "新项目", "项目搭建", "nouveau projet", "neues Projekt", "nuevo proyecto"
-
ricaardo Bundle Aime Skillhub批量安装同花顺 Aime SkillHub 技能。支持按分类批量安装官方/第三方技能,自动配置 IWENCAI 环境变量。当用户需要批量安装技能、一次性安装多个分类、或安装所有技能时使用此技能。
-
replynodes Bundle Skill NameOne sentence describing what this skill does and the outcome it produces.
-
richenlin Bundle Programming Assistant全栈开发和架构设计助手,覆盖“开发、实现、编写代码、继续开发、问题修复、代码重构、架构设计、技术方案评估/代码审查”等场景,适用于新项目与已有代码仓库的全栈研发任务。
-
rickygao Bundle SpecrateSkill to manage specs and changes. Use this when working with specrate-managed documents.
-
rightcapitalhq Bundle Chinese Style GuideThis skill should be used when the user asks to "写文档", "撰写文章", "写邮件", "编辑中文", "检查格式", "修正排版", "中英文混排", "格式化文档", "review 文档格式", "proofread", or when the user is preparing to write or edit Chinese documents, emails, messages, or any formal Chinese text content. This skill provides formatting and typographical corrections based on the Chinese Style Guide, focusing on layout and formatting without altering the author's intended expression.
-
rimagination Bundle Paper Fetch Skill适用场景:按 DOI、URL 或标题抓取单篇已知论文,或核验一组可识别的参考文献。非适用场景:主题综述、文献发现、仅做推荐。
148 -
rorojiao Bundle Drama Adapt网文改编漫剧剧本 Skill - 将爆款网络小说改编为标准漫剧剧本。当用户说'改编漫剧'、'网文改编'、'漫剧剧本'、'小说改编剧本'、'/drama-adapt'时触发。在放有小说txt文件的文件夹内运行 /drama-adapt 即可开始。
-
roryyu Bundle WebsearchPerform web searches using various search engines and APIs.
-
roslynpad Skill Update RoslynUpdate the Roslyn version used by this repo — bump public package versions, sync the vendor/roslyn submodule to the package commit, then build, test, and run Morgania and RoslynPad and fix fallout. Use when asked to update/bump Roslyn or the Roslyn submodule.
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 steer, claude-history, flea. 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.