Relevant open-source projects, with the adoption signal separated from the headline.
Open Source Radar+127 stars today
Claude Code remains a major agentic-coding draw
Summary Anthropic’s terminal-first coding agent handles routine tasks, codebase explanation, and Git workflows through natural-language commands.
The details
- Claude Code is designed to understand a codebase and execute routine coding tasks from natural-language commands.
- The repository says Claude Code can explain complex code.
- The repository says Claude Code can handle Git workflows.
- It supports terminal and IDE use, plus GitHub interaction through @claude.
- The project says npm installation is deprecated.
- Recommended installation includes Anthropic’s install script, Homebrew, or Windows winget.
- GitHub Trending reported 127 stars today and 142,697 total stars.
Open Source Radar+150 stars today
Tencent AI-Infra-Guard targets agent ecosystem red teaming
Summary The platform scans agents, skills, MCP integrations, AI infrastructure, and jailbreak exposure.
The details
- AI-Infra-Guard is a full-stack AI red-teaming platform from Tencent.
- Its stated coverage includes Agent Scan, Skills Scan, MCP scan, AI Infra scan, and LLM jailbreak evaluation.
- The repository links research on AI-Infra-Guard and MCP security.
- GitHub Trending recorded 150 stars today; the supplied snapshot showed 5,642 total stars.
Open Source Radar+1,544 stars today
Codex terminal coding agent gains 1,544 GitHub stars
Summary OpenAI’s local coding agent offers terminal, IDE, desktop, and package-manager installation paths.
The details
- Codex is an OpenAI coding agent that runs locally on a developer’s computer.
- The CLI supports macOS, Linux, and Windows installers.
- It also supports npm and Homebrew installation.
- Standalone installers default to releases.openai.com.
- They fall back to GitHub Releases if metadata or asset downloads fail.
- GitHub Trending recorded 1,544 stars today; the supplied snapshot showed 114,613 total stars.
Open Source Radar+411 stars today
ECC packages coding-agent harness conventions
Summary Skills, memory, security, and research-first practices for coding-agent environments.
The details
- ECC describes itself as an agent-harness performance optimization system.
- The repository covers skills, instincts, memory, security, and research-first development practices.
- Target environments include Claude Code, Codex, OpenCode, Cursor, and other coding-agent setups.
- GitHub Trending reported 411 stars today and 242,343 total stars.
- The repository is primarily JavaScript.
Open Source Radar+286 stars today
PostHog targets agent-ready product telemetry
Summary PostHog's open-source platform combines AI observability, analytics, replay, experiments, and operational signals.
The details
- PostHog combines AI observability, product analytics, session replay, feature flags, experiments, error tracking, and logs.
- It captures context for product-building agents to diagnose problems, identify opportunities, and propose or ship fixes.
- Teams can steer the platform from Slack, web, desktop, or through MCP.
- GitHub Trending reported 286 stars today and 38,747 total stars.
Open Source Radar+592 stars today
Superpowers standardizes agentic SDLC skills
Summary Composable skills standardize design, planning, TDD, review, and subagent execution across coding agents.
The details
- The workflow elicits and validates a design before implementation.
- Approved designs become implementation plans with 2 to 5 minute tasks.
- Plans specify file paths, code, and verification steps.
- Its implementation skill requires RED-GREEN-REFACTOR.
- Subagents perform separate specification-compliance and code-quality reviews.
- The repository documents installation for Claude Code, Codex, Cursor, Devin, Gemini, Copilot, Grok, OpenCode, Pi, and Hermes.
Open Source Radar+315 stars today
Karpathy guidelines define four Claude Code constraints
Summary A reusable CLAUDE.md turns coding-agent failure modes into operating rules.
The details
- The four principles are Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution.
- The guidelines require agents to surface assumptions and tradeoffs when requests are ambiguous.
- They discourage unrequested features and single-use abstractions.
- They discourage unrelated refactors and deleting pre-existing dead code.
- Goal-Driven Execution converts requests into verifiable success criteria.
- Criteria include tests that reproduce defects or cover invalid inputs.
- The source documents a Claude Code plugin and per-project CLAUDE.md installation.
Open Source Radar+149 stars today
n8n Gains GitHub Attention for AI Automation
Summary Fair-code n8n builds AI agents with visual workflows, code, model flexibility, and self-hosting.
The details
- GitHub Trending recorded 149 stars today; the TypeScript repository has 202,032 total stars.
- n8n supports multi-step AI workflows and agents using users' own data, models, and tools.
- n8n supports OpenAI, Anthropic, Google, and open-source models without an architectural rewrite when users switch providers.
- n8n combines a visual canvas with JavaScript and Python.
- Users can add npm packages to n8n workflows.
- n8n provides role-based access and audit trails.
- n8n includes 1,500+ integrations.