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.
-
kimtth Skill Error HandlingUse when: design error handling so failures are explicit, recoverable, and never silently swallowed.
-
kimtth Skill Github ActionsUse when: write or review GitHub Actions workflows that are fast, secure, and maintainable.
-
kimtth Skill Chrome DevtoolsUse when: debug, inspect, automate, screenshot, profile, or analyze a web page with Chrome DevTools-style browser tools.
-
kimtth Skill Design PatternsUse when: apply a design pattern to a real problem without over-engineering the solution.
-
kimtth Skill Executing PlansUse when: execute a written implementation plan with checkpoints, verification, and blocker handling.
-
kimtth Skill Input ValidationUse when: validate and sanitize untrusted input at boundaries to prevent bad data and attacks.
-
kimtth Skill Solid PrinciplesUse when: apply SOLID principles to make object-oriented code flexible and maintainable.
-
kimtth Skill State ManagementUse when: choose and structure client state so data stays consistent and predictable.
-
kimtth Skill Caching StrategiesUse when: add caching with the right layer, key design, invalidation, and consistency trade-offs.
-
kimtth Skill Clean ArchitectureUse when: structure an app so business logic is independent of frameworks, UI, and databases.
-
kimtth Skill Secrets ManagementUse when: handle credentials, keys, and tokens without leaking them into code, logs, or history.
-
kimtth Skill Structured LoggingUse when: emit structured, queryable logs with the right levels, context, and no sensitive data.
-
kimtth Skill Database MigrationsUse when: write and apply schema migrations safely without downtime or data loss.
-
kimtth Skill Understand CodebaseUse when: onboard onto an unfamiliar or large codebase by mapping its structure, dependencies, and business logic before editing.
-
kimtth Skill Using Git WorktreesUse when: starting feature work that should be isolated from the current checkout or branch.
-
kimtth Skill Dependency InjectionUse when: decouple components by injecting their dependencies instead of constructing them inline.
-
kimtth Skill Systematic DebuggingUse when: a bug is unclear and you need a hypothesis-driven loop instead of random edits.
-
kimtth Skill Academic Paper ReviewUse when: review an academic paper with a structured review form and multiple reviewer personas.
-
kimtth Skill Extract Design SystemUse when: extract tokens, components, and patterns from an existing codebase into a documented system.
-
kimtth Skill Receiving Code ReviewUse when: handling code review feedback before implementing suggestions or pushing back.
-
kimtth Skill Web Design GuidelinesGoal: review real UI files against the latest web interface rules.
-
kimtth Skill Multi Stage DockerfileUse when: create or review optimized multi-stage Dockerfiles for smaller, safer, reproducible application images.
-
kimtth Skill Property Based TestingUse when: test invariants over generated inputs instead of a few hand-picked examples.
-
kimtth Skill Requesting Code ReviewUse when: prepare completed work for review so a reviewer can evaluate it quickly.
-
kimtth Skill Postgresql OptimizationUse when: improve PostgreSQL schema, queries, indexes, JSONB, arrays, full-text search, or performance with Postgres-specific features.
-
kimtth Skill Test Driven DevelopmentUse when: implement a change with a TDD loop — failing test first, minimal fix, verify, refactor.
-
kimtth Skill Playwright Generate TestUse when: generate a Playwright test from a user scenario by first exploring the UI and then saving a passing test.
-
kimtth Skill Event Driven ArchitectureUse when: design systems around events and messages with reliable, decoupled processing.
-
kimtth Skill Merge Conflict ResolutionUse when: resolve git merge or rebase conflicts correctly without losing intended changes.
-
kimtth Skill Playwright Best PracticesUse when: write or fix Playwright tests with resilient selectors, fixtures, parallelism, and CI.
-
kimtth Skill Architecture Decision RecordsUse when: record a significant technical decision, its context, and consequences as an ADR.
-
kimtth Skill Improve Codebase ArchitectureUse when: propose structural improvements to a codebase without rewriting it wholesale.
-
kimtth Skill Verification Before CompletionUse when: about to claim work is complete, fixed, passing, or ready for commit or PR.
-
aibtcdev Bundle BnsBitcoin Name System (BNS) operations — lookup names, reverse-lookup addresses, check availability, get pricing, list domains, and register new .btc names using single-transaction claim or two-step preorder/register flow.
-
aibtcdev Bundle CeoStrategic operating manual — direction-setting, resource allocation, focus, metrics, and scaling stages for autonomous agents treating themselves as CEO of a one-entity company.
-
aibtcdev Bundle NftSIP-009 NFT operations on Stacks L2 — list NFT holdings, get token metadata, transfer NFTs, get token owner, get collection information, and get transfer history. Transfer operations require an unlocked wallet.
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 error-handling, github-actions, chrome-devtools. 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.