Claude Terminal Examples — Development skill for Claude Code
Claude terminal examples: session walkthroughs following the Claude Code quickstart, with prompts to type.
How to install Claude Terminal Examples
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open heygen-dev/claude-terminal-examples and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Terminal Examples does
Claude terminal examples: session walkthroughs following the Claude Code quickstart, with prompts to type.
Alternatives in Development
- Anthropic Cookbook — Official examples and guides from Anthropic 36.3k ★
- Commerce Agents — Reference blueprint for building shopping and merchant agents with Claude 2.6k ★
- Contributing To Claude Code Skills & Agents Factory — Thank you for your interest in contributing 617 ★
README
Claude terminal examples
*Unofficial community examples for Claude Code in the terminal. Not affiliated with Anthropic. All trademarks belong to their owners.*
These claude terminal examples are session walkthroughs, not code. Claude Code is driven by what you type at it, so the reusable artifact is a sequence of prompts with a note on what to expect after each one. The three files follow the shape of Anthropic's [quickstart](https://code.claude.com/docs/en/quickstart): a first session (Steps 3 to 5), using Git with Claude Code (Step 6), and fixing a bug or adding a feature (Step 7). Install and log in first using the [terminal guide for new users](https://code.claude.com/docs/en/terminal-guide) or the quickstart's Steps 1 and 2; the walkthroughs do not repeat the install command because it depends on your operating system and may change.
Rather have a website or an Expo app built for you from a prompt? [Try Begin.sh - turn a prompt or a URL into a downloadable static site or Expo app](https://begin.sh?utm_source=github&utm_medium=ugc&utm_campaign=claude-terminal-examples&utm_content=readme-top&utm_term=tier-r). No terminal, hosting, backend or auth.
Files
| Path | What it shows |
|---|---|
| examples/first-session.md | a first session: orient in a project, ask questions, make one small change |
| examples/git-with-claude-code.md | using Git through Claude Code: review, stage, commit, without losing track of what changed |
| examples/fix-a-bug.md | a reproducible bug report as a prompt, and how to keep the fix small |
Setup
Nothing to export. You need Claude Code installed and logged in (quickstart Steps 1 and 2), and a project folder to open it in. Before the first walkthrough, read the [permissions](https://code.claude.com/docs/en/permissions) and [permission modes](https://code.claude.com/docs/en/permission-modes) pages once, so you know what it will ask before editing or running anything.
First session
`examples/first-session.md` starts
Related Skills
Dsh Crew
Watch Claude Code and Codex work inside dsh: each gets a real terminal pane in your session's workspace that y
Create Flow
Interactive scaffolding command that creates custom agents, commands, skills, and hooks following project conv
Update Prompts
Adapts prompt examples to the current project by replacing generic references with real codebase examples.
Claude Prompt Queue
Queue prompts in Claude Code. Type 'next: ' to queue tasks that auto-execute after the current one finishes.
Device Control Agent
You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation
Claude Notch
Approve Claude Code from your Mac's notch. A native SwiftUI menu-bar app that surfaces Claude Code permission
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Agent Docs Writer
Use this agent when you need to create or improve technical documentation for Claude Code agents, including sy
Agent Prompt Reviewer
Use this agent when you need to evaluate and score Claude Code sub-agent prompts for quality and effectiveness