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.

19 featured picks411 builds with real repo pull20 live lanes to scan
1272Tracked Builds
1.8MRepo 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

4 tracked builds

34k ★
Leadopcode21k★#2claude-relay-service12k★#3cui1.1k★#4agent-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 stars11328 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 stars6750 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.

agentic-chatops
Agent

3-tier agentic ChatOps (n8n + GPT-4o + Claude Code) implementing all 21 patterns from "Agentic Design Patterns" — sol...

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

3-tier agentic ChatOps (n8n + GPT-4o + Claude Code) implementing all 21 patterns from "Agentic Design Patterns" — solo operator managing 137 devices

AssemblyZero
Agent

Parameterized multi-agent orchestration framework for Claude Code and Gemini

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

Parameterized multi-agent orchestration framework for Claude Code and Gemini

mxcli
Agent

Mendix cli tool, a headless way to work with Mendix projects. Enables Mendix projects for use with 3rd party agentic...

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

Mendix cli tool, a headless way to work with Mendix projects. Enables Mendix projects for use with 3rd party agentic coding tools like Claude Code and Copilot. Includes a starlark linter for quality validation.

sortie
Agent

Turn tracker tickets into autonomous agent sessions

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

Turn tracker tickets into autonomous agent sessions

supercli
Agent

The open source SWE agent

Rising build91 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

The open source SWE agent

tuicommander
Agent

Desktop terminal orchestrator for running dozens of AI coding agents in parallel. Tauri + SolidJS + Rust.

Rising build91 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Desktop terminal orchestrator for running dozens of AI coding agents in parallel. Tauri + SolidJS + Rust.

bagidea-office
Agent

A living AI-agent office on your desktop wallpaper — Claude Code agents that walk, work, delegate, learn & hold meeti...

Rising build91 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

A living AI-agent office on your desktop wallpaper — Claude Code agents that walk, work, delegate, learn & hold meetings. Per-agent swappable models (Claude/GLM/DeepSeek/Qwen/Kimi/OpenAI/Gemini/Groq/Ollama…), workflows, plugins, voice & Telegram/Discord/LINE. Open source.

baro
Agent

CLI that turns a goal into a pull request. Parallel AI coding agents on a Mozaik event bus.

Rising build90 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

CLI that turns a goal into a pull request. Parallel AI coding agents on a Mozaik event bus.

swarm-factory
Agent

Top Autonomous Research Multi-Agent System for 2026 Lab Experiments

Rising build87 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Top Autonomous Research Multi-Agent System for 2026 Lab Experiments

spring-ai-agentx
Agent

基于原生 Spring AI 的智能体(Agent)开发框架,提供 ReAct 执行引擎、分层记忆、工具调度、Human-in-the-Loop 等核心能力,形成完整的 Harness Engineering 方案,帮助开发者快速构建...

Rising build87 repo stars9 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

基于原生 Spring AI 的智能体(Agent)开发框架,提供 ReAct 执行引擎、分层记忆、工具调度、Human-in-the-Loop 等核心能力,形成完整的 Harness Engineering 方案,帮助开发者快速构建 AI Agent,可以快速搭建 Java 版的 Claude Code。

aacode
Agent

A Python-based CLI coding agent, similar to Claude Code and OpenCode, but lighter and more flexible, featuring plugga...

Rising build84 repo stars8 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

A Python-based CLI coding agent, similar to Claude Code and OpenCode, but lighter and more flexible, featuring pluggable model support for DeepSeek and beyond.

hacker-bob
Agent

Claude Code bug bounty agent. Install in current workspace: npx -y hacker-bob-cc@latest install "$PWD" then restart C...

Rising build82 repo stars8 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Claude Code bug bounty agent. Install in current workspace: npx -y hacker-bob-cc@latest install "$PWD" then restart Claude and run /bob-hunt target.com

1Shell
Agent

GitHub project weidu12123/1Shell

Rising build73 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

GitHub project weidu12123/1Shell

PACT-Plugin
Agent

Claude Code Agentic Harness

Rising build68 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Claude Code Agentic Harness

ccgate
Agent

LLM-powered PermissionRequest hook for coding agents (e.g. Claude Code)

Rising build68 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

LLM-powered PermissionRequest hook for coding agents (e.g. Claude Code)

claude-code-hermit
Agent

Turn Claude Code into an Always-on AI assistant

Rising build67 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Turn Claude Code into an Always-on AI assistant

atris
Agent

a self improving operating system for intelligence

Rising build67 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

a self improving operating system for intelligence

san
Agent

Fast, open agent harness for the terminal. One ~12 MB Go binary — bring any model and extensions into a single inspec...

Rising build66 repo stars7 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Fast, open agent harness for the terminal. One ~12 MB Go binary — bring any model and extensions into a single inspectable loop that learns as you work.

vex
Agent

claude code for video editing

Rising build64 repo stars6 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

claude code for video editing

akb
Agent

AKB — Agent Knowledgebase. Organizational memory for AI agents: vault-scoped docs / tables / files unified by URI gra...

Rising build60 repo stars6 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

AKB — Agent Knowledgebase. Organizational memory for AI agents: vault-scoped docs / tables / files unified by URI graph, served over MCP.

projx
Agent

Projx — A CLI tool for scaffolding production-grade projects. Pick your stack (FastAPI, Fastify, React, Flutter), get...

Rising build59 repo stars6 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Projx — A CLI tool for scaffolding production-grade projects. Pick your stack (FastAPI, Fastify, React, Flutter), get a fully wired template with auth, database, CI/CD, and E2E tests. Update anytime when templates improve.

codemem
Agent

A lightweight persistent-memory companion for OpenCode & Claude

Rising build56 repo stars6 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

A lightweight persistent-memory companion for OpenCode & Claude

claude-code-agents
Agent

My subagents repo

Rising build56 repo stars6 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

My subagents repo

clyro
Agent

Clyro is a governance platform for AI agents. While most tools let you watch agents fail, Clyro stops failures before...

Rising build52 repo stars5 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Clyro is a governance platform for AI agents. While most tools let you watch agents fail, Clyro stops failures before they happen, catching infinite loops, runaway costs, and policy violations in real time.

ultraswarm
Agent

Multi-CLI agent swarm orchestrated by Claude Code: external AI CLIs code in isolated worktrees, Claude verifies and m...

Rising build52 repo stars5 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Multi-CLI agent swarm orchestrated by Claude Code: external AI CLIs code in isolated worktrees, Claude verifies and merges

simple-agent-manager
Agent

Run multiple coding agents in parallel on your own cloud VMs.

Rising build51 repo stars5 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Run multiple coding agents in parallel on your own cloud VMs.

swarm-factory
Agent

Top Autonomous Research Multi-Agent System for 2026 Lab Experiments

Rising build50 repo stars5 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Top Autonomous Research Multi-Agent System for 2026 Lab Experiments

react-native-fsd-agent-template
Agent

React Native + Expo template with Feature-Sliced Design (FSD) architecture and AI Agent Harness for Claude Code

Rising build44 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

React Native + Expo template with Feature-Sliced Design (FSD) architecture and AI Agent Harness for Claude Code

futuresearch-python
Agent

Your team of research agents. Or give researchers to your AI.

Rising build43 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Your team of research agents. Or give researchers to your AI.

agent-afk
Agent

Start a run in your terminal and walk away. Get pinged when it finishes, or needs you. Every step is a readable trace...

Rising build40 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Start a run in your terminal and walk away. Get pinged when it finishes, or needs you. Every step is a readable trace you check before anything ships.

ai-literacy-superpowers
Agent

A set of Claude Code and GitHub Copilot plugins providing the AI Literacy framework's complete development workflow —...

Rising build37 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

A set of Claude Code and GitHub Copilot plugins providing the AI Literacy framework's complete development workflow — harness engineering, agent orchestration, literate programming, CUPID code review, and the three enforcement loops

claude-code-slack-channel
Agent

Slack-native governance substrate for Claude Code and peer agents: every tool call passes a tiered policy engine and...

Rising build36 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Slack-native governance substrate for Claude Code and peer agents: every tool call passes a tiered policy engine and lands in a hash-chained, Ed25519-signed audit journal you can verify offline. The governance kernel the companion agent-governance-plane (AGP) builds on.

The-VibeCode-Bible
Agent

A free, living knowledge base on vibe coding — building SaaS fast with AI agents, local AI, and agentic workflows.

Rising build36 repo stars4 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

A free, living knowledge base on vibe coding — building SaaS fast with AI agents, local AI, and agentic workflows.

AgentCodeGUI
Agent

Claude Code를 위한 가벼운 데스크탑 IDE — 자체 탐색기·LSP 코드 인텔리전스·Git·멀티 에이전트

Rising build34 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Claude Code를 위한 가벼운 데스크탑 IDE — 자체 탐색기·LSP 코드 인텔리전스·Git·멀티 에이전트

kai
Agent

Agentic AI coding assistant on Telegram, powered by multiple persistent back ends. Runs locally with shell access, au...

Rising build34 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Agentic AI coding assistant on Telegram, powered by multiple persistent back ends. Runs locally with shell access, automated PR reviews, layered security, persistent memory, and scheduled jobs. Your machine, your data, your rules.

zmNinjaNg
Agent

State of the art mobile app for ZoneMinder. A complete rewrite of zmNinja with more features

Rising build33 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

State of the art mobile app for ZoneMinder. A complete rewrite of zmNinja with more features

minusx
Agent

MinusX is an Agentic Business Intelligence platform. It's Claude Code for data.

Rising build33 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

MinusX is an Agentic Business Intelligence platform. It's Claude Code for data.

sudocode
Agent

Rust-native CLI coding agent for hackers — terminal-native, pipe-composable, scrollback-safe. Built because Claude Co...

Rising build33 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Rust-native CLI coding agent for hackers — terminal-native, pipe-composable, scrollback-safe. Built because Claude Code chose non-coders.

imp
Agent

From-scratch C++/CUDA inference engine for the NVIDIA RTX 5090 (sm_120a) — the best single-GPU backend for agentic AI...

Rising build29 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

From-scratch C++/CUDA inference engine for the NVIDIA RTX 5090 (sm_120a) — the best single-GPU backend for agentic AI: tool calling, long-context loops, reasoning and concurrent sub-agents on top of the fastest single-stream decode on the 5090 (beats llama.cpp, at-or-ahead of vLLM on NVFP4). 100% written by Claude Code.

herdctl
Agent

Runs Claude Code agents natively or in Docker, on schedules and connected to Discord & Slack

Rising build29 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Runs Claude Code agents natively or in Docker, on schedules and connected to Discord & Slack

autonomous-dev
Agent

Production-ready Claude Code 2.0 setup for autonomous development

Rising build29 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Production-ready Claude Code 2.0 setup for autonomous development

Miya
Agent

弥娅(Miya)——大脑·手·面三层架构的 AI 虚拟化身。守护进程承载人格、 记忆与 APV2.1 白箱认知引擎;Claude Code Engine 作为她的肢体执行文件 操作与代码编写;Electron 桌面应用呈现 Live2...

Rising build29 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

弥娅(Miya)——大脑·手·面三层架构的 AI 虚拟化身。守护进程承载人格、 记忆与 APV2.1 白箱认知引擎;Claude Code Engine 作为她的肢体执行文件 操作与代码编写;Electron 桌面应用呈现 Live2D 形象。六层记忆(对话→ 短期→长期→语义→知识→置顶)让她真正记住你。QQ/Telegram/Discord/飞书 全平台在线,20+ 种 YAML 人格支持运行时热替换。DeepSeek V4 驱动,多 模型池智能调度,蛛网子网统一消息路由。

baloo-bear
Agent

AI-powered code review agent for GitHub pull requests. Self-hosted GitHub App using PI.

Rising build29 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

AI-powered code review agent for GitHub pull requests. Self-hosted GitHub App using PI.

NanoAgent
Agent

Local-first AI coding agent for desktop, terminal, VS Code, Visual Studio, and CI code reviews.

Rising build27 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Local-first AI coding agent for desktop, terminal, VS Code, Visual Studio, and CI code reviews.

dailyup-second-brain-starter
Agent

An opinionated Obsidian second-brain template, built for long-term human-AI collaboration

Rising build26 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

An opinionated Obsidian second-brain template, built for long-term human-AI collaboration

FlyCrys
Agent

Native Linux GUI for Claude Code agents. Rust + GTK4. Fast, light, no Electron.

Rising build26 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Native Linux GUI for Claude Code agents. Rust + GTK4. Fast, light, no Electron.

pickle-rick-claude
Agent

Pickle Rick for Claude Code — autonomous PRD-driven coding loops + relentless code review. Ralph Loop toolkit.

Rising build26 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Pickle Rick for Claude Code — autonomous PRD-driven coding loops + relentless code review. Ralph Loop toolkit.

Compiler
Agent

Turns vague requests into structured prompts, execution plans, and policy-aware workflows — with readiness verdicts,...

Rising build25 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Turns vague requests into structured prompts, execution plans, and policy-aware workflows — with readiness verdicts, PR merge-safety checks, agent packs, and MCP tool exports. Offline-first, deterministic, provider-agnostic.

homelab-agent
Agent

Reference build for a self-hosted AI platform — persistent context, multi-agent workflows, and purpose-built agents o...

Rising build25 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Reference build for a self-hosted AI platform — persistent context, multi-agent workflows, and purpose-built agents on your own hardware

cogpit
Agent

Real-time dashboard for browsing, inspecting, and chatting with Claude Code agent sessions. Desktop & browser.

Rising build25 repo stars3 builder votes
Rising buildEarly proof is forming around this project before it turns obvious.
Claude CodeClaude Code

Real-time dashboard for browsing, inspecting, and chatting with Claude Code agent sessions. Desktop & browser.

ai-gene-review
Agent

Demonstration of AI review of existing functional annotations

Early signal24 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Demonstration of AI review of existing functional annotations

right-agent
Agent

agents that run on your claude subscription. multi-agent, sandboxed by default. polished telegram UI.

Early signal24 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

agents that run on your claude subscription. multi-agent, sandboxed by default. polished telegram UI.

aura-frog
Agent

Aura Frog — Claude Code plugin — 10 agents, 5-phase TDD workflow, 3-tier rules, 27 hooks. Stop prompting. Start shipp...

Early signal23 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Aura Frog — Claude Code plugin — 10 agents, 5-phase TDD workflow, 3-tier rules, 27 hooks. Stop prompting. Start shipping.

agentic-workflows
Agent

From Idea to Implementation: Agentic Engineering Workflows for Claude Code

Early signal23 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

From Idea to Implementation: Agentic Engineering Workflows for Claude Code

job-hunter
Agent

Automate your job search — find listings, score fit, tailor your resume, and draft cover letters with AI.

Early signal22 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Automate your job search — find listings, score fit, tailor your resume, and draft cover letters with AI.

sereja.tech
Agent

Блог про AI-агентов, вайбкодинг и паттерны Claude Code

Early signal21 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Блог про AI-агентов, вайбкодинг и паттерны Claude Code

deltoids
Agent

Diff filter that expands every hunk to include the enclosing function or block via tree-sitter. Pager for git, gh, or...

Early signal21 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Diff filter that expands every hunk to include the enclosing function or block via tree-sitter. Pager for git, gh, or lazygit; viewer for coding-agent edit traces.

lanekeep
Agent

Governance guardrails and insights for AI coding agents

Early signal20 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Governance guardrails and insights for AI coding agents

agentty
Agent

AI pair programming in your terminal — one static binary, sub-ms startup, any model

Early signal19 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

AI pair programming in your terminal — one static binary, sub-ms startup, any model

roamcode
Agent

Run and operate Claude Code on your own machine — fully remotely, from your phone or any browser. Self-hosted server...

Early signal19 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Run and operate Claude Code on your own machine — fully remotely, from your phone or any browser. Self-hosted server + installable PWA that drives the real claude CLI with your Claude subscription.

remote-coder
Agent

Run and operate Claude Code on your own machine — fully remotely, from your phone or any browser. Self-hosted server...

Early signal19 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Run and operate Claude Code on your own machine — fully remotely, from your phone or any browser. Self-hosted server + installable PWA that drives the real claude CLI with your Claude subscription.

fablever
Agent

Make any Claude model adopt Claude Fable 5's working style in Claude Code — always-on output style + zero-dependency...

Early signal19 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Make any Claude model adopt Claude Fable 5's working style in Claude Code — always-on output style + zero-dependency MCP + subagent injection. A style transplant, not a capability transplant.

ai
Agent

A productive AI coworker that learns, self-improves, and ships work.

Early signal18 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

A productive AI coworker that learns, self-improves, and ships work.

codehydra
Agent

Multi-Workspace IDE for Parallel AI Agent Development

Early signal18 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Multi-Workspace IDE for Parallel AI Agent Development

agentwire-dev
Agent

A self-hosted, keyboard-driven cockpit for running a whole fleet of Claude Code agents at once. Worktrees, command pa...

Early signal18 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

A self-hosted, keyboard-driven cockpit for running a whole fleet of Claude Code agents at once. Worktrees, command palette, scheduler, voice — every layer stacks, so you ship far more than hand-juggling terminals. Your machine, your keys, no telemetry.

clumsies
Agent

A persistent, observable, and collaborative context infrastructure

Early signal17 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

A persistent, observable, and collaborative context infrastructure

devflow
Agent

The most advanced agentic development toolkit for generating production-grade code. Ambient Orchestration, Working me...

Early signal17 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

The most advanced agentic development toolkit for generating production-grade code. Ambient Orchestration, Working memory that never forgets. Self-learning workflows. Install once, forget about it. Your code gets better automatically.

.agents
Agent

Centralized configuration for AI coding agents

Early signal17 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Centralized configuration for AI coding agents

agentgui
Agent

Multi-agent GUI for AI coding assistants — Claude Code, Gemini CLI, OpenCode & more. npx agentgui

Early signal16 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Multi-agent GUI for AI coding assistants — Claude Code, Gemini CLI, OpenCode & more. npx agentgui

Archie
Agent

Architecture rules your AI coding agent can't break — generates AGENTS.md, per-folder CLAUDE.md, and Claude Code hook...

Early signal16 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Architecture rules your AI coding agent can't break — generates AGENTS.md, per-folder CLAUDE.md, and Claude Code hooks from your codebase.

claw-fleet
Agent

Mission control for your Claude Code agents.

Early signal15 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Mission control for your Claude Code agents.

superpowers-v
Agent

Compound V — sidekick to Superpowers. Triple parallel pre-flight (code archaeology + domain-expert with audience sear...

Early signal15 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Compound V — sidekick to Superpowers. Triple parallel pre-flight (code archaeology + domain-expert with audience search + library/doc validator via Context7), Disjoint File Partition Map, batched parallel Opus dispatch. Auto-intercepts brainstorming → writing-plans → execution transitions.

claudeme
Agent

ClaudeMe - 终端里的另一个你。基于 Claude Code,支持任意 OpenAI Compatible API,多厂商多模型,零确认开干。不只是编程工具,是你的赛博分身。 | Your digital twin in th...

Early signal15 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

ClaudeMe - 终端里的另一个你。基于 Claude Code,支持任意 OpenAI Compatible API,多厂商多模型,零确认开干。不只是编程工具,是你的赛博分身。 | Your digital twin in the terminal. A Claude Code fork with multi-provider & zero-confirmation mode.

neo
Agent

The best minimalist coding agent harness and agent orchestrator.

Early signal15 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

The best minimalist coding agent harness and agent orchestrator.

CCWhat
Agent

AgentLens(CCWhat):一个用于解析和观测 Claude Code 等coding agent的会话日志的工具,帮助追踪消息、工具调用、成本、文件变更和 Agent 行为。

Early signal15 repo stars2 builder votes
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

AgentLens(CCWhat):一个用于解析和观测 Claude Code 等coding agent的会话日志的工具,帮助追踪消息、工具调用、成本、文件变更和 Agent 行为。

roster
Agent

A multi-agent Claude Code framework for running role-based agents across GTM, product, design, and ops — with plans,...

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

A multi-agent Claude Code framework for running role-based agents across GTM, product, design, and ops — with plans, project substrate, and a reinforcement loop that compounds learning.

cekernel
Agent

Parallel agent infrastructure for Claude Code. Modeled after the OS process model, it distributes, monitors, and reap...

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Parallel agent infrastructure for Claude Code. Modeled after the OS process model, it distributes, monitors, and reaps issues via independent Workers.

hexgraph
Agent

Self-hosted, agentic vulnerability research for binaries & firmware: an AI agent decompiles, fuzzes, and verifies exp...

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Self-hosted, agentic vulnerability research for binaries & firmware: an AI agent decompiles, fuzzes, and verifies exploits inside a sandbox, recording every finding to a typed graph. BYOK, fully local.

mypeople
Agent

mypeople — a tiny multi-agent orchestration runtime for Claude Code, packaged as a single seed.md you paste into a fr...

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

mypeople — a tiny multi-agent orchestration runtime for Claude Code, packaged as a single seed.md you paste into a fresh container

ccdash
Agent

Lightweight TUI dashboard for Claude Code token usage, agent sessions, and system resources. Go.

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Lightweight TUI dashboard for Claude Code token usage, agent sessions, and system resources. Go.

catalyst
Agent

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Val...

Early signal14 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

my-free-agents
Agent

use claudecode free forever!!

Early signal13 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

use claudecode free forever!!

rayline
Agent

Open-source local router for coding agents, connecting Claude Code to cloud and local on-device models.

Early signal13 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Open-source local router for coding agents, connecting Claude Code to cloud and local on-device models.

tdder
Agent

A Claude Code plugin that guides AI agents through disciplined Test-Driven Development and Clean Code practices.

Early signal13 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

A Claude Code plugin that guides AI agents through disciplined Test-Driven Development and Clean Code practices.

fable5-orchestrator
Agent

Keep Claude Fable 5 (or Opus) as your daily driver without draining your usage limit — token-frugal multi-agent orche...

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Keep Claude Fable 5 (or Opus) as your daily driver without draining your usage limit — token-frugal multi-agent orchestration plugin for Claude Code: model-tier routing, Requirements Ledger, enforced guard hooks

specmanager
Agent

Spec-driven development plugin for Claude Code. SpecManager gives you an agile AI team that takes a feature from inte...

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Spec-driven development plugin for Claude Code. SpecManager gives you an agile AI team that takes a feature from interview → PRD → Architecture → Design → Plan → Build → Walkthrough.

mvp-claude-code
Agent

一个仿claude code项目 为后端实习而生

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

一个仿claude code项目 为后端实习而生

persona-shell
Agent

把你最顺手的 agent 当虾养

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

把你最顺手的 agent 当虾养

marvis
Agent

The Company Brain your agents install — use your coding agent to run projects and coordinate agents, not just code. C...

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

The Company Brain your agents install — use your coding agent to run projects and coordinate agents, not just code. Cross-project knowledge graph + immutable audit, self-hosted & EU-resident. BSL 1.1 → Apache 2.0.

joycraft
Agent

CLI + Claude Code plugin that scaffolds and upgrades AI development harnesses — from vibe coding to autonomous spec-d...

Early signal12 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

CLI + Claude Code plugin that scaffolds and upgrades AI development harnesses — from vibe coding to autonomous spec-driven development

ai-berkshire
Agent

Automate professional investment research by applying value investing principles from Buffett and Munger through Clau...

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Automate professional investment research by applying value investing principles from Buffett and Munger through Claude AI agents.

cybercode
Agent

整合 Claude Code 编程能力与 Hermes Agent 自进化能力的智能体 / An AI agent combining Claude Code coding capabilities with Hermes Agent...

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

整合 Claude Code 编程能力与 Hermes Agent 自进化能力的智能体 / An AI agent combining Claude Code coding capabilities with Hermes Agent self-evolution.

vex
Agent

Fast hybrid code search built for AI agents

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Fast hybrid code search built for AI agents

coral
Agent

Teach Claude Code how you code - conventions, workflow, debate

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Teach Claude Code how you code - conventions, workflow, debate

soleur
Agent

The Company-as-a-Service platform. Build, ship, and scale -- powered by AI teams.

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

The Company-as-a-Service platform. Build, ship, and scale -- powered by AI teams.

kairn
Agent

Context-aware knowledge engine for AI assistants

Early signal11 repo stars1 builder vote
Early signalNew enough that sharp builders can still get ahead of the crowd here.
Claude CodeClaude Code

Context-aware knowledge engine for AI assistants

Load more expand_more144/148
add Submit Project