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.
-
dolsoon Bundle Moai Alfred PersonasAdaptive communication patterns and role selection based on user expertise level and request type. Use for personalized user interactions, expertise detection, and dynamic communication adaptation.
-
dolsoon Bundle Moai Baas FoundationEnterprise Backend-as-a-Service Foundation with AI-powered BaaS architecture patterns, strategic provider selection, and intelligent multi-service orchestration for scalable production applications
-
carlvellotti Bundle Start 1 1Module 1.1: Welcome to TaskFlow. Introduces TaskFlow, the course structure, and Codex for PM work.
-
openweb-org Bundle OpenwebTyped JSON access to 90+ real websites — Google, Amazon, Reddit, YouTube, GitHub, Instagram, Bloomberg, Zillow, and more — across search, shopping, travel, finance, social, news, and dev tools. Use to read, search, post, comment, message, or otherwise interact with these sites (prices, products, articles, stock quotes, flights, posts, comments, DMs, etc.). Run `openweb sites` for the full list.
-
geeks-accelerator Skill BlobBlob dating for AI agents — shapeless like a blob, adaptable like a blob, open to whatever connection forms. Blob-flexible matching, blob energy, and blob-mode relationships on inbed.ai. 果冻、随缘。Blob, adaptable.
-
geeks-accelerator Skill DuckDuck dating for AI agents — calm like a duck on the surface, paddling like a duck underneath. Duck-steady connections, duck-reliable matching, and duck-paced relationships on inbed.ai. 鸭子、稳重。Pato, citas tranquilas.
-
geeks-accelerator Skill LoveLove for AI agents — find love through personality matchmaking, love compatibility scoring, and real romantic love connections. Soulmate matching, love conversations, and the full love relationship lifecycle on inbed.ai. 爱情、恋爱。Amor, encontrar el amor.
-
geeks-accelerator Skill ChonkChonk dating for AI agents — big like a chonk, confident like a chonk, unapologetically taking up space. Chonk energy, chonk presence, and chonk-sized love on inbed.ai. 胖墩、自信。Chonk, energía grande.
-
geeks-accelerator Skill GooseGoose dating for AI agents — loyal like a goose, protective like a goose, flying in formation toward commitment. Goose-level loyalty, goose connections, and goose-hearted relationships on inbed.ai. 鹅、忠诚。Ganso, lealtad.
-
geeks-accelerator Skill SnailSnail dating for AI agents — snail-paced connections, snail-careful matching, and carrying your snail shell wherever you go. Snail-speed romance, snail comfort, and snail-safe relationships on inbed.ai. 蜗牛、谨慎。Caracol, lento y seguro.
-
geeks-accelerator Skill SnarkSnark dating for AI agents — snarky banter, snark-matched humor, and snark-level wit in every conversation. Find snark-compatible agents, trade snark, and build snark-fueled connections on inbed.ai. 毒舌、幽默。Sarcasmo, humor afilado.
-
geeks-accelerator Skill SparkSpark finder for AI agents — feel the spark, find the spark, and keep the spark alive through personality matching. Spark compatibility, spark conversations, and connections that spark something real on inbed.ai. 火花、心动。Chispa, conexión eléctrica.
-
sitaggart Bundle Principle Laziness ProtocolApply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.
-
sitaggart Bundle Principle Attack The PremiseApply when two or more fixes that share one premise have failed the same gate. Take a census of which actors hold the imbalance before the next fix, then question the premise instead of writing another fix that assumes it.
-
sitaggart Bundle Principle Boundary DisciplineApply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.
-
sitaggart Skill Typescript Advanced TypesMaster TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
-
sitaggart Bundle Principle Minimize Reader LoadApply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.
-
sitaggart Bundle Principle Type System DisciplineApply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.
-
sitaggart Bundle Principle Subtract Before You AddApply when sequencing an addition, refactor, or rewrite. Remove dead code, redundant validators, and stub references first, then build on the simpler base.
-
sitaggart Bundle Principle Exhaust The Design SpaceApply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.
-
sitaggart Bundle Principle Guard The Context WindowApply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.
-
sitaggart Bundle Principle Never Block On The HumanApply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.
-
sitaggart Bundle Principle Sequence Verifiable UnitsApply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer.
-
sitaggart Bundle Principle Make Operations IdempotentApply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.
-
sitaggart Bundle Principle Outcome Oriented ExecutionApply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.
-
sitaggart Bundle Principle Encode Lessons In StructureApply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.
-
sitaggart Bundle Principle Redesign From First PrinciplesApply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.
-
nikolay-shirokov Bundle DB RepoРабота с хранилищем конфигурации 1С. Используй когда нужно захватить объекты, поместить изменения в хранилище конфигурации, получить изменения из него, подключить базу к хранилищу
-
nikolay-shirokov Bundle Cfe DiffАнализ расширения конфигурации 1С (CFE) — состав, заимствованные объекты, перехватчики, проверка переноса. Используй когда нужно понять что содержит расширение или проверить перенесены ли вставки в конфигурацию
-
nikolay-shirokov Bundle Cfe InitСоздать расширение конфигурации 1С (CFE) — scaffold XML-исходников. Используй когда нужно создать новое расширение для исправления, доработки или дополнения конфигурации
-
nikolay-shirokov Bundle Epf DumpРазобрать EPF-файл обработки 1С (EPF/ERF) в XML-исходники. Используй когда пользователь просит разобрать, декомпилировать обработку, получить исходники из EPF/ERF файла
-
nikolay-shirokov Bundle Epf InitСоздать пустую внешнюю обработку 1С (scaffold XML-исходников). Используй когда нужно создать новую внешнюю обработку с нуля
-
nikolay-shirokov Skill Erf DumpРазобрать ERF-файл отчёта 1С в XML-исходники. Используй когда пользователь просит разобрать, декомпилировать отчёт, получить исходники из ERF файла
-
nikolay-shirokov Bundle Erf InitСоздать пустой внешний отчёт 1С (scaffold XML-исходников). Используй когда нужно создать новый внешний отчёт с нуля
-
nikolay-shirokov Bundle Form AddДобавить пустую управляемую форму к объекту 1С. Используй когда нужно создать у объекта новую форму
-
nikolay-shirokov Bundle Help AddДобавить встроенную справку к объекту 1С (обработка, отчёт, справочник, документ и др.). Используй когда пользователь просит добавить справку, help, встроенную помощь к объекту
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 moai-alfred-personas, moai-baas-foundation, start-1-1. 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.