vtrivedy

Stranger Code — AI skill for Claude Code

AI community

Enter the upside down with a Stranger Things themed AI coding TUI powered by deepagents.

How to install Stranger Code

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vtrivedy/stranger-code and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Stranger Code does

Enter the upside down with a Stranger Things themed AI coding TUI powered by deepagents! We add some fun themes & easter eggs to the great deepagents-cli. If you want to build something cool like this (or agents generally), check out the deepagents repo!

Alternatives in AI

  • Architecture Diagram Generator — Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files 7k ★
  • Agentrq — AgentRQ: Human-in-loop realtime conversational task manager for AI Agents 1.1k ★
  • Gptaku Plugins — A Claude Code plugin marketplace for people who want to become AI Native 1.1k ★

README

Stranger Code

Python License Vibe

https://github.com/user-attachments/assets/2ed1e621-85d7-417c-b24e-ec0ed83ed735

"Stranger-Code is bitchin." - Eleven probably

A Stranger Things themed AI coding TUI powered by deepagents.
This project basically just adds some fun themes & easter eggs to the great deepagents-cli.
If you want to build something cool like this (or agents generally), check out the deepagents repo!

---

Features

  • Joyce's Christmas Lights - Use /christmas to communicate between Hawkins & the Upside Down with lights.
  • Vecna Mode - Auto-approve for autonomous coding (dangerous!)
  • Upside Down Portal - Animated splash sequence on startup
  • Mouthbreather Mode - Manual approval for safety
  • Stranger Things Aesthetic - Red neon everything

Quick Start

1. Set up your API key

# Pick one (Anthropic is default)
export ANTHROPIC_API_KEY=your_key_here
export OPENAI_API_KEY=your_key_here
export GOOGLE_API_KEY=your_key_here

# Optional: for web search
export TAVILY_API_KEY=your_key_here

2. Install & Run

git clone https://github.com/vtrivedy/stranger-code.git
cd stranger-code

# Install with uv (recommended)
uv sync

# Run
uv run stranger-code

That's it. The Gate is open.


Usage

# Normal (with intro sequence)
uv run stranger-code

# Skip the intro
uv run stranger-code --no-splash