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.
-
outfitter-dev Bundle Codex ConfigThis skill should be used when configuring Codex CLI, setting up profiles, or when "config.toml", "sandbox mode", "Codex config", or "approval policy" are mentioned.
-
outfitter-dev Bundle Claude PluginsThis skill should be used when creating plugins, publishing to marketplaces, or when "plugin.json", "marketplace", "create plugin", or "distribute plugin" are mentioned.
-
outfitter-dev Bundle Codebase ReconThis skill should be used when analyzing codebases, understanding architecture, or when "analyze", "investigate", "explore code", or "understand architecture" are mentioned.
-
plevasseur Skill Transport Smoke ValidationExecute and assess canonical Zenoh<->SOME/IP and Zenoh<->MQTT5 request/response smoke validations.
-
plevasseur Skill Rust Ffi Lint TriageResolve clippy and warning failures in Rust FFI-heavy code using source fixes first and narrow lint allowances only when required.
-
plevasseur Skill Gh Safe Pr CommentingCreate and verify GitHub PR bodies/comments safely with gh using shell-safe heredocs and correction patterns.
-
plevasseur Skill Issue FixFix one GitHub issue end to end for this repo.
-
plevasseur Skill Batch Issue FixTriage and fix multiple GitHub issues with a repeatable process.
-
plevasseur Skill Pr Review Split FormatGenerate split PR feedback files with line-anchored frontmatter for draft review posting
-
plevasseur Skill Stale Branch FixRebase stale PR branches and restore green CI for this repo.
-
plevasseur Skill Coding Guideline ReviewReview a coding guideline PR for merge readiness.
-
plevasseur Skill Smoke Zenoh Mqtt Rr Mqtt Client Zenoh ServiceValidate MQTT client to Zenoh service request/response through configurable-streamer.
-
plevasseur Skill Smoke Zenoh Mqtt Rr Zenoh Client Mqtt ServiceValidate Zenoh client to MQTT service request/response through configurable-streamer.
-
plevasseur Skill Smoke Zenoh Someip Rr Someip Client Zenoh ServiceValidate SOME/IP client to Zenoh service request/response through the zenoh_someip streamer.
-
plevasseur Skill Smoke Zenoh Someip Rr Zenoh Client Someip ServiceValidate Zenoh client to SOME/IP service request/response through the zenoh_someip streamer.
-
plevasseur Skill Smoke Zenoh Mqtt Ps Mqtt Publisher Zenoh SubscriberValidate MQTT publisher to Zenoh subscriber pub/sub forwarding through configurable-streamer.
-
plevasseur Skill Smoke Zenoh Mqtt Ps Zenoh Publisher Mqtt SubscriberValidate Zenoh publisher to MQTT subscriber pub/sub forwarding through configurable-streamer.
-
plevasseur Skill Smoke Zenoh Someip Ps Someip Publisher Zenoh SubscriberValidate SOME/IP publisher to Zenoh subscriber pub/sub forwarding through the zenoh_someip streamer.
-
plevasseur Skill Smoke Zenoh Someip Ps Zenoh Publisher Someip SubscriberValidate Zenoh publisher to SOME/IP subscriber pub/sub forwarding through the zenoh_someip streamer.
-
tachyon-beep Bundle Using Training OptimizationUse when encountering training problems (loss not decreasing, instability, NaN, overfitting, slow training) or selecting training dynamics (optimizer / LR / schedule / batch / precision / clipping / regularization) — routes to specialist sheets for the 2026-era landscape (Lion, Sophia, Muon, AdEMAMix, Schedule-Free, Prodigy, AdamW8bit, paged optimizers, WSD schedules, FP8 / BF16 precision, muP / mu-Transfer, ZeRO/FSDP strategy).
-
tachyon-beep Bundle Using Static Analysis EngineeringUse when designing or extending a static analyzer — a linter, a taint tracker, a contract checker, an entity extractor, a governance rule engine, or any tool that reads source code and produces verdicts about it without running the program. Use when adding typed dataflow (taint, ownership, capability) to a system that currently does pattern matching, when an inherited analyzer cannot be extended cleanly, when suppressions are growing faster than rules, or when choosing between static and runtime enforcement of a property. Engineering pack — how to build the analyzer. For consuming an existing analyzer's output to map a codebase, use `/system-archaeologist` instead.
-
outfitter-dev Bundle Software CraftThis skill should be used when making design decisions, evaluating trade-offs, assessing code quality, or when "engineering judgment" or "code quality" are mentioned.
-
outfitter-dev Bundle Typescript DevThis skill should be used when writing TypeScript, eliminating any types, implementing Zod validation, or when strict type safety is needed. Covers modern TS 5.5+ features and runtime validation patterns.
-
outfitter-dev Bundle Claude CommandsThis skill should be used when creating slash commands, writing command files, or when "/command", ".claude/commands", "$ARGUMENTS", or "create command" are mentioned.
-
outfitter-dev Bundle Find Root CausesThis skill should be used when diagnosing failures, investigating incidents, finding root causes, or when "root cause", "diagnosis", "investigate", or "--rca" are mentioned.
-
outfitter-dev Bundle Session AnalysisThis skill should be used when analyzing conversation patterns, identifying frustration or success signals, or when "analyze conversation", "what went wrong", or "patterns" are mentioned.
-
outfitter-dev Bundle Context ManagementManage context window, survive compaction, persist state. Use when planning long tasks, coordinating agents, approaching context limits, or when "context", "compaction", "tasks", or "persist state" are mentioned.
-
tekliner Bundle Skill CreatorCreate/improve self-healing Claude Code skills with Knowledge Framework and version tracking. Use when user says "create skill", "improve skill", "update skill", "fix skill error", "создай скил", "улучши скил", or works with SKILL.md and SKILL_RELEASE_LOG.md files.
-
tekliner Bundle Knowledge FrameworkAuto-applies MECE/BFO framework (thesis, Mermaid TD/LR, numbered sections, Ground Truth) to ANY .md file creation.
-
tekliner Skill Mdg Create And EditCreate, edit, and manage rules -- data governance rules, compliance rules, monitoring rules, alerts, MDG rules. Use when user asks to create a rule, set up alerts, or monitor metrics.
-
metinduraktr-44 Skill Canva Bulk CreateUse when generating many designs at once from a data table via Canva autofill/bulk create.
0 -
metinduraktr-44 Skill Canva Edit DesignUse when editing an existing Canva design — changing text, images, colors, or layout on a specific design ID.
0 -
metinduraktr-44 Skill Creative ScenariosUse when developing creative concepts across the 8-scenario framework for a brand or campaign.
0 -
metinduraktr-44 Skill Canva Design FeedbackUse when giving structured critique on a Canva design's visual quality, hierarchy, and effectiveness.
0 -
jasonwarrenuk Bundle Do StudPlan a non-trivial feature by interviewing to resolve unknowns, then studding every function as a runnable walking-skeleton (fake data, real wiring) so names, placement and contracts can be reviewed before any real logic is written. Stops for review; fill is a separate pass.
-
jasonwarrenuk Skill Red DocAdversarial review of a document written as the colleague trying to kill it, aimed at one or two named readers
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 gh-safe-pr-commenting, smoke-zenoh-someip-rr-zenoh-client-someip-service, smoke-zenoh-mqtt-ps-mqtt-publisher-zenoh-subscriber. 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.