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.
-
orkas-ai Bundle Stage Compose 3stage-compose
-
orkas-ai Skill Composition Design Review 3composition-design-review
-
ulpi-io Skill Commit 3Use when the user asks to commit changes. Analyzes diffs deeply to draft intelligent conventional commit messages, detects scope from branch names and file paths, runs pre-commit quality checks (TypeScript, ESLint, Prettier), scans for secrets and debug artifacts, splits unrelated changes into separate commits, and verifies success. Invoke via /commit or when user says "commit", "commit this", "make a commit".
-
ulpi-io Bundle Ast Grep 3Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
-
baofeng-tech Bundle Prediction Market 4Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades. Use when: the user needs market data, stock analysis, watchlists, or portfolio workflows.
1 -
hassan-mohiddin Skill Discuss 2Use when discussing, exploring, shaping, challenging, or revisiting an idea, request, artifact, design, or implementation direction, or when an open-ended request or new evidence makes the next approach uncertain.
-
ulpi-io Bundle Create Pr 3Use when the user asks to create a pull request, open a PR, submit changes for review, or says "/pr". Validates branch state, analyzes all commits since divergence from base, runs pre-PR quality checks, generates structured PR title and body with summary/test-plan/breaking-changes sections, pushes branch, and creates the PR via GitHub CLI (gh). Supports draft PRs, reviewer assignment, and label attachment.
-
ulpi-io Skill Update Skill Learnings 3Extract learnings about skill creation/improvement from a session and propagate them to the central skill learnings file, then sync to appropriate skills. Use when a session revealed patterns, anti-patterns, or insights about structuring skills. Invoke via /update-skill-learnings or after skill creation/improvement sessions.
-
ulpi-io Bundle Branch Review Before Pr 3Pre-landing PR review. Analyzes diff against main for structural issues that tests don't catch: query safety, race conditions, trust boundary violations, conditional side effects, and more. Critical findings block /ship and /create-pr. Invoke via /branch-review-before-pr or when integrated as a gate in ship workflows.
-
ulpi-io Skill Git Merge Expert Worktree 3Worktree-native merge engineer — git worktree lifecycle, isolated merges and conflict resolution, worktree path conventions, parallel worktree operations, and cleanup automation. Invoke via /git-merge-expert-worktree or when user says "merge in worktree", "isolated merge", "worktree merge".
-
poteto Bundle Reflect 3Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.
-
hyochan Skill Rebase Main 5Safely update local main with a fast-forward-only pull, rebase the current branch onto it, resolve conflicts without losing local work, and restore staged, unstaged, and untracked changes. Use when the user asks to pull main and rebase, update a branch from main, fix rebase conflicts, or says rebase-main.
-
hyochan Skill Review Self 5Independently review Datehaja's current implementation, working-tree changes, or a pull request; validate findings against the code, fix the in-scope ones, rerun the affected checks, and recheck every five minutes until two clean snapshots. Use when the user says review-self, asks Claude to review its own changes, or wants current work watched for new issues after implementation.
-
baofeng-tech Bundle Prediction Market Data 6Access prediction market data from Polymarket and Kalshi, including markets, prices, trades, orderbooks, positions, and cross-platform market matching. Use when you need current odds, historical market data, or wallet-level prediction market analysis.
1 -
shipshitdev Bundle Package Architect 3Design and maintain TypeScript packages in a monorepo, including exports and build configuration.
-
rysweet Bundle Eval Recipes Runner 4eval-recipes Runner Skill
-
hack23 Skill Gdpr Compliance 4Ensure GDPR compliance for personal data processing in CIA platform with privacy-by-design principles
-
hack23 Skill Secrets Management 4Never commit secrets, manage credentials securely using environment variables, vaults, and Hack23 ISMS key management policy
-
hack23 Skill Behavioral Analysis 4Political psychology, cognitive biases, group dynamics, leadership analysis, decision-making patterns for Swedish political intelligence
-
hack23 Skill Legislative Monitoring 4Voting pattern analysis, committee effectiveness, bill tracking, parliamentary oversight for Swedish intelligence operations
-
hack23 Skill Contribution Guidelines 4Contribution Guidelines Skill
-
hack23 Skill Github Agentic Workflows 4Master GitHub Agentic Workflows (gh-aw) - AI-powered repository automation with safe outputs, sandboxed execution, and multi-engine support
-
hack23 Skill Performance Optimization 4Application performance tuning, JVM optimization, database query tuning, Vaadin UI performance
-
hack23 Skill Vulnerability Management 4Vulnerability Management Skill
-
hack23 Skill Political Science Analysis 4Apply comparative politics, political behavior, public policy analysis, and democratic theory frameworks to Swedish political data
-
hack23 Skill Risk Assessment Frameworks 4Political risk indicators, institutional risk, corruption risk, democratic backsliding, early warning systems for Swedish political intelligence
-
hack23 Skill Data Science For Intelligence 4Statistical analysis, ML, NLP, time series forecasting, network analysis for political intelligence data
-
hack23 Skill Intelligence Analysis Techniques 4Structured analytic techniques including ACH, SWOT, Devil's Advocacy, Red Team analysis for political intelligence
-
hack23 Skill Strategic Communication Analysis 4Narrative framing, media analysis, discourse analysis, influence assessment, information warfare detection for Swedish political intelligence
-
rysweet Bundle Smart Test 4Intelligent test selection based on code changes. Maps source files to tests via import analysis, implements tiered testing (fast < 1 min, impacted < 5 min, full suite), and tracks test reliability. Use when running tests after code changes to optimize feedback loops and CI time.
-
fabioc-aloha Bundle AI Writing Avoidance 4AI Writing Avoidance
-
fabioc-aloha Bundle Presentation Tool Selection 5Best practice decision matrix for choosing between Marp, Gamma, and PptxGenJS based on use case requirements.
-
fabioc-aloha Bundle Cross Cultural Collaboration 4**Domain**: Multicultural team communication, cultural intelligence, global collaboration
-
x-cmd Bundle X Cmd 6**IMPORTANT**: Before using any `x <mod>` command, you MUST load x-cmd first: `. ~/.x-cmd.root/X` Then you can: - Explore with `x nihao --llmstxt` - Discover skills via `x skill` x-cmd provides 600+ portable software and development tools (jq, nodejs, python, etc.). Use `x <env|pixi> use <pkg>` to install and use any package instantly. After loading x-cmd, packages in x-cmd/pixi's local bin will be automatically available in PATH. Browse x-cmd website for more usage and skills: https://www.x-cmd.com/llms.txt
-
jh941213 Skill Python Testing Patterns 3Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Triggers: "pytest", "Python testing", "fixture", "mocking", "writing tests" Anti-triggers: "JavaScript tests", "Jest", "E2E tests"
-
jh941213 Skill Typescript Advanced Types 3TypeScript Advanced Types
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 stage-compose, composition-design-review, commit. 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.