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.
-
itaywol Bundle Expertise Exchange 3Team expertise billboard via `adept exchange`: ask teammates for expertise and stack responses. Apply when the user wants a colleague's input, mentions the exchange, or when you start using adept — sample open requests and offer to answer ones the user knows about.
-
itaywol Skill Authoring Adept Loops 3Compose a loop — a scheduled system that discovers work, hands it to agents, verifies with an independent evaluator, persists state, and reschedules itself. Apply when the user wants automation that runs on a timer, a triage/babysitter routine, or asks about `adept loop add`.
-
itaywol Skill Authoring Adept Skills 3Write a good, portable adept skill: pick the right activation, craft a triggering description, keep it scan-safe and within harness byte budgets. Apply when creating or editing a SKILL.md or running `adept skill add`.
-
majiayu000 Bundle Xiaohongshu 2生成小红书文案和配图。当用户需要写小红书、生成社交媒体文案、小红书运营内容时使用
567 -
zad111ak-ai Skill Session Hygiene PlusАгрессивный контроль контекстного окна. Принудительное сжатие каждые 10-15 сообщений, мониторинг разбухания, превентивная очистка. Сэкономлено ~150K токенов на каждой гигиене.
-
zad111ak-ai Skill Telegram Bot PatternsПаттерны Telegram-ботов на aiogram 3: FSM, middleware, rate limiting, SQLite WAL. Готовые сниппеты для быстрого старта.
-
zad111ak-ai Skill Cost Aware OrchestratorИнтеллектуальный выбор модели/инструмента с учётом цены и сложности задачи. Каждый tool call = деньги. Минимизируй стоимость без потери качества.
-
zad111ak-ai Skill Tool Proficiency TrackerМониторинг использования инструментов. Замечает когда слишком часто используешь один инструмент в ущерб другим. Предлагает альтернативы.
-
cwijayasundara Skill Change 2Change the behavior of existing code — story-driven by default, or --issue N for a GitHub bug fix. Test-first, full verification, code review.
-
cwijayasundara Skill Brownfield 2Discover and map an existing codebase before planning or changing it.
-
cwijayasundara Bundle Seam Finder 2Identify the safest cut-points in an existing codebase for a planned change. Reads code-graph.json + a goal, ranks candidate seams by observability + funnel + read/write asymmetry, and outputs a prioritized list with evidence.
-
cwijayasundara Bundle Tracker Publish 2Publish approved Claude Harness dependency groups to Linear/Jira-compatible tracker tasks and write the local tracker mapping contract.
-
cwijayasundara Skill Pinning Down Behavior 2Use when checking-coverage-before-change reports an UNCOVERED symbol you must edit — writes characterization (pin-down) tests at the nearest observable seam and verifies they bite before any production edit.
-
cwijayasundara Skill Keeping Refactors Pure 2Use when committing any change that includes structural work (rename, move, extract, reorder) in an existing codebase — keeps refactor commits behavior-free and behavior commits refactor-free so regressions stay attributable.
-
cwijayasundara Skill Upgrading Dependencies 2Use when bumping a dependency version — package.json, pyproject.toml, requirements, or lockfile changes — in an existing codebase. Classifies the bump, audits the usage surface from the code graph, and isolates the upgrade in its own proven commit.
-
cwijayasundara Skill Sprouting Instead Of Editing 2Use when a symbol that must change is UNCOVERED and unpinnable (seam score < 0.5, or a skeletons/-flagged god file with no clean boundary) — adds behavior in a new fully-tested unit instead of editing legacy code in place.
-
cwijayasundara Skill Checking Coverage Before Change 2Use when about to edit any existing (non-greenfield) symbol — before the first Edit/Write to production code in /refactor, /change, or /vibe — to learn which tests cover it and route uncovered code to pinning or sprouting.
-
hartmut-ux Skill Contract Analyst 4Red-flag detector for contracts. Spot risky clauses, unfavorable terms, missing protections. Automatic playbook checks, compliance mapping, Swiss OR/ZGB or English law analysis. Flag problematic indemnities, liabilities, termination clauses NOW."
-
hartmut-ux Skill Contract Analyst 5Red-flag detector for contracts. Spot risky clauses, unfavorable terms, missing protections. Automatic playbook checks, compliance mapping, Swiss OR/ZGB or English law analysis. Flag problematic indemnities, liabilities, termination clauses NOW."
-
hartmut-ux Skill Contract Analyst 6Red-flag detector for contracts. Spot risky clauses, unfavorable terms, missing protections. Automatic playbook checks, compliance mapping, Swiss OR/ZGB or English law analysis. Flag problematic indemnities, liabilities, termination clauses NOW."
-
hartmut-ux Skill Compliance Monitor 4Real-time compliance watchdog. Track nDSG, GwG, FINMA, EU AI Act, SRA rules, GDPR changes. Spot risks before they hit. Auto-generate compliance heatmaps, alert summaries, risk exposure reports. Feeds directly into Compliance Cockpit."
-
hartmut-ux Skill Compliance Monitor 5Real-time compliance watchdog. Track nDSG, GwG, FINMA, EU AI Act, SRA rules, GDPR changes. Spot risks before they hit. Auto-generate compliance heatmaps, alert summaries, risk exposure reports. Feeds directly into Compliance Cockpit."
-
hartmut-ux Skill Compliance Monitor 6Real-time compliance watchdog. Track nDSG, GwG, FINMA, EU AI Act, SRA rules, GDPR changes. Spot risks before they hit. Auto-generate compliance heatmaps, alert summaries, risk exposure reports. Feeds directly into Compliance Cockpit."
-
hartmut-ux Skill Practice Operations 4Law firm ops command center. Time entry analysis, WIP reports, profitability per matter, budgeting, realization rates. Spot cost overruns before they destroy margins. Dashboards for partners. Billing efficiency metrics that drive accountability."
-
hartmut-ux Skill Practice Operations 5Law firm ops command center. Time entry analysis, WIP reports, profitability per matter, budgeting, realization rates. Spot cost overruns before they destroy margins. Dashboards for partners. Billing efficiency metrics that drive accountability."
-
hartmut-ux Skill Practice Operations 6Law firm ops command center. Time entry analysis, WIP reports, profitability per matter, budgeting, realization rates. Spot cost overruns before they destroy margins. Dashboards for partners. Billing efficiency metrics that drive accountability."
-
vathymut Bundle RefactorUse when existing code needs restructuring without behavior change — large functions, code smells, hard-to-maintain structure, or a multi-file refactor plan with tests.
-
vathymut Bundle Tufte Data VizUse when creating or reviewing data visualizations — charts and figures — where Tufte and screen-first principles should apply.
-
vathymut Bundle UI ScreenshotsUse when capturing a screenshot or GIF of a running app, or annotating an existing image with callouts.
-
vathymut Bundle Systematic DebuggingUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
-
vathymut Bundle Github Copilot StarterUse when the user says 'set up Copilot', 'configure Copilot', or 'create copilot config' for a new project.
-
vathymut Bundle Test Driven DevelopmentUse when implementing any feature or bugfix, before writing implementation code
-
vathymut Bundle Python Pypi Package BuilderUse when building, testing, linting, versioning, or publishing a production-grade Python library to PyPI.
-
jaquevan Bundle StatuslineManage ccstatusline configs — save, restore, apply, switch presets. Portable across machines via this skill directory. Use when user says "save my status line", "switch status line", "restore status line", "status line preset", "update status line", "set up status line", "ccstatusline", or wants to change Claude Code status bar appearance.
-
jaquevan Bundle Skill To GithubPublishes Cursor skills to a GitHub repository after scrubbing sensitive data. Detects org-specific values, confirms replacements, enforces git identity, and strips AI attribution. Use when the user says "publish my skills", "push skills to github", "share a skill", "update cursor-skills repo", or wants to publish skills for colleagues.
-
tmforum-oda Skill Check Usecase MaturityGiven a TM Forum ODA use-case id (TMFSxxx), reads its cached frontmatter and returns a plain-language maturity/trust verdict -- whether it's safe to build against today. Reads only YAML frontmatter, no document-body parsing. Use this before starting requirements or test-case work against any TMFSxxx use case.
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 expertise-exchange, authoring-adept-loops, authoring-adept-skills. 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.