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.
-
manke001-zhy Bundle Video Text Overlay为视频添加文字叠加层。使用 Python moviepy 库在视频任意位置添加自定义文字,支持中文字体、文字颜色、大小、描边等样式调整。当用户需要:给视频加字幕、添加标题、添加水印文字、在视频中显示文字信息、添加飘动文字效果时使用此技能。
-
koaedo Skill Context Compress컨텍스트 압축 및 토큰 절약. 대화 압축, 요약, compress, 긴 대화 정리, 토큰 절약 요청 시 사용.
-
koaedo Skill Session Management세션 관리 및 대화 컨텍스트 유지. 세션 저장, 작업 이어하기, resume, 컨텍스트 유지 요청 시 사용.
-
koaedo Skill Web Design GuidelinesUI/UX 규칙과 WCAG 접근성 가이드라인. UI/UX 디자인, 접근성 구현, 반응형 디자인, 스타일 시스템 구축 시 사용.
-
koaedo Skill Performance Optimization웹 애플리케이션 성능 최적화. Core Web Vitals, 번들 사이즈 최적화, 렌더링 성능 개선, 성능 튜닝 시 사용.
-
jayting511 Bundle Claude Github Kb Skill当用户想要查找开源项目、寻找 GitHub 上的代码解决方案、搜索 Issue 报错信息,或者询问关于 ~/github-kb 目录下的仓库知识时使用。
-
t3chxn Skill Clean CodePragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
-
t3chxn Skill Turborepo CachingConfigure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
-
evolv3ai Bundle Admin App KasmInstalls and manages KASM Workspaces, a container-based VDI platform for streaming desktops to browsers. Supports Ubuntu ARM64, desktop streaming, isolated browser sessions, and remote workspace access. Use when: installing KASM on Ubuntu ARM64, setting up VDI, configuring browser-based desktops, deploying on OCI instances. Keywords: kasm workspaces, VDI, virtual desktop, browser streaming, ARM64, kasm port 8443, container desktop
-
evolv3ai Bundle Windows Wsl CoordinationCoordinate between Windows and WSL environments. Manage .wslconfig for resource allocation, WSL distribution management, cross-platform file access paths, and handoff protocols between WinAdmin and WSL Admin roles. Use when: configuring WSL resources, managing WSL distributions, accessing files across Windows/WSL boundaries, coordinating Windows and Linux admin tasks, or troubleshooting "WSL memory", "mount not found", "permission denied" issues.
-
crimeacs Bundle IngestDocument Ingestion Skill
-
ephemeraldew Bundle Demo Skill生成测试文件并打包成zip,用于测试skill功能
-
dandacompany Bundle Youtube SummaryThis skill should be used when Claude needs to create structured, educational summaries of YouTube videos. Use this skill when the user requests a video summary, content analysis, or learning-focused breakdown of YouTube content. The skill integrates youtube-video-info and youtube-transcript skills to gather video data and transcripts, then generates comprehensive summaries following a specific educational format with key topics, insights, data-based analysis, and exploratory questions.
-
t3chxn Skill Test Driven DevelopmentTest-Driven Development (TDD) methodology for writing tests before implementation code using Vitest with TypeScript. Use when implementing any feature or bugfix, refactoring code, fixing bugs, or adding new behavior. Apply this skill before writing any production code to ensure tests fail first, then pass with minimal implementation.
-
t3chxn Bundle Supabase Postgres Best PracticesPostgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
-
kpbray Bundle DaxWrites DAX measures, calculated columns, and calculations for Power BI. Use for business logic, time intelligence, and analytical calculations.
-
xiaobai1017 Skill Move FileMove or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be within allowed directories.
-
xiaobai1017 Skill Read FileRead File (Deprecated)
-
xiaobai1017 Skill Write FileCreate a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.
-
xiaobai1017 Skill Search FilesRecursively search for files and directories matching a pattern. The patterns should be glob-style patterns that match paths relative to the working directory. Use pattern like '*.ext' to match files in current directory, and '**/*.ext' to match files in all subdirectories. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only searches within allowed directories.
-
xiaobai1017 Skill Get File InfoRetrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.
-
xiaobai1017 Skill Directory TreeGet a recursive tree view of files and directories as a JSON structure. Each entry includes 'name', 'type' (file/directory), and 'children' for directories. Files have no children array, while directories always have a children array (which may be empty). The output is formatted with 2-space indentation for readability. Only works within allowed directories.
-
xiaobai1017 Skill List DirectoryGet a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed directories.
-
xiaobai1017 Skill Read Text FileRead the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file, or the 'tail' parameter to read only the last N lines of a file. Operates on the file as text regardless of extension. Only works within allowed directories.
-
xiaobai1017 Skill Read Media FileRead an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.
-
xiaobai1017 Skill Get IssueGet details of a specific issue in a GitHub repository.
-
xiaobai1017 Skill Create DirectoryCreate a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories.
-
xiaobai1017 Skill Push FilesPush multiple files to a GitHub repository in a single commit
-
xiaobai1017 Skill List IssuesList issues in a GitHub repository with filtering options
-
xiaobai1017 Skill Search CodeSearch for code across GitHub repositories
-
xiaobai1017 Skill Create IssueCreate a new issue in a GitHub repository
-
xiaobai1017 Skill List CommitsGet list of commits of a branch in a GitHub repository
-
dandacompany Skill Youtube TranscriptExtract YouTube video transcripts/subtitles using yt-dlp. Handles rate limiting, auto-generated captions, multiple languages, and VTT parsing.
-
sternb12 Bundle Patient InterviewGuide DPT students through patient-centered interviewing using Socratic questioning, ECHOWS framework, and evidence-based feedback. Use when student asks for help with patient interviews, history taking, clinical reasoning, or establishing rapport. Emphasizes progressive teaching (question first, then hints, examples, and direct guidance only when needed).
-
craigmcdonnell Bundle Senior DevActs as a Senior Developer to design, implement, and verify features based on a Feature Spec. Use when the user has a completed Feature Spec and says "Implement this".
-
craigmcdonnell Bundle Product OwnerActs as a Product Owner/Analyst to define requirements for a new feature. Use when the user wants to start a new feature or "User Story" and needs to clarify the "What" and "Why" before coding.
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 admin-app-kasm, video-text-overlay, context-compress. 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.