Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spences10 avatar

Terminal Optimization

  • 21 installs
  • 35 repo stars
  • Updated April 29, 2026
  • spences10/claude-code-toolkit

Helps with ai & agent building tasks.

About

terminal-optimization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • terminal-optimization
  • AI & Agent Building
  • AI-coding skill

Terminal Optimization by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #10,307 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/claude-code-toolkit --skill terminal-optimization

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars35
Last updatedApril 29, 2026
Repositoryspences10/claude-code-toolkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Terminal Optimization

Configure terminal environment for effective Claude Code usage.

Ghostty Configuration

Ghostty works well with Claude Code. Key settings:

# ~/.config/ghostty/config
font-family = JetBrains Mono
font-size = 14
window-padding-x = 10
window-padding-y = 10
cursor-style = bar
shell-integration = detect

See ghostty-config.md for full config.

Statusline

Display context usage and git info in shell prompt. Useful for:

  • Tracking Claude Code context consumption
  • Current git branch/status at a glance
  • Session identification

See statusline-setup.md for starship/oh-my-zsh configs.

Voice Dictation

macOS: Press fn key twice to toggle dictation. Tips:

  • Speak punctuation explicitly ("comma", "period", "new line")
  • Pause briefly before/after commands
  • Works in any text field including terminal

See voice-dictation.md for detailed tips.

Tab Naming

Name terminal tabs by project/task:

# Set tab title (most terminals)
echo -ne "\033]0;my-project\007"

# Or use terminal-specific shortcuts
# Ghostty: Cmd+Shift+I
# iTerm2: Cmd+I

tmux for Worktrees

Use tmux sessions per git worktree:

# Create session for worktree
tmux new-session -s feature-branch -c ~/repos/project-feature

# Attach to existing
tmux attach -t feature-branch

Each worktree gets isolated Claude Code context.

References

  • ghostty-config.md - Full Ghostty configuration
  • statusline-setup.md - Prompt/statusline setup
  • voice-dictation.md - Voice input tips

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.