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.
-
teqfocusadmin Skill Teqtalk Transcript SplitterSplit a TeqTalk solo episode transcript into 2 or more standalone videos of 10–15 minutes each, based on the total transcript length. Use this skill whenever the user uploads a transcript file and wants to split it into multiple videos, parts, or episodes. Also trigger when the user says "split this into videos", "cut this transcript into parts", "make episodes from this", "divide this transcript", or uploads any transcript and asks how to split it. The number of videos is determined automatically from the transcript duration — not fixed at two. Each output video must be complete and self-contained. Content is taken ONLY from the uploaded transcript — nothing invented, nothing added from outside.
-
malaysherasia-ai Skill Never AgainCapture a bug or mistake as a permanent guardrail so it cannot happen twice. Use this skill whenever a bug is fixed, a test fails and is repaired, the user says "you did that again", "don't do that", "remember this", "never do X", or any correction is made that a future session would otherwise forget. Also use when the user asks to review, promote, or clean up existing lessons and hooks.
-
datnt-cell Skill Unity CLIGuide for using the experimental Unity CLI with bound UnitySkills projects
-
datnt-cell Skill Unity Primetween DesignSource-anchored design rules for PrimeTween 1.4.6
-
datnt-cell Skill Unity SceneManage Unity scenes
-
datnt-cell Skill Unity EditorControl and observe the Unity Editor state
-
datnt-cell Skill Unity PrefabManage Prefabs and variants
-
datnt-cell Skill Unity GameobjectCreate and manipulate GameObjects
-
datnt-cell Skill Unity PhysicsRun Unity physics queries and configure physics
-
datnt-cell Skill Unity HybridclrAutomate HybridCLR C# hot-update prebuild
-
datnt-cell Skill Unity PerformanceAdvise on Unity performance red flags
-
datnt-cell Skill Unity AddressablesManage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)
-
datnt-cell Skill Unity ArchitectureAdvise on Unity gameplay and system architecture
-
datnt-cell Bundle Unity Yooasset DesignSource-anchored design rules for YooAsset v2.3.18
-
datnt-cell Bundle Unity Addressables DesignSource-anchored design rules for Unity Addressables 1.22.3/2.9.1
-
0xebby Skill Reentrancy GuardsPrevent reentrancy on any function that makes an external call — token transfers, ETH sends, calls into unknown contracts. Use checks-effects-interactions first, a guard second.
-
0xebby Skill Fixed Point RoundingDo fixed-point arithmetic without overflow or precision loss, and always round in the protocol's favor. Use when computing shares, proportional payouts, interest, prices, or any a*b/c where inputs are large or user-controlled.
-
0xebby Skill Safe Erc20 TransfersMove ERC-20 tokens safely across non-standard implementations (no-return, fee-on-transfer, approve-race). Use whenever a contract calls transfer, transferFrom, or approve on a token it does not control.
-
0xebby Skill Two Step Access ControlChoose and wire the weakest sufficient access-control primitive — Ownable, Ownable2Step, or roles — and never leave a funds-affecting owner on single-step transfer. Use when adding any privileged function.
-
ultracart Bundle SkillUltraCart BigQuery Reporting Skill
-
eighthoursleep Skill Unity Module Detail对用户指定的子模块/子系统进行分析,产出"项目根目录/AboutMe/<一级模块名>/<子模块名>.md",内容包含该模块的职责、功能、边界,以及按职责功能划分的所有核心逻辑(枚举清单)。若需对其中某条核心逻辑做全链路详细解析,由 unitygame-core-flow-doc 承接。侧重点:模块级职责/功能/边界 + 按职责功能归类的核心逻辑清单。
-
eighthoursleep Bundle Unity Client Overview为任意 Unity 游戏客户端仓库生成一份精简的项目架构总览文档(Overview),中文输出,自足模板:引言元信息块 + 项目概述 + 架构分层与目录速查表 + 启动流程 + 开发约定与已知风险,篇幅约 60–110 行。当用户想要一份项目总览、架构概览、代码地图、快速上手导读,或说"给项目生成 Overview / 总览 / 架构说明"时使用本 skill。它跨架构通用(PureMVC / MVC / ECS / 自研插件框架均可),请务必在用户提到 Unity 客户端项目、架构、总览、Overview、快速上手、新同事导读时主动触发——即使只是问"这个项目长什么样"。这不是 unity-project-overview(偏 Unity 引擎功能导览),本 skill 专产出"代码架构总览"。
-
eighthoursleep Skill Unity Module Overview对用户指定的一级模块(如"业务模块")进行扫描,列出其下所有子模块/子系统,重点刻画子模块/子系统之间的依赖关系,输出一份"子模块总索引"文档到 项目根目录/AboutMe/<一级模块名>.md。侧重点:子模块/子系统清单 + 子模块间依赖关系。
-
eighthoursleep Skill Unitygame Core Flow Doc对一条"跨模块核心业务流程"输出中文技术文档,内容取自 unity-module-detail 产出的核心逻辑清单条目,对其做全链路详细解析。当用户要求"梳理/深挖 X 的核心流程、全链路、把一条流程跑通并写成说明",输入是一个业务动作(可带起点/终点,如"新建建筑"),输出是一份从"动作入口 → 模块流转 → 网络协议 → 收尾表现"逐段展开的 .md,按固定结构组织:范围说明 → 步骤概括 → 参与模块列表 → 与服务器的数据协议 → 步骤展开深挖。典型产出见 `项目根目录/AboutMe/城建/建筑/新建建筑流程.md`(AboutMe 下按 `<一级模块名>/<子模块名>/` 两级分组,文件名不带编号前缀)。禁止把流程讲成一串无归属的动作或文件罗列。
-
xxy985 Bundle Bidirectional Align EnAlign on intent and expected result before ambiguous, high-impact, or easily misunderstood work. Use when the user says "align first", "bidirectional alignment", "check with me before you start", or "don't start yet", or before work that changes persistent state, handles credentials, removes files, or creates reusable assets.
-
xxy985 Bundle Bidirectional Align Zh在执行高歧义、高影响或容易误解的任务前,先对齐意图与预期结果。 用户提到“双向对齐”“先对齐”“先别动手先确认”“开始前先跟我确认”时使用; 以及在会改变持久状态、处理凭证、删除文件或创建可复用资产的工作之前使用。
-
cskwork Bundle Skill CleanupArchive unused or stale Claude/Codex skills based on skill usage stats without deleting content. Use for clean up skills, archive unused skills, or 스킬 정리.
-
cskwork Skill Refine Skill TerseTighten a SKILL.md so agents (not humans) read it fast - cut prose, keep the procedure, move rationale out. Use when the user says "make the skill succinct", "skill improvement keep it minimal", "스킬 간결하게/개선", or a SKILL.md body has grown wordy.
-
cskwork Skill Sdlc SpecSpec generation, adversary-reviewed before the human gate. Triggers: intent gate approved.
-
cskwork Skill Sdlc PlanRead-only planning with a tiered gate: files, order, risks, proof. Triggers: spec gate approved.
-
cskwork Skill Sdlc ShipEvidence assembly, adversarial review, ship gate, commit discipline. Triggers: build green and verified.
-
cskwork Bundle Sdlc BuildPlan execution with fresh-context verification and triaged fix loop. Triggers: plan gate approved.
-
cskwork Skill Sdlc IntentExplore-first grilling until intent is exact and evidenced. Triggers: new SDLC feature, fix, or change.
-
pavelzw Bundle TypstCreate beautifully typeset documents with Typst, a modern markup-based typesetting system. Handles academic papers, scientific documents, mathematical equations, tables, and document layouts. Use when creating PDFs, typesetting documents, or when the user mentions typst, document formatting, or mathematical typesetting.
-
cskwork Bundle Create Verification SkillGenerate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, "make a control skill for this repo", or when a project has no scripted way to prove UI/CLI/service behavior.
-
pavelzw Bundle Conda ForgePerforms conda-forge operations. Fixes failing builds by analyzing CI logs, creates new packages via staged-recipes, adds native ARM CI support or explicit cross-compilation to feedstocks, and migrates recipes from v0 to v1 format. Use when working with conda-forge feedstocks, staged-recipes, build failures, recipe migrations, or when the user mentions conda-forge.
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 teqtalk-transcript-splitter, never-again, unity-cli. 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.