skillpack.co
All skills

Claude Code

active

Anthropic's official agentic coding CLI. Terminal-native, tool-use-driven, with deep file system and shell access. #1 SWE-bench Pro standardized (45.89%), ~4% of GitHub public commits (SemiAnalysis), $2.5B annualized revenue (fastest enterprise SaaS to $1B ARR). 8M+ npm weekly downloads. Opus 4.6 with 1M context.

Generator
Orchestrator
Complexity
clicodingagentsorchestration

90/100

Trust

80K+ ↑121%

Stars

17

Evidence

26.7 MB

Repo size

Videos

Reviews, tutorials, and comparisons from the community.

Claude Code Tutorial #1 - Introduction & Setup

Net Ninja·2025-08-21

Claude Code Tutorial for Beginners

Kevin Stratvert·2025-12-22

Claude Code - Full Tutorial for Beginners

Tech With Tim·2026-02-27

Repo health

90/100

1d ago

Last push

6,874

Open issues

6,582

Forks

49

Contributors

Editorial verdict

The #1 coding CLI agent. Leads SWE-bench Pro standardized (45.89%), wins independent head-to-heads on reasoning depth, ~4% of GitHub commits. Rate limits are the #1 complaint. Costs 2-3x more per task than Codex CLI due to higher token consumption.

Public evidence

strong2025-10
Claude Code 2.0 — 842 points, 413 comments on HN

Major front-page HN thread on the Claude Code 2.0 release. Community consensus positioned it as the standard agentic coding CLI all others are measured against.

842 HN points, 413 commentsHN community (submitted by polyrand)
strong2026-03
SWE-bench Pro standardized: Claude Code #1 at 45.89%

Claude Code leads SWE-bench Pro standardized at 45.89% vs Codex CLI's 41.0%. SWE-bench Verified is saturated (top 5 within 1 point). Pro standardized is the fair comparison — custom scaffold scores (Codex 56.8%) are not comparable.

Authoritative standardized benchmark (SEAL)SWE-bench team (standardized evaluation)
strong2026-03
SemiAnalysis: ~4% of GitHub public commits, $2.5B annualized revenue

~4% of public GitHub commits, projected 20%+ by EOY 2026. 42,896x growth in 13 months. $2.5B annualized revenue. The hardest real-usage metric in the category.

Industry analysis (SemiAnalysis — premier semiconductor/AI research)SemiAnalysis (independent research firm)
strong2026-03
npm weekly downloads: 8,028,705 — 3x Codex CLI, 12x Gemini CLI

8M+ weekly downloads is the hardest-to-game traction metric in the category. 3x Codex CLI (2.6M), 12x Gemini CLI (647K). Installs correlate with actual developer usage, not social media hype.

npm registry datanpm registry (official package statistics)
strong2026-03
Educative practical test: Claude Code 1h17m single-shot vs Gemini CLI 2h02m

Claude Code completed a React project in 1h17m single-shot. Gemini CLI took 2h02m with multiple retries. Demonstrates Claude Code's reasoning advantage on practical tasks beyond synthetic benchmarks.

Independent practical comparison testEducative (independent developer education platform)
strong2026-03
Morph 15-agent comparison: Claude Code — 'deepest reasoning on hard problems'

Morph's independent Tier 1 classification. Called Claude Code 'deepest reasoning on hard problems — best for complex refactors, unfamiliar codebases, architectural decisions.' Only Claude Code and Codex CLI made Tier 1.

Independent 15-agent comparison studyMorph Engineering Team (independent AI infrastructure company)
strong2026-02
HN: 'Claude Code is being dumbed down?' — 1,085 pts, 702 comments (live trust issue)

High-engagement thread questioning whether Claude 4.5 has regressed in quality. MarginLab's independent monitoring found no statistically significant degradation (p<0.05), but community perception of quality regression is real and ongoing. The trust cost of this thread is itself a factor.

1,085 HN points, 702 comments — top thread in the coding CLI categoryHN community
moderate2026-02
SemiAnalysis: 42,896x growth in 13 months, 4% of GitHub public commits

"4% of GitHub public commits are being authored by Claude Code right now... 42,896x growth in 13 months." (Dylan Patel, SemiAnalysis, Feb 2026). The single most cited real-usage metric in the category.

Industry analysis (SemiAnalysis — Dylan Patel)SemiAnalysis (independent research firm)

How does this compare?

See side-by-side metrics against other skills in the same category.

COMPARE SKILLS →

Growth

GitHub stars over time.

GitHub Stars

Where it wins

#1 SWE-bench Pro standardized (45.89%) — the authoritative benchmark now that Verified is saturated

~4% of GitHub public commits — strongest real-usage signal (SemiAnalysis), $2.5B annualized revenue (fastest enterprise SaaS to $1B ARR — Constellation Research)

8M+ npm weekly downloads — 3x Codex, 12x Gemini. Installs are the hardest metric to game

Opus 4.6 with 1M context — highest-capability model available in a CLI

HN peak engagement 2,127 pts — unmatched community mindshare

Wins independent blind code quality tests 67% of the time across independent evaluations

Independent daily quality monitoring with no degradation detected (MarginLab, p<0.05)

Real-world daily cost ~$6 avg, <$12 at p90

Where to be skeptical

Rate limits are the #1 complaint (1,085 pts HN thread dedicated to this)

Costs $200+/month at heavy usage — 2-3x more expensive per task than Codex CLI due to 3-4x higher token consumption

Terminal-Bench 2.0: 58.0% (#38) — genuinely weaker on terminal-native/systems tasks than Codex CLI (62.9%)

Tied to Anthropic models only

Anthropic blocked third-party subscription use, angering users (625 pts HN)

Quality regression perception: 'Claude Code is being dumbed down?' HN thread (1,085 pts, 702 comments, Feb 2026) — MarginLab monitoring shows no statistical regression but community trust is a live issue

Ranking in categories

Featured in bundles

Know a better alternative?

Submit evidence and we'll run the full pipeline.

SUBMIT →

Similar skills

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

Claude Code

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github.

Learn more in the official documentation.

<img src="https://raw.githubusercontent.com/anthropics/claude-code/main/demo.gif" />

Get started

[!NOTE] Installation via npm is deprecated. Use one of the recommended methods below.

For more installation options, uninstall steps, and troubleshooting, see the setup documentation.

  1. Install Claude Code:

    MacOS/Linux (Recommended):

    curl -fsSL https://claude.ai/install.sh | bash
    

    Homebrew (MacOS/Linux):

    brew install --cask claude-code
    

    Windows (Recommended):

    irm https://claude.ai/install.ps1 | iex
    

    WinGet (Windows):

    winget install Anthropic.ClaudeCode
    

    NPM (Deprecated):

    npm install -g @anthropic-ai/claude-code
    
  2. Navigate to your project directory and run claude.

Plugins

This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins.

Reporting Bugs

We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue.

Connect on Discord

Join the Claude Developers Discord to connect with other developers using Claude Code. Get help, share feedback, and discuss your projects with the community.

Data collection, usage, and retention

When you use Claude Code, we collect feedback, which includes usage data (such as code acceptance or rejections), associated conversation data, and user feedback submitted via the /bug command.

How we use your data

See our data usage policies.

Privacy safeguards

We have implemented several safeguards to protect your data, including limited retention periods for sensitive information, restricted access to user session data, and clear policies against using feedback for model training.

For full details, please review our Commercial Terms of Service and Privacy Policy.

View on GitHub →