07-ai/llm-and-ai-comparison/SKILL.md
[日本語版](../../ja/07-ai/llm-and-ai-comparison/SKILL.md) # LLM and AI Model Comparison > The world of LLMs is evolving rapidly. This skill systematically covers everything about leveraging LLMs — from comparing the characteristics of Claude, GPT, Gemini, and Llama, to prompt engineering, RAG, fine-tuning, and evaluation methodologies. ## Target Audience - Engineers developing applications powered by LLMs - Professionals evaluating and comparing AI models - Those seeking to master prompt enginee
npx skillsauth add gaku52/claude-code-skills 07-ai/llm-and-ai-comparisonInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
日本語版
The world of LLMs is evolving rapidly. This skill systematically covers everything about leveraging LLMs — from comparing the characteristics of Claude, GPT, Gemini, and Llama, to prompt engineering, RAG, fine-tuning, and evaluation methodologies.
| # | File | Description | |---|------|-------------|
| # | File | Description | |---|------|-------------|
| # | File | Description | |---|------|-------------|
| # | File | Description | |---|------|-------------|
| # | File | Description | |---|------|-------------|
LLM Model Comparison (as of late 2024):
Model | Strengths | Cost | Use Case
────────────────┼────────────────────────┼─────────┼─────────────
Claude Opus | Reasoning, analysis, | High | Complex tasks
| coding | |
Claude Sonnet | Well-balanced | Medium | General purpose
GPT-4o | Multimodal | High | General purpose
Gemini Pro | Long context, search | Medium | Google integration
| integration | |
Llama 3 | Open, customizable | Self- | Self-hosting
| | hosted |
Mistral | Cost-effective, | Low-Med | EU projects
| EU-based | |
tools
Fundamentals of modern web development. Framework selection (React, Vue, Next.js), project architecture, state management, routing, build tools, and CSS strategy best practices.
development
# React Development — Complete Guide > A comprehensive guide to building modern React applications with TypeScript. Covers fundamentals through advanced patterns, Hooks mastery, TypeScript integration, performance optimization, and algorithm internals. ## Target Audience - Developers new to React who want a solid foundation - Intermediate React developers looking to deepen their understanding of Hooks and TypeScript patterns - Engineers who want to understand React's internal algorithms (Virt
development
# Node.js Development Skill > A practical guide collection for Node.js development. Covers all aspects of Node.js application development, including Express, NestJS, asynchronous patterns, and performance optimization. ## Overview This skill covers the following topics: - **Express & NestJS**: When to use a lightweight framework vs. an enterprise framework - **Asynchronous Patterns**: Promise, async/await, Event Emitter, Streams, Worker Threads, Cluster - **Performance Optimization**: Memory
development
# Backend Development — Complete Guide > A comprehensive guide to backend engineering. Covers the fundamentals of HTTP, REST API design, databases, authentication, environment configuration, and algorithm proofs — everything needed to build robust server-side systems. ## Target Audience - Developers new to backend engineering - Frontend engineers expanding toward full-stack development - Engineers looking to solidify their understanding of server-side fundamentals ## Prerequisites - Basic p