Skip to main content

davila7/claude-with-skills

SkillsMP는 davila7/claude-with-skills에서 50개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
50
GitHub 스타
11
GitHub 포크
0

수집된 skill 50개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Explains code in plain language for someone unfamiliar with the programming language. Use when asked to explain code, walk through logic, describe what a function does, or when the user says "explain this" or "walk me through this".

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Summarizes uncommitted git changes in a concise machine-readable format. Use in CI pipelines, scripts, or headless invocations where the output will be piped or captured.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Explains what a skill is and demonstrates that skills are working. Use when testing skills, when asked about skills, or when asked to demonstrate how skills work.

원문 언어: 영어

업데이트
직업 분류
고등교육 컴퓨터공학 교원
설명

Demonstrates the personal scope for Claude Code skills. Use when testing personal-scoped skills or when the user wants to understand the difference between personal and project skill scopes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Lists the conventions for this project and demonstrates the project scope for Claude Code skills. Use when asked about project conventions, code style, or as a demonstration of project-scoped skills.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Draft a CHANGELOG.md entry for the current changes in Keep a Changelog format. Use when releasing, tagging a version, or updating CHANGELOG.md.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review code against a standard checklist covering security, correctness, performance, and readability. Use when asked to review code, check a PR, or audit changes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate a conventional commit message for the current staged git changes. Use when the user wants to commit, asks for a commit message, or asks what to write for a commit.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write a pull request description with summary, motivation, and test plan. Use when creating a PR, asked for a PR description, or preparing to submit a pull request.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write an Architecture Decision Record (ADR) document for a technical decision. Use when documenting a technical choice, architectural decision, or design decision.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add JSDoc comments to JavaScript or TypeScript functions that are missing documentation. Use when asked to document functions, add JSDoc, or improve code comments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate a README.md for the current project by analyzing the codebase structure, package files, and existing documentation. Use when asked to write a README, create documentation, or document the project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Summarizes uncommitted git changes and flags anything risky. Use when the user asks what changed, wants a commit message draft, or asks to review their diff before committing.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Deploy a Python project to the target environment. Runs pytest, builds the wheel, and pushes a deployment tag. Only invoke manually when ready to deploy.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Review database migration files for naming conventions and dangerous operations. Auto-activates for migration files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Rename a code symbol (variable, function, class) across a specified scope.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Audit npm or pip dependencies for outdated packages and known vulnerabilities. Use when checking package health, preparing for a release, reviewing dependencies before merging a PR, or when asked about outdated packages or security advisories.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

API design conventions for this codebase. Use whenever writing or reviewing API endpoints, route handlers, or HTTP clients.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Deploy the application to production. Only invoke this manually when you are ready to deploy.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Research the codebase to answer a question without making any changes. Use when exploring code, understanding architecture, or investigating how something works.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Stage all changes and create a conventional commit with a generated message. Use when ready to commit and want automated staging and commit message generation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix a GitHub issue by number. Reads the issue, implements a fix, and prepares a commit.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate a UI component from one framework to another, preserving behavior and tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a git branch named after a GitHub issue.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Report the current development environment: Node, Python, OS, git state. Use when debugging environment issues, onboarding, or checking system compatibility.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Analyze the current uncommitted diff and give a detailed summary with risk assessment. Use when asking what changed, reviewing changes before a commit, or requesting a change summary.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Summarize the current pull request including diff, comments, and review status. Use when reviewing a PR, preparing for a review meeting, or getting a quick PR overview.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Perform a deep architectural analysis or security review requiring extended reasoning. Use for complex architecture decisions, security audits, or when standard analysis is not finding the root cause.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply code formatting rules after file edits in the source directory. Use when asked to format code or after making changes to source files.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Deploy to a target environment after running pre-flight checks. Only invoke manually.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run all code quality checks (security, complexity, test coverage) on the current PR and post a combined report as a GitHub PR comment. Use before merging a PR, during code review, or when asked to check code quality.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Find overly complex code: files over 300 lines, functions over 50 lines, deeply nested conditions (4+ levels), and magic numbers. Use for code quality reviews, pre-release checks, or when asked to assess code maintainability.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Scan the codebase for common security issues: hardcoded secrets, SQL injection vectors, XSS, unvalidated inputs, and insecure defaults. Use before deploying, as part of code quality review, or when asked to check for security issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Check whether changed source files have corresponding test files. Use for code quality review before merging a PR, or when asked whether new code has tests.

원문 언어: 영어

업데이트
직업 분류
비서 및 행정 보조원(법률, 의료 및 임원 제외)
설명

Extract text and tables from PDFs, fill PDF form fields programmatically, and merge multiple PDF files into one. Use when working with PDF documents, form filling, document extraction, splitting, or any PDF manipulation task.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Generate an interactive HTML tree visualization of the current project's file structure, with file sizes, color-coded file types, and a sidebar summary. Use when exploring a new repository, understanding project layout, identifying large files, or getting an…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Research a technical topic thoroughly by exploring the codebase and summarizing findings. Use when asked to investigate how something works, research an area of the codebase, trace a data flow, or understand a component in depth.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Investigate two separate areas of the codebase simultaneously and combine findings into a comparison report. Use when you need research on two independent topics at once, want to compare two subsystems, or need to understand how two components relate to each…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

REST API design conventions for this codebase. Use when writing or reviewing API endpoints, route definitions, response formatting, or client code that calls the API.

원문 언어: 영어

업데이트
수집된 skill 50개 중 40개를 표시합니다.