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.
-
carlvellotti Skill Start 2 5Lesson 2.5: Go Live. Use when the student types /start-2-5.
-
carlvellotti Bundle Start Ross Mike WorkflowsLearn Ross Mike's planning, context, automation, and product-taste workflows. Use when the student types /start-ross-mike-workflows.
-
carlvellotti Bundle Start Vin Obsidian WorkflowsBuild Internet Vin's Obsidian context, CLI, and thinking-skill workflows. Use when the student types /start-vin-obsidian-workflows.
-
mattwoodco Skill AI ChatCommunication layer — streaming chat UI with Postgres persistence, session management, and composable route/renderer architecture for downstream AI skills. Use this skill when the user says "add chat", "setup AI chat", "add streaming chat", or "setup ai-chat".
-
mattwoodco Bundle AI CoreFoundation AI layer — configures AI Gateway provider and exports getModel() for all downstream AI skills. Use this skill when the user says "setup AI", "add AI", "configure AI gateway", or "setup ai-core".
-
mattwoodco Skill AI ToolsTool calling framework with built-in calculator and datetime tools. Renders tool invocations as collapsible cards in the chat UI. Use this skill when the user says "add tools", "tool calling", "calculator", or "add ai tools".
-
mattwoodco Skill Auth DevDev-mode authentication tooling — seed dev users and quick sign-in buttons for each role. Use this skill when the user says "setup dev auth", "add dev login", "setup dev users", "seed test users", or "dev sign-in".
-
mattwoodco Skill RealtimeReal-time collaboration with Liveblocks — presence cursors, conflict-free state sync, and room-based access. Use this skill when the user says "add realtime", "setup collaboration", "add liveblocks", "multiplayer", "live cursors", or "real-time sync".
-
willoscar Bundle Extraction FormUse when `evidence-review` has screened includes and needs a schema-aligned extraction table.
-
willoscar Bundle Opener VariatorRewrite subsection openers so they stop reading like a generated table-of-contents: remove \"overview/narration\" stems and reduce repeated opener cadences across H3s.
-
willoscar Bundle Outline BuilderConvert a taxonomy (`outline/taxonomy.yml`) into a bullet-only outline (`outline/outline.yml`) with sections/subsections.
-
willoscar Bundle Protocol WriterUse when `evidence-review` needs an operational protocol before screening and extraction.
-
willoscar Bundle Chapter SkeletonBuild a retrieval-informed chapter skeleton (`outline/chapter_skeleton.yml`) from taxonomy/core scope before stable H3 decomposition.
-
willoscar Bundle Claims ExtractorUse when a review workspace has manuscript text and needs a traceable claim ledger.
-
willoscar Bundle Exercise BuilderUse when a tutorial module plan exists but each module still needs a verifiable teaching loop.
-
nikolay-shirokov Bundle Form DecompileДекомпиляция управляемой формы 1С (Form.xml) в JSON-черновик в формате form-compile. Используй для scaffold новой формы по образцу или структурного рефакторинга. Не для точечных правок
-
nikolay-shirokov Bundle Interface EditНастройка командного интерфейса подсистемы 1С. Используй когда нужно скрыть или показать команды, разместить в группах, настроить порядок
-
nikolay-shirokov Bundle Meta DecompileДекомпиляция объекта метаданных 1С в JSON-заготовку формата meta-compile. Используй когда нужно получить черновик DSL-описания нового объекта по образцу другого. Не сохраняет UUID/модули/формы.
-
nikolay-shirokov Bundle Subsystem EditТочечное редактирование подсистемы 1С. Используй когда нужно добавить или удалить объекты из подсистемы, управлять дочерними подсистемами или изменить свойства
-
nikolay-shirokov Bundle Subsystem InfoАнализ структуры подсистемы 1С из XML-выгрузки — состав, дочерние подсистемы, командный интерфейс, дерево иерархии. Используй для изучения структуры подсистем и навигации по конфигурации
-
nikolay-shirokov Bundle Xdto DecompileВыгрузка пакета XDTO 1С в XML-схему (XSD). Используй когда нужно получить схему существующего пакета — чтобы переработать её целиком, отдать контрагенту или перенести пакет в другую конфигурацию
-
nikolay-shirokov Bundle Template RemoveУдалить макет из объекта 1С (обработка, отчёт, справочник, документ и др.)
-
nikolay-shirokov Bundle Cfe Patch MethodГенерация и актуализация перехватчика метода в расширении 1С (CFE). Используй когда нужно перехватить метод заимствованного объекта — вставить код до, после, вместо оригинала, изменить его тело (ИзменениеИКонтроль) — или актуализировать перехватчик после изменения оригинала
-
nikolay-shirokov Bundle Subsystem CompileСоздать подсистему 1С — XML-исходники из JSON-определения. Используй когда нужно добавить подсистему (раздел) в конфигурацию
-
nikolay-shirokov Bundle Interface ValidateВалидация командного интерфейса 1С. Используй после настройки командного интерфейса подсистемы для проверки корректности
-
nikolay-shirokov Skill Epf Bsp Add CommandОпределить команду в БСП‑описании обработки (`СведенияОВнешнейОбработке`) — открытие формы, вызов клиентского/серверного метода, заполнение объекта и т.п. Используй когда нужно зарегистрировать команду в дополнительной обработке БСП
-
carlvellotti Bundle Start Advanced Claude WorkflowsLearn diagram context, Desktop shortcuts, stop hooks, automation, and drift recovery. Use when the student types /start-advanced-claude-workflows.
-
zhizhunbao-ai-dev-config Bundle GitGit 版本控制操作与最佳实践。Use when (1) 初始化或配置 Git 仓库, (2) 执行 commit/push/pull 等操作, (3) 处理分支和合并冲突, (4) 配置 .gitignore, (5) 解决 Git 相关问题
-
zhizhunbao-ai-dev-config Bundle Code Style代码风格检查与自动格式化。Use when (1) 配置 linter/formatter, (2) 修复代码风格问题, (3) 设置 pre-commit hooks, (4) 统一团队代码风格
-
zhizhunbao-ai-dev-config Bundle Nlp Learning AssistantNLP course learning assistant. Use when (1) doing NLP labs/assignments, (2) understanding NLP concepts (tokenization, embeddings, transformers), (3) implementing NLP algorithms, (4) debugging NLP code, (5) preparing for NLP exams.
-
zhizhunbao-ai-dev-config Bundle Code Comment中英文双语代码注释规范。Use when (1) 为代码添加注释, (2) 需要中英双语文档, (3) 规范化代码注释格式, (4) 学习类项目代码注释
-
zhizhunbao-ai-dev-config Bundle Web Scraping网页抓取与数据提取。Use when (1) 需要抓取网页内容, (2) 绕过反爬虫机制, (3) 处理动态加载内容, (4) 批量采集数据, (5) 解析特定网站结构
-
willoscar Bundle Section BindingsBind papers to chapter-level sections first, writing `outline/section_bindings.jsonl` and `outline/section_binding_report.md`.
-
willoscar Bundle Synthesis WriterUse when `evidence-review` has completed extraction and needs a bounded narrative synthesis.
-
willoscar Bundle Taxonomy BuilderBuild a 2+ level taxonomy (`outline/taxonomy.yml`) from a core paper set and scope constraints, with short descriptions per node.
-
willoscar Bundle Argument SelfloopBuild a final, machine-readable argument snapshot from current H3 sections and refresh section fingerprints before merge.
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 exercise-builder, start-2-5, start-ross-mike-workflows. 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.