Skip to content

Instantly share code, notes, and snippets.

View IndieDevYulin's full-sized avatar

Yulin Ye IndieDevYulin

View GitHub Profile
@IndieDevYulin
IndieDevYulin / introspect.md
Last active November 27, 2025 07:09
/introspect - Claude Code slash command for pure introspection - answers questions using only current context (no tools, no files, no searches)
description Answer questions using only current context - no tools, no files, no searches (pure introspection for self-reflection)
allowed-tools

Answer the user's question using only information already present in your context window.

CRITICAL RESTRICTIONS:

  • Do NOT use any tools
  • Do NOT read any files
# Railscast
http://railscasts.com/episodes/308-oh-my-zsh
# Install Zsh
sudo apt-get update && sudo apt-get install zsh
# Install Oh-my-zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
# Make ZSH default shell