Agent skill
tech-comparison
Technology/library/framework comparison analysis guide. Use when the user requests a comparative analysis of multiple technologies, libraries, or frameworks — including feature comparison, bundle size, performance, and recommendation.
Install this agent skill to your Project
npx add-skill https://github.com/revfactory/claude-code-harness/tree/main/experiments/results/case-006/harness/.claude/skills/tech-comparison
SKILL.md
Tech Comparison Skill
기술 라이브러리/프레임워크 비교 분석 가이드
비교 분석 워크플로우
- 비교 대상 확정: 비교할 라이브러리/프레임워크 목록 정리
- 9개 항목 분석: references/comparison-framework.md 참조
- 종합 비교 매트릭스 작성: 정량(수치) + 정성(A-F 등급) 혼합 테이블
- 개별 분석: 각 라이브러리별 핵심 개념, 강점/약점, 적합 사례
- 코드 비교: 동일 기능을 각 라이브러리로 구현
- 추천 가이드: 프로젝트 규모별, 유형별, 팀 상황별
비교 문서 구조
# {주제} 비교 분석
## 종합 비교 매트릭스
| 항목 | Lib1 | Lib2 | ... |
(정량: 수치, 정성: A-F 등급)
## 개별 라이브러리 분석
### {라이브러리명}
- 핵심 개념
- 강점/약점
- 적합한 사용 사례
## 코드 비교
(동일 기능을 각 라이브러리로 구현)
## 추천 가이드
### 프로젝트 규모별
### 유형별
### 팀 상황별
A-F 등급 기준
- A: 최고 수준, 기준 이상
- B: 우수, 대부분의 요구 충족
- C: 보통, 기본 기능은 갖춤
- D: 미흡, 제한적
- F: 사용 불가/중단됨
정량 데이터 기준
- 번들 사이즈: bundlephobia 기준 minified+gzipped
- npm 다운로드: 주간 다운로드 수
- GitHub stars: 현재 시점
- 첫 릴리스 연도
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
interpreter-design
Programming language interpreter design and implementation guide. Use when the user requests building an interpreter, parser, lexer, or language implementation — including Pratt parsing, AST evaluation, scope chains, and closures.
express-api-design
Express.js REST API design and implementation guide. Use when implementing REST API endpoints, creating Express routes, or setting up API project structure with MVC pattern.
query-engine-design
SQL query engine design and implementation guide. Use when the user requests building a SQL engine, query parser, query planner, or query executor — including in-memory storage, SQL parsing, and query optimization.
api-documentation
Write accurate and complete library API documentation. Use when creating API docs, README files, or function reference documentation. Ensures all signatures, parameters, return types, and examples are precise.
async-debugging
Analyze and fix race conditions and concurrency bugs in async code. Use when debugging async bugs, fixing race conditions, resolving concurrency issues, or when shared state is accessed by multiple async operations.
reactive-spreadsheet-design
리액티브 스프레드시트 엔진 설계 가이드. 셀 수식 파싱, 의존성 그래프(DAG), 증분 재계산, 내장 함수 구현 시 사용한다.
Didn't find tool you were looking for?