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.
-
damilola-elegbede-org Bundle Feature LifecycleEnd-to-end autonomous feature implementation from plan to merged PR. Use when implementing a complete feature, bug fix, or refactor from a spec, GitHub issue, or description.
-
khw1031 Bundle ChangelogCHANGELOG.md에 변경 사항과 담당자를 정리하고 package.json 버전을 올립니다. changelog 작성, 변경 이력 정리, 버전 올리기, 릴리즈 노트, CHANGELOG 업데이트 요청 시 사용.
-
jr2804 Bundle Output QualityDetect and eliminate generic, low-quality "AI slop" patterns in natural language, code, and design. Use when REVIEWING existing content (text, code, or visual designs) for quality issues, cleaning up generic patterns, or establishing quality standards. Focuses on pattern detection—not content creation.
-
jr2804 Skill 3gpp SpecificationsTS and TR numbering, spec file formats, FTP directory structure, and accessing 3GPP specifications. Use when working with 3GPP specification numbering, finding spec files, or understanding spec directory organization.
-
buzzbysolcex Bundle Token Scoring4-category composite token scoring engine (11 factors, max 100) for exchange listing intelligence — evaluates market metrics, safety audits, social signals, and quality indicators with dual-gate verification. Supports Solana, Base, BSC, and Stacks (SIP-010).
-
dyoshikawa Skill RulesyncGenerates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
-
dyoshikawa Skill ApproveApprove a pull request using gh pr review --approve
-
dyoshikawa Skill Goal PrDrive a pull request to a clean state and merge it: run the `review-pr` skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it, or triggers on "the `goal-pr` skill".
-
dyoshikawa Skill Merge PrMerge a pull request using gh pr merge --admin
-
dyoshikawa Skill Pull MainSwitch to main branch and pull latest changes with prune. Use when the user wants to pull latest main, update main, or sync main with remote.
-
dyoshikawa Skill Explain PrExplain a PR: the background problem and the proposed solution
-
dyoshikawa Skill Create IssueCreate a GitHub issue with detailed description, purpose, and appropriate labels
-
dyoshikawa Skill Goal ReleaseCut a release end to end: use the `draft-release` skill to open the release PR and draft GitHub release, wait for CI to turn green, run the `merge-pr` skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or triggers on "the `goal-release` skill".
-
dyoshikawa Skill Explain IssueExplain a GitHub issue: the background problem and the proposed solution
-
dyoshikawa Skill Triage IssuesTriage open GitHub issues by reviewing unlabeled ones and applying the most appropriate labels based on their content
-
dyoshikawa Skill Clean BranchesClean up unnecessary local branches and prune stale remote-tracking branches
-
dyoshikawa Skill Commit Push PrCommit current changes, push to remote, and create or update a pull request. Use when the user wants to commit and create a PR, push changes and open a pull request, or ship their current work as a PR.
-
khw1031 Bundle Git CommitGit 변경 사항을 분석하여 의미있는 커밋 메시지를 자동 생성합니다. 커밋, 커밋 메시지 작성, 변경사항 커밋, git commit 요청 시 사용.
-
khw1031 Bundle Skills Ref스킬 디렉토리를 스캔하여 CLAUDE.md에 Available Skills 섹션을 XML 구조로 생성합니다. 스킬 등록, 스킬 목록 생성, CLAUDE.md 스킬 섹션, skills ref, 스킬 인덱스, available skills 작성 요청 시 활성화.
-
khw1031 Bundle Note Searchnotes/ 디렉토리의 학습 노트를 검색합니다. 노트 검색, 개념 찾기, 관련 노트, 키워드 검색, 태그 검색 요청 시 사용.
-
khw1031 Bundle Note WriterObsidian 호환 학습 노트를 Skill 형식으로 작성합니다. 레퍼런스, 키워드, 개념 정리, 노트 작성, 지식 정리 요청 시 사용. 텍스트, URL, 이미지, 영상 등 다양한 입력 지원.
-
khw1031 Bundle Create SkillClaude Code Skill을 생성하거나 기존 스킬을 개선합니다. 스킬 생성, 스킬 수정, SKILL.md 작성, 새 스킬 만들기, 스킬 개선, 스킬 업데이트 요청 시 활성화.
-
khw1031 Bundle Rule ManagerSkill 기반의 규칙을 레포지토리에 추가하고 관리합니다. 기존 구조 분석 → 적절한 위치 판단 → 사용자 확인 후 추가. 규칙 추가, 룰 추가, rule 추가, 새 규칙, 컨벤션 추가, 스타일 가이드 추가, 가이드라인 추가 요청 시 활성화.
-
khw1031 Bundle Musk AlgorithmElon Musk의 5단계 문제 해결 알고리즘을 적용하여 문제를 분석합니다. 문제 해결, 최적화, 프로세스 개선, 효율화, 단순화, First Principles, "이거 어떻게 해결하지", "더 효율적인 방법" 요청 시 활성화.
-
khw1031 Bundle Project Initializer새 프로젝트를 프레임워크에 맞게 초기화하고 최신 버전과 모범 사례를 적용합니다. 초기화 완료 후 rule-manager 워크플로우를 참조하여 기본 규칙을 자동 생성합니다. 프로젝트 생성, 프로젝트 초기화, 새 프로젝트, project init, scaffold, boilerplate, 프로젝트 시작, 프로젝트 만들기 요청 시 활성화.
-
khw1031 Bundle Source Code Analysis소프트웨어 프로젝트의 소스 코드를 체계적으로 분석합니다. 프로젝트 경로를 입력하면 아키텍처, 데이터 흐름, 설계 패턴, 의존성을 단계별로 파악합니다. 소스 분석, 코드 분석, 리버스 엔지니어링, 아키텍처 분석, 코드베이스 파악 요청 시 활성화.
-
khw1031 Bundle Learning Log GeneratorGit 커밋 히스토리 기반으로 일자별 학습 로그를 생성합니다. 학습 로그, 학습 기록, 일지 생성, recap, 복습 일정, 학습 요약 요청 시 사용.
-
tachyon-beep Skill Reader Panel ReviewOrchestrate a simulated reader panel review — spawn persona-reader agents as teammates, manage the chapter pump, enforce the Step A gate, and coordinate synthesis
-
tachyon-beep Bundle Using Ml ProductionRouter skill directing to deployment, optimization, MLOps, and monitoring guides.
-
tachyon-beep Bundle Quality AssuranceUse when deciding test strategy, struggling with code reviews, shipping without tests, or conflating verification with validation
-
tachyon-beep Bundle Lifecycle AdoptionUse when starting new projects with CMMI, adding CMMI to active development, preparing for audits, migrating tools, or facing team resistance to process adoption
-
jr2804 Bundle Sdo Writing ConventionsMechanical writing conventions for formal standards documents across all SDOs (3GPP, ETSI, ITU-T). Use when drafting or revising text to ensure consistent spelling (-ize/-ise), hyphenation, number formatting, capitalization, abbreviations, list formatting, proper names, and non-discriminatory language. Complements sdo-writing-style (prose quality) with mechanical correctness rules. Sources: ITU English Language Style Guide (2024).
-
jr2804 Skill 3gpp Portal AuthenticationEOL authentication, AJAX login patterns, 3GPP portal data fetching, and session management. Use when accessing protected 3GPP portal resources that require EOL login, fetching TDoc metadata, or working with 3GPP portal APIs.
-
jr2804 Skill Using Git WorktreesCreate isolated git worktrees for feature development with automatic directory selection and safety verification. Use when starting feature work that needs isolation from the current workspace, or when setting up before executing implementation plans that require a clean branch environment.
-
toilahuongg Skill DesignActivates the Product Designer to create UI mockups and specs complying with Polaris. Use when designing user interfaces or planning UI components.
-
dyoshikawa Bundle Playwright CLIAutomate browser interactions, test web pages and work with Playwright tests.
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 note-search, feature-lifecycle, changelog. 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.