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.

Stars 88
Forks 14

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

기술 라이브러리/프레임워크 비교 분석 가이드

비교 분석 워크플로우

  1. 비교 대상 확정: 비교할 라이브러리/프레임워크 목록 정리
  2. 9개 항목 분석: references/comparison-framework.md 참조
  3. 종합 비교 매트릭스 작성: 정량(수치) + 정성(A-F 등급) 혼합 테이블
  4. 개별 분석: 각 라이브러리별 핵심 개념, 강점/약점, 적합 사례
  5. 코드 비교: 동일 기능을 각 라이브러리로 구현
  6. 추천 가이드: 프로젝트 규모별, 유형별, 팀 상황별

비교 문서 구조

markdown
# {주제} 비교 분석

## 종합 비교 매트릭스
| 항목 | Lib1 | Lib2 | ... |
(정량: 수치, 정성: A-F 등급)

## 개별 라이브러리 분석
### {라이브러리명}
- 핵심 개념
- 강점/약점
- 적합한 사용 사례

## 코드 비교
(동일 기능을 각 라이브러리로 구현)

## 추천 가이드
### 프로젝트 규모별
### 유형별
### 팀 상황별

A-F 등급 기준

  • A: 최고 수준, 기준 이상
  • B: 우수, 대부분의 요구 충족
  • C: 보통, 기본 기능은 갖춤
  • D: 미흡, 제한적
  • F: 사용 불가/중단됨

정량 데이터 기준

  • 번들 사이즈: bundlephobia 기준 minified+gzipped
  • npm 다운로드: 주간 다운로드 수
  • GitHub stars: 현재 시점
  • 첫 릴리스 연도

Expand your agent's capabilities with these related and highly-rated skills.

revfactory/claude-code-harness

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.

88 14
Explore
revfactory/claude-code-harness

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.

88 14
Explore
revfactory/claude-code-harness

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.

88 14
Explore
revfactory/claude-code-harness

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.

88 14
Explore
revfactory/claude-code-harness

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.

88 14
Explore
revfactory/claude-code-harness

reactive-spreadsheet-design

리액티브 스프레드시트 엔진 설계 가이드. 셀 수식 파싱, 의존성 그래프(DAG), 증분 재계산, 내장 함수 구현 시 사용한다.

88 14
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results