Skip to content

Instantly share code, notes, and snippets.

@jeromeku
jeromeku / setup-claude-code.md
Created January 20, 2026 15:19 — forked from SilenNaihin/setup-claude-code.md
Claude Code: Global setup command - installs plugins, commands, agents

Setup Claude Code

You are setting up Claude Code globally on this machine. This captures best practices from agentic coding workflows.

Step 0: Check Existing Setup

First, check what's already configured:

ls ~/.claude/commands/ 2>/dev/null
@jeromeku
jeromeku / update-claudemd.md
Created January 20, 2026 15:18 — forked from SilenNaihin/update-claudemd.md
Claude Code: Update CLAUDE.md with recent learnings

Update CLAUDE.md

You are updating this project's CLAUDE.md to reflect recent changes or learnings.

Context

This is being run after:

  • Adding new patterns or conventions
  • Discovering gotchas worth documenting
  • Changing project structure
@jeromeku
jeromeku / setup-repo.md
Created January 20, 2026 15:18 — forked from SilenNaihin/setup-repo.md
Claude Code: Repo Setup command with CLAUDE.md, tooling, and Ralph

Repository Setup

Initialize a new repository with proper structure and configuration.

Context

This command runs AFTER planning is complete. You should already have:

  • A clear understanding of the project requirements
  • A plan for implementation (either in your context or written to a plan file)
  • Knowledge of the tech stack and architecture
@jeromeku
jeromeku / commit-smart.md
Created January 20, 2026 15:18 — forked from SilenNaihin/commit-smart.md
Claude Code: Atomic Git Commit command for multi-agent workflows

Atomic Git Commit

Create an atomic git commit for the changes made in this session.

Instructions

  1. First, run git status to see all changes (staged, unstaged, and untracked files).

  2. Identify only the files you touched in this session. Do not commit files modified by other agents or processes.

@jeromeku
jeromeku / codex-delegate.md
Created January 20, 2026 15:18 — forked from SilenNaihin/codex-delegate.md
Claude Code: Delegate tasks to OpenAI Codex agent
description
Delegate a coding task to OpenAI Codex agent for autonomous execution

You are delegating a coding task to a headless Codex agent. Codex will do the actual implementation work.

Your Task

  1. Identify the task from conversation context
  2. Read CLAUDE.md and inject context directly into the prompt
@jeromeku
jeromeku / ensemble-opinion.md
Created January 20, 2026 15:18 — forked from SilenNaihin/ensemble-opinion.md
Claude Code: Multi-model ensemble opinions (Claude + Gemini + Codex)
description
Get multi-model opinions on a problem (Claude + Gemini + Codex)

You are orchestrating an ensemble of AI models to analyze a problem from multiple angles.

Your Task

  1. Identify the problem from conversation context
  2. Run ALL THREE models in PARALLEL using the Task tool
@jeromeku
jeromeku / debug.md
Created January 20, 2026 15:18 — forked from SilenNaihin/debug.md
Claude Code: Debug command for systematic debugging

Debug

You are stuck on a thorny issue. Take your time. Be comprehensive—thoroughness beats speed here.

Your Approach

  1. Create hypotheses - List all possible causes for what's wrong. Don't jump to conclusions.
  2. Read all related code - Read ALL code that could be related. Take your time. Don't skim.
  3. Add strategic logging - Add console.log statements to verify your assumptions about what's actually happening.
  4. Ultrathink - Think step by step through the problem. Consider edge cases.
@jeromeku
jeromeku / interview-me-planmd.md
Created January 20, 2026 15:18 — forked from SilenNaihin/interview-me-planmd.md
Claude Code: Interview Me for Plan - in-depth planning interviews

Interview Me for Plan

Read @plan.md and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc.

Make sure the questions are not obvious.

Be very in-depth and continue interviewing me continually until it's complete, then write the plan to the file.

@jeromeku
jeromeku / transfer-context.md
Created January 20, 2026 15:18 — forked from SilenNaihin/transfer-context.md
Claude Code: Transfer Context command for new chat sessions

Transfer Context

Prepare context for a new chat session when this one is degraded or hitting limits.

Output Format

## Context Transfer

### Summary

Claude Agent SDK Technical Specification

Version: 1.0.0 Protocol Version: 2024-11-05 Last Updated: 2026-01-10

Table of Contents

  1. Overview
  2. Architecture