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.
-
muhammedalkhudiry Bundle VerificationProject verification and `CHECKLIST.md` setup.
-
muhammedalkhudiry Bundle TranslationTranslation, localization, Arabic UX copy, and copy review.
-
muhammedalkhudiry Skill Delegate CLIDelegating tasks or second opinions to the Claude Code, Codex, or OpenCode CLI.
-
muhammedalkhudiry Bundle Service AccessConfigured service access and credential repair.
-
muhammedalkhudiry Skill Product HealthProduct health checks, investigations, and reports.
-
muhammedalkhudiry Skill How To RespondAlways apply when responding to the user.
-
muhammedalkhudiry Skill Browser Simulator RoutingBrowser and simulator routing for authenticated web UI, isolated automation, and reusable device flows.
-
ahgraber Skill Sdd ArchiveUse when completing and archiving a change after all tasks are done and specs are synced. Triggers: "archive the change", "complete this change", "close out the change", "finish the change", "archive".
-
ahgraber Skill Sdd ExploreUse when the user wants to think through ideas, investigate problems, or clarify requirements before or during any SDD path. Triggers: "explore", "think through", "help me figure out", "what should I build", "I'm not sure where to start", "let's brainstorm", "investigate this", "I want to explore".
-
ahgraber Bundle Sdd ProposeUse when creating a new change with all SDD artifacts — proposal, delta specs, design, and tasks. Triggers: "propose a change", "create a change for X", "I want to implement feature Y", "start a new change", "let's build X".
-
ahgraber Bundle Shell ScriptsUse when writing or reviewing Bash scripts and shell snippets, especially for shebang selection, quoting, parameter expansion ("${VAR}" style), test expressions (`[ ]` vs `[[ ]]`), ShellCheck-guided fixes, and portability decisions across POSIX sh, Bash, and zsh compatibility targets.
-
langwatch Skill Drive The UIDrive the page the user has open through live UI actions. List the actions a page accepts, call them with typed payloads, and read the live state including unsaved edits. Use when the user is looking at a page you can operate, such as the evaluations workbench, and a change should happen in front of them rather than behind their back.
-
langwatch Skill Online EvaluationsConfigure LangWatch online evaluations and guardrails for production traffic. Use when the user wants to score live traces or threads, monitor production quality, sample incoming traffic, or synchronously block unsafe requests and responses. Do not use for batch experiments.
Audited -
langwatch Skill Debug InstrumentationDebug and improve your LangWatch traces. Inspects production traces for missing input/output, disconnected spans, unlabeled traces, and missing metadata. Use when traces look broken or incomplete.
Audited -
shinpr-ai-coding-project-boilerplate Skill Technical SpecDefines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
-
shinpr-ai-coding-project-boilerplate Bundle Coding StandardsDetects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
-
shinpr-ai-coding-project-boilerplate Skill Typescript RulesApplies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.
-
shinpr-ai-coding-project-boilerplate Bundle Skill OptimizationEvaluates and optimizes skill file quality using 9 content patterns and 10 editing principles. Use when creating skills, refining skill content, or auditing skill quality.
-
shinpr-ai-coding-project-boilerplate Skill Typescript TestingApplies repository-aware TypeScript test design, behavior evidence, isolation, and mock-boundary criteria. Use when writing or reviewing unit tests.
-
ao-cyber-systems Skill TuiOpen the program-aware TUI viewer — read-only terminal UI showing parallel sessions, org tree, and active initiatives in three stacked panels. tmux-safe; reflows narrow terminals. Triggers on: "open tui", "show tui", "what's running across sessions", "show org tree".
-
ao-cyber-systems Skill DebugInvestigate bugs using a structured approach that survives context resets. Tracks hypotheses, evidence, and progress across sessions. Use when the user reports a bug, error, or something not working as expected. Triggers on: "debug this", "something's broken", "fix this bug", "not working", "there's an error", "why isn't this working?"
-
ao-cyber-systems Skill MicroSub-30-LOC, single-file changes. The cheapest DevFlow path (~2k tokens). Use for typo fixes, single-line bug fixes, prop renames, dependency bumps, missing semicolons. Triggers on: "fix typo", "rename X to Y", "1-line fix", "single-file change", "tiny", "trivial"
-
ao-cyber-systems Skill DecideResolve a parked decision and resume autonomous execution. Use when you see a pending DECISION-NNN.md in .planning/decisions/pending/, when the user wants to choose an option for a blocked checkpoint:decision, or when you need to tell the executor which option to take. Triggers on: "resolve decision", "decide DECISION-", "pick option for DECISION-", "unblock DECISION-", "answer DECISION-", "choose option for decision", "I want option-a", "go with option-b", "my answer is".
-
ao-cyber-systems Skill StatusConsolidated status/resume/pause/health — `/devflow:status [resume|pause|check]`. Default: show progress + route to next action. Subcommands: check (integrity), pause (save context), resume (restore context). Both flag and bare forms accepted. Triggers on: "where are we?", "what's next?", "save my progress", "pick up where we left off".
-
ao-cyber-systems Skill Gh SyncSync DevFlow planning state to GitHub — create/update objective issues, generate release notes, or push a single objective's state (body + sticky comment + Project v2 fields). Triggers on: "sync to github", "push objectives to github", "github release notes", "sync objective".
-
ao-cyber-systems Skill HandoffHand off a TTY-required or shell-env-dependent command to the user's shell. Use for auth flows (gh auth login, doctl auth init, npm login) or shell-init commands (nvm/mise/conda activate, direnv). Non-disruptive when devflow-watch is running. Triggers on: "auth init", "log in to", "needs my password", "needs my shell environment".
-
ao-cyber-systems Skill InitiativesManage strategic initiative context — sync GitHub Epics to disk, list cached initiatives, or show a single initiative body. Planner reads these at plan time. Triggers on: "sync initiatives", "refresh initiatives", "show initiative", "what initiatives are loaded".
-
ao-cyber-systems Skill WorkstreamsRun independent objectives in parallel using git worktrees, then merge results back. Subcommand-style: /devflow:workstreams setup | status | merge | run Advanced parallel execution — use only when explicitly requested.
-
ao-cyber-systems Skill Map CodebaseAnalyze an existing codebase to understand its stack, architecture, conventions, and concerns before starting new work. Use when the user wants to understand, analyze, or map an existing codebase. Triggers on: "understand this codebase", "map the code", "analyze architecture", "what does this codebase look like?", "explore the code structure"
-
ao-cyber-systems Skill Plan ObjectiveCreate a detailed execution plan for an objective, breaking it into concrete tasks with success criteria. Use when the user wants to plan an objective, create execution plans, or prepare for building. Triggers on: "plan objective", "create plans", "plan the next objective", "let's plan", "prepare objective", "make plans for"
-
ao-cyber-systems Bundle New MonorepoStamp a new polyglot monorepo using the AO Cyber Systems scaffold — root CLAUDE.md with Layout table, per-area CLAUDE.md, path-filtered CI workflows, comprehensive .gitignore, and the no-binaries pre-commit hook config. Use this for new product monorepos (the 5-monorepo architecture: aodex, aosentry, eden-biz, politihub, aohealth, plus future ones). Triggers on: "new monorepo", "scaffold a monorepo", "set up a monorepo", "create a new product monorepo".
-
ao-cyber-systems Skill List Objective AssumptionsSee what Claude plans to do for an objective before it starts, so you can course-correct early. Shows the intended approach without creating any files.
-
serpro69 Bundle TestGuidelines describing how to test the code. Use whenever writing new or updating existing code, for example after implementing a new feature or fixing a bug.
-
shinpr-ai-coding-project-boilerplate Skill Implementation ApproachSelects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment. Use when planning feature implementation.
-
shinpr-ai-coding-project-boilerplate Bundle Subagents Orchestration GuideCoordinates subagents through scale-based planning, approval, implementation, verification, and escalation flows. Use when routing work to subagents, executing an approved work plan, or resuming autonomous execution.
-
maplin-co Skill Using SkillsUse when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
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 sdd-archive, sdd-explore, sdd-propose. 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.