·code-stats
</>

code-stats

0xdarkmatter/claude-mods

tokei(언어별 빠른 줄 수) 및 difft(의미론적 AST 인식 diff)를 사용하여 코드베이스를 분석합니다. 수동으로 계산하지 않고도 프로젝트 개요를 빠르게 확인할 수 있습니다. 트리거 대상: 코드베이스의 크기, 코드 줄 수 계산, 언어, 의미 차이 표시, 파일 비교, 코드 통계.

14설치·0트렌드·@0xdarkmatter

설치

$npx skills add https://github.com/0xdarkmatter/claude-mods --skill code-stats

SKILL.md

| Line-by-line | AST-aware | | Shows moved as delete+add | Recognizes moves | | Whitespace sensitive | Ignores formatting |

| Count all code | tokei | | Compact output | tokei --compact | | Sort by code | tokei --sort code | | TypeScript only | tokei -t TypeScript | | JSON output | tokei --output json | | Exclude dir | tokei --exclude nodemodules | | Semantic diff | difft file1 file2 | | Git diff | GITEXTERNALDIFF=difft git diff |

tokei(언어별 빠른 줄 수) 및 difft(의미론적 AST 인식 diff)를 사용하여 코드베이스를 분석합니다. 수동으로 계산하지 않고도 프로젝트 개요를 빠르게 확인할 수 있습니다. 트리거 대상: 코드베이스의 크기, 코드 줄 수 계산, 언어, 의미 차이 표시, 파일 비교, 코드 통계. 출처: 0xdarkmatter/claude-mods.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/0xdarkmatter/claude-mods --skill code-stats
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

code-stats이란?

tokei(언어별 빠른 줄 수) 및 difft(의미론적 AST 인식 diff)를 사용하여 코드베이스를 분석합니다. 수동으로 계산하지 않고도 프로젝트 개요를 빠르게 확인할 수 있습니다. 트리거 대상: 코드베이스의 크기, 코드 줄 수 계산, 언어, 의미 차이 표시, 파일 비교, 코드 통계. 출처: 0xdarkmatter/claude-mods.

code-stats 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/0xdarkmatter/claude-mods --skill code-stats 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/0xdarkmatter/claude-mods