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.

Coding & Dev Tools

9,777 skills
neekware
Using Superpowers
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
0 · bundle
neekware
Code Reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
0 · bundle
neekware
Dependency Auditor
Dependency Auditor
0 · bundle
neekware
Monorepo Navigator
Monorepo Navigator
0 · bundle
neekware
Run
One-shot lifecycle command that chains init → baseline → spawn → eval → merge in a single invocation.
0
neekware
Codebase Onboarding
Codebase Onboarding
0 · bundle
neekware
Env Secrets Manager
Env & Secrets Manager
0 · bundle
neekware
Migration Architect
Migration Architect
0 · bundle
lucassantana-dev
Scope And Execute
Analyze a problem, plan the fix, execute with verification. Use when tackling a non-trivial bug, feature, or refactor that needs structured approach.
1
lucassantana-dev
Debug
Systematic root-cause analysis for bugs, errors, and unexpected behavior
1 · bundle
lucassantana-dev
Testing
Test generation is repetitive but critical. Developers skip tests because writing edge cases is tedious. AI agents can generate tests quickly but often produce brittle, unrealistic tests that provide false confidence. Tests that mock internals, use fake data like "foo@example.com", or test implementation details break on every refactor.
1 · bundle
lucassantana-dev
Spec Ship
spec-ship
1
lucassantana-dev
Plan
Build a compact, validation-gated implementation plan for multi-step, risky, or ambiguous work — typically when phases need explicit checkpoints, the change touches multiple files/services, or the user wants alignment before execution. Output goes to `.claude/plans/<topic>.md` (or `.agents/plans/`) with goal, in/out-of-scope, phased steps, validation per phase, and replanning triggers. Skip for trivial single-file fixes, bug investigations (use `tracer`), or open-ended exploration (use `explore`). Pair with `ship` once the plan ends and merge work begins.
1 · bundle
lucassantana-dev
Ship
Commit, push, and open a pull request with a conventional commit message
1 · bundle
lucassantana-dev
Learn
Auto-extract reusable patterns from the current session into skills or memory
1 · bundle
lucassantana-dev
Ticket
Assemble a Jira/Linear/GitHub-Issue body from recent commits, diff, and branch context
1 · bundle
lucassantana-dev
Verify
Run full quality gate suite before committing or creating a PR
1 · bundle
lucassantana-dev
CI Watch
Inspect current CI state, identify the first real blocker, separate required failures from noise, and monitor until checks settle. Use when checks are failing, flaky, or blocking a merge.
1 · bundle
lucassantana-dev
Fallback
Graceful degradation when primary approach fails. Try alternates in priority order; record which path succeeded for future routing.
1 · bundle
lucassantana-dev
Handoff Diet
Meta-skill codifying the no-wakeup-polling pattern. Describes the ScheduleWakeup anti-pattern, the fix (--auto merge + detached watcher), and when to still use wakeups. Reduces handoff spam by 80%.
1 · bundle
lucassantana-dev
Self Heal
Autonomous error recovery — detect failures, diagnose root cause, apply fixes, and resume without stopping
1 · bundle
lucassantana-dev
Checkpoint
Git-level WIP safety net. Stashes uncommitted work, tags, and pushes to remote
1 · bundle
lucassantana-dev
Ship Check
Verify work before committing, pushing, or requesting review
1 · bundle
lucassantana-dev
Branch Hygiene
Composite skill — one-pass cleanup of stale local branches, dead worktrees, merged branches, and abandoned remote PR branches. Chains `git fetch --prune` → `clean_gone` (kill [gone] branches) → worktree prune + offer-to-remove dead worktrees → list-and-delete branches merged to main and release → delete remote PR branches whose PRs merged >7 days ago. Use instead of running `clean_gone` alone — that only catches half the rot. Daily-friction composite; fires on "clean up branches", "branch hygiene", "stale worktrees", and on session start when local branch count > 30.
1 · bundle
lucassantana-dev
Release Flow
Ship validated changes with repeatable release evidence — version bump, changelog, tag, and optional GitHub release
1 · bundle
lucassantana-dev
Hook Development
Use when creating hooks for Claude Code plugins. Covers hook events, configuration, exit codes, and stdin/stdout contracts. Hooks execute in response to events to validate operations and enforce policies.
1 · bundle
lucassantana-dev
Sync Memories
Sync durable project or session knowledge into the available memory systems so future sessions have accurate context. Use when meaningful work is complete and the user wants the result remembered.
1 · bundle
lucassantana-dev
Command Development
Use when creating, writing, or organizing slash commands. Covers frontmatter, dynamic arguments, file references, and bash execution. Commands are instructions FOR Claude, not messages TO the user.
1 · bundle
fivebucksventures
Plugin Update
Bring an existing brand's setup up to date with the latest plugin version — detects gaps since the user last ran brand-setup and fills them interactively.
0
fivebucksventures
Social Publisher
Publishing to LinkedIn, Facebook, Instagram, Twitter/X via Zernio for any active brand
0
concertonotes
Hex
Search Hex projects and ask Hex Threads questions. Use when the user explicitly references Hex, Hex projects, Hex dashboards, Hex data apps, Hex Threads, or asks to search an existing Hex workspace asset.
0
concertonotes
Setup
Check whether Claude Code CLI is ready in this environment and optionally toggle the stop-time review gate. Args: --enable-review-gate, --disable-review-gate. Use for installation, authentication, or review-gate setup requests.
0 · bundle
concertonotes
Tdd
Use before writing any implementation code — enforces RED-GREEN-REFACTOR cycle.
0
concertonotes
Zoom Rtms
Use when using RTMS.
0 · bundle
concertonotes
Result
Show the stored final output for a finished Claude Code job in this repository. Args: [job-id]. Use when the user already has, or needs, a tracked job id.
0 · bundle
concertonotes
Init
Initialize team config for a project. Creates .agenteam/config.yaml (or legacy agenteam.yaml) and generates .codex/agents/*.toml.
0

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 dependency-auditor, using-superpowers, code-reviewer. Rankings shift as installs change; sort this page by "Most downloaded" 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 add <owner>/<name>, or copy the file into your agent's skills directory.