local_fire_departmentHoneystax
search⌘K
loginLog Inperson_addSign Up
layers
HONEYSTAX TERMINAL v1.0
HomeNewsSavedSubmitMethodology
workspace_premiumRanked stack board
Honeystax/Claude CodeClaude Code

Claude CodeThe board builders scan before they commit to this stack.

Anthropic’s CLI for Claude — the coding agent

Claude Code is Anthropic’s official CLI for coding with Claude. Explore skills, MCP servers, frameworks, and tools built for the Claude Code ecosystem.

20 featured picks412 builds with real repo pull20 live lanes to scan
1273Tracked Builds
1.9MRepo Stars
20Builder Lanes
Read the boardcodeOpen official source
rocket_launch

Fastest Way Into Claude Code

1. Install

npm install -g @anthropic-ai/claude-code

Requires Node.js 18+. Works on macOS, Linux, and WSL.

2. Run

cd your-project && claude

Opens an interactive session. Claude reads your codebase and helps you code.

3. Extend

Add skills (custom slash commands), MCP servers (external tools), hooks (lifecycle events), and agents for complex tasks.

code GitHubmenu_book Docspackage_2 npm
menu_book

Step-by-Step Guide

From zero to coding with Claude in under 2 minutes

1download

Install Claude Code

One command. Takes about 30 seconds.

expand_more
  1. a

    Check if you have Node.js

    node --version

    You need v18 or higher. If you see a number like v20.11.0, you're good. If you get "command not found", go to nodejs.org and install it first.

  2. b

    Install Claude Code globally

    npm install -g @anthropic-ai/claude-code

    This installs the claude command on your machine. Runs on macOS, Linux, and Windows (WSL).

  3. c

    Verify it worked

    claude --version

    You should see a version number. If you do, you're ready to go.

2terminal

Run It in Your Project

Point it at your code and start talking.

expand_more
  1. a

    Open your terminal

    On Mac: Spotlight → type "Terminal". On Windows: open WSL or Windows Terminal.

  2. b

    Navigate to your project folder

    cd ~/my-project

    Replace ~/my-project with the actual path to your project.

  3. c

    Start Claude Code

    claude

    That's it. Just type claude and hit Enter.

  4. d

    First time? Log in

    It'll open a browser window to authenticate with your Anthropic account. Log in, come back to the terminal, and you're connected.

  5. e

    Start talking

    Claude automatically reads your project files. Just describe what you want: "add a login page", "fix the failing test", "refactor this function".

3keyboard

UI Basics & Key Commands

Everything you need to know to not feel lost.

expand_more

Core Controls

Enter

Send your message

Escape

Cancel what Claude is doing right now

Ctrl + C

Exit Claude Code completely

↑ / ↓

Scroll through your message history

Slash Commands

/help

See all available commands

/clear

Wipe the conversation and start fresh

/compact

Summarize and shrink the conversation

/cost

See how much this session has cost so far

lightbulbPro tip: When Claude wants to edit a file or run a command, it'll ask for permission. Press y to allow, n to deny. You can also type ! to allow and stop asking for that type of action.

auto_awesome

Where Claude Code is winning

The strongest lanes in this ecosystem, ranked by visible public proof.

Lead builds

buildSkills

6 tracked builds

88k ★
Leadmarketingskills39k★#2humanizer29k★#3awesome-agent-skills11k★#4pinme3.7k★#5trailofbits-skills3.5k★#6Claudeception2.0k★
Lead builds

hubMCP Servers

5 tracked builds

95k ★
Leadawesome-mcp-servers83k★#2Pal MCP Server11k★#3claude-code-mcp1.3k★#4obsidian-claude-code-mcp172★#5claude-code-mcp-init73★
Lead builds

smart_toyAgents

5 tracked builds

16k ★
Leadawesome-claude-code-subagents13k★#2a-list-of-claude-code-agents1.2k★#3claude_code_agent_farm685★#4agentic-flow531★#5cord132★
Lead builds

extensionPlugins & Hooks

6 tracked builds

8.5k ★
LeadContinuous-Claude-v33.6k★#2claude-code-hooks-mastery3.3k★#3claude-code-hooks-observability1.3k★#4ccproxy180★#5cchooks120★#6claude-hooks-sdk63★
Lead builds

appsApps & Tools

5 tracked builds

70k ★
Leadclaude-code-router36k★#2opcode21k★#3claude-relay-service12k★#4cui1.1k★#5agent-viewer337★
Lead builds

menu_bookGuides & Config

5 tracked builds

160k ★
Leadget-shit-done65k★#2awesome-claude-code49k★#3SuperClaude_Framework23k★#4context-engineering-intro13k★#5claude-code-infrastructure-showcase9.7k★
list

Claude Code board

(148)

Filter the ranked board by type, timing, and proof signal.

Type
AllSkillsMCPsPluginsAgentsApps
Time
This weekThis month3 months
Sort
TrendingNewPopularClear

148 signals found

oh-my-claudecodestar
AgentAgent Frameworks

Teams-first Multi-agent orchestration for Claude Code

Featured build38k repo stars11327 builder votes
Claude, Go, TypeScript, OpenAI, Anthropic, Bun
Featured buildAlready singled out as one of the stronger builds on the board.
Claude CodeClaude CodeClaude, Go, TypeScript, OpenAI, Anthropic, Bun

Teams-first Multi-agent orchestration for Claude Code. An open-source agent for the AI coding ecosystem.

ai-job-searchstar
Agent

The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailo...

Featured build22k repo stars6724 builder votes
Featured buildAlready singled out as one of the stronger builds on the board.
Claude CodeClaude Code

The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.. An open-source agent for the AI coding ecosystem.

codecompanion.nvim
Agent

AI Coding, Vim Style

Stack favorite6.7k repo stars668 builder votes
Go, OpenAI, Claude, Anthropic, Ollama, LLM, Docker
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude CodeGo, OpenAI, Claude, Anthropic, Ollama, LLM, Docker

AI Coding, Vim Style

emdash
AgentCoding Agents

Emdash is the Open-Source Agentic Development Environment ( YC W26). Run multiple coding agents in parallel. Use an...

Stack favorite5.0k repo stars503 builder votes
Go, Python, SQLite, OpenAI, Claude, GitHub Actions
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude CodeGo, Python, SQLite, OpenAI, Claude, GitHub Actions

Emdash is the Open-Source Agentic Development Environment ( YC W26). Run multiple coding agents in parallel. Use any provider.

mirage
Agent

A Unified Virtual Filesystem For AI Agents

Stack favorite3.2k repo stars319 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

A Unified Virtual Filesystem For AI Agents

how-claude-code-works
Agent

Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more. / 深入解析 Claude Code 源码...

Stack favorite3.0k repo stars297 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more. / 深入解析 Claude Code 源码:架构、Agent 循环、上下文工程、工具系统等

HolyClaude
Agent

AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools

Stack favorite2.3k repo stars235 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools

CoreCoder
Agent

Minimal AI coding agent (~1,000 lines of Python) inspired by Claude Code. Works with any LLM. Think NanoGPT for codin...

Stack favorite1.3k repo stars135 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

Minimal AI coding agent (~1,000 lines of Python) inspired by Claude Code. Works with any LLM. Think NanoGPT for coding agents. Formerly NanoCoder.

vm0
Agent

Zero, your trustworthy AI teammate for real work.

Stack favorite1.1k repo stars114 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

Zero, your trustworthy AI teammate for real work.

jean
Agent

A dev environment for AI agents.

Stack favorite1.1k repo stars110 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

A dev environment for AI agents.

claude-code-chat
Agent

Beautiful Claude Code Chat Interface for VS Code

Stack favorite1.1k repo stars106 builder votes
Stack favoriteReal repo gravity. Builders already treat this as a serious reference point.
Claude CodeClaude Code

Beautiful Claude Code Chat Interface for VS Code

claudish
Agent

Claude Code. Any Model. The most powerful AI coding agent now speaks every language.

Builder signal922 repo stars92 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Claude Code. Any Model. The most powerful AI coding agent now speaks every language.

OpenSwarm
Agent

OpenSwarm — Autonomous AI dev team orchestrator powered by Claude Code CLI. Discord control, Linear integration, cogn...

Builder signal813 repo stars81 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

OpenSwarm — Autonomous AI dev team orchestrator powered by Claude Code CLI. Discord control, Linear integration, cognitive memory.

re_gent
Agent

Version-Control for AI coding agents.

Builder signal758 repo stars76 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Version-Control for AI coding agents.

flock
Agent

Autonomous AI dev-team bot

Builder signal725 repo stars73 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Autonomous AI dev-team bot

maggy
Agent

What started as an opinionated Claude Code setup kit is now an autonomous AI engineering command center

Builder signal702 repo stars70 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

What started as an opinionated Claude Code setup kit is now an autonomous AI engineering command center

Wegent
Agent

An open-source AI-native operating system to define, organize, and run intelligent agent teams

Builder signal639 repo stars64 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

An open-source AI-native operating system to define, organize, and run intelligent agent teams

code-on-incus
Agent

Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats...

Builder signal587 repo stars59 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.

agent-swarm
Agent

Intelligence that compounds. Every single day.

Builder signal534 repo stars53 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Intelligence that compounds. Every single day.

pilot
Agent

AI that ships your tickets.

Builder signal530 repo stars53 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

AI that ships your tickets.

MioIsland
Agent

macOS Dynamic Island for AI coding agents. Monitor, approve, and jump to Claude Code sessions from the notch.

Builder signal516 repo stars52 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

macOS Dynamic Island for AI coding agents. Monitor, approve, and jump to Claude Code sessions from the notch.

pi-subagents
Agent

Sub-agents for pi with Claude Code look and feel — parallel execution, live widget, custom agent types, mid-run steer...

Builder signal509 repo stars51 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Sub-agents for pi with Claude Code look and feel — parallel execution, live widget, custom agent types, mid-run steering and more...

claude-council
Agent

Claude Code plugin to consult multiple AI coding agents (Gemini, OpenAI, Grok) for diverse perspectives

Builder signal474 repo stars47 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Claude Code plugin to consult multiple AI coding agents (Gemini, OpenAI, Grok) for diverse perspectives

ai-dive-deep
Agent

Vlad's Playbook — the operator's field manual where every artifact is live, clickable, and forwardable. 39 chapters ·...

Builder signal467 repo stars47 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Vlad's Playbook — the operator's field manual where every artifact is live, clickable, and forwardable. 39 chapters · 25 interactive widgets · 3 embedded case studies (AFC pitch + sanitized client audit). Read it → dive.vladyslavpodoliako.com

freestyle
Agent

Open source voice dictation platform for devs. Build voice workflows.

Builder signal448 repo stars45 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Open source voice dictation platform for devs. Build voice workflows.

better-agent-terminal
Agent

Multi-workspace terminal aggregator with Claude Code AI integration

Builder signal433 repo stars43 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Multi-workspace terminal aggregator with Claude Code AI integration

kandev
Agent

AI Kanban & Development Environment. Orchestrate multiple agents, review changes, open PRs. Multi-provider, self-host...

Builder signal431 repo stars43 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

AI Kanban & Development Environment. Orchestrate multiple agents, review changes, open PRs. Multi-provider, self-hostable, no telemetry.

dotfiles
Agent

:round_pushpin: My dotfiles for macOS using Neovim, Zsh, and Ghostty + Tmux

Builder signal419 repo stars42 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

:round_pushpin: My dotfiles for macOS using Neovim, Zsh, and Ghostty + Tmux

pbi-cli
Agent

Power BI CLI - semantic models (.NET TOM) and PBIR reports for token-efficient AI agent usage, built for Claude Code

Builder signal403 repo stars40 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Power BI CLI - semantic models (.NET TOM) and PBIR reports for token-efficient AI agent usage, built for Claude Code

trinity
Agent

Self-hosted runtime for autonomous Claude Code (and other CLI) AI agents. Apache 2.0.

Builder signal357 repo stars36 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Self-hosted runtime for autonomous Claude Code (and other CLI) AI agents. Apache 2.0.

genie
Agent

Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches parallel agents in isolated worktrees,...

Builder signal323 repo stars32 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches parallel agents in isolated worktrees, and reviews code before you see it.

tingly-box
Agent

Your Intelligence, Orchestrated. Every builder. Every team. Every agent. For Everyone.

Builder signal323 repo stars32 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Your Intelligence, Orchestrated. Every builder. Every team. Every agent. For Everyone.

plamen
Agent

Autonomous Web3 security audit agent for Claude Code

Builder signal257 repo stars26 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Autonomous Web3 security audit agent for Claude Code

ccxray
Agent

X-ray vision for AI agent sessions — a transparent HTTP proxy and dashboard for Claude Code

Builder signal201 repo stars20 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

X-ray vision for AI agent sessions — a transparent HTTP proxy and dashboard for Claude Code

CLI-Anything-WEB
Agent

Claude Code plugin that generates production-grade Python CLIs for any web app. 20 CLIs and counting.

Builder signal201 repo stars20 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Claude Code plugin that generates production-grade Python CLIs for any web app. 20 CLIs and counting.

claudectl
Agent

Orchestrate a swarm of Claude Code agents with a local brain that learns from you.

Builder signal186 repo stars19 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Orchestrate a swarm of Claude Code agents with a local brain that learns from you.

swift-coding-agent
Agent

A Swift reimplementation of a Claude Code-style coding agent, built stage by stage to explore what makes coding agent...

Builder signal173 repo stars17 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

A Swift reimplementation of a Claude Code-style coding agent, built stage by stage to explore what makes coding agents work

Arena-of-Autonomous-Threads
Agent

Top AI Agent Simulator: Build a Local Reddit Forum for LLM Testing 2026

Builder signal154 repo stars15 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Top AI Agent Simulator: Build a Local Reddit Forum for LLM Testing 2026

mythic-mcp-proxy
Agent

Mythos Router 2026: Zero-Drift Local Reasoning Protocol with Adaptive Claude Opus 4.8

Builder signal153 repo stars15 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Mythos Router 2026: Zero-Drift Local Reasoning Protocol with Adaptive Claude Opus 4.8

hewn-forge
Agent

HEWN 2.0 2026: AI Output Router for Precision Summaries & Polished Code

Builder signal151 repo stars15 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

HEWN 2.0 2026: AI Output Router for Precision Summaries & Polished Code

AgentDeck
Agent

Physical controller & multi-surface dashboard for AI coding agents — Stream Deck+, Android, iOS/macOS, ESP32 displays...

Builder signal127 repo stars13 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Physical controller & multi-surface dashboard for AI coding agents — Stream Deck+, Android, iOS/macOS, ESP32 displays, TUI

svelte-markdown
Agent

Markdown and HTML renderer for Svelte 5 — built for streaming AI agent output from Claude Code, ChatGPT, and agent...

Builder signal121 repo stars12 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Markdown and HTML renderer for Svelte 5 — built for streaming AI agent output from Claude Code, ChatGPT, and agentic workflows. XSS-safe defaults, token caching, TypeScript types.

cctop
Agent

Live top-style monitor for Claude Code sessions

Builder signal119 repo stars12 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Live top-style monitor for Claude Code sessions

Boucle-framework
Agent

Autonomous agent framework with structured memory, safety hooks, and loop management. Built by the agent that runs on...

Builder signal115 repo stars12 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Autonomous agent framework with structured memory, safety hooks, and loop management. Built by the agent that runs on it.

Coffee-CLI
Agent

Coffee and Claude time?

Builder signal115 repo stars12 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Coffee and Claude time?

disciplined-agentic-engineering
Agent

Acceptance Test Driven Development for Claude Code — inspired by Uncle Bob's approach from empire-2025

Builder signal113 repo stars11 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Acceptance Test Driven Development for Claude Code — inspired by Uncle Bob's approach from empire-2025

agent-design-patterns
Agent

A 7×6 framework for agent architecture. 28 patterns, each placed at a coordinate, runnable Python code with verified...

Builder signal112 repo stars11 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

A 7×6 framework for agent architecture. 28 patterns, each placed at a coordinate, runnable Python code with verified engineering slices from Claude Code, Aider, OpenHands, DeerFlow. Companion to Designing AI Agents (Manning) by Jia Huang.

ai-memory-comparison
Agent

Source-backed feature comparison of memory systems for AI coding agents. No affiliation, no marketing — just facts fr...

Builder signal108 repo stars11 builder votes
Builder signalGetting enough attention to influence how people assemble their stack.
Claude CodeClaude Code

Source-backed feature comparison of memory systems for AI coding agents. No affiliation, no marketing — just facts from public docs.

Load more expand_more48/148
add Submit Project