erk-gt

Installation
SKILL.md

Erk Graphite Patterns

This skill supplements the official graphite skill with erk-specific patterns. Load graphite first for base command reference and workflows.

CRITICAL: Always Use --no-interactive

NEVER invoke any gt command without --no-interactive. This is a global flag inherited by every gt command — not a per-command option.

Without --no-interactive, gt may open prompts, pagers, or editors that hang indefinitely in agent/CI contexts. The --force flag does NOT prevent prompts — you must use --no-interactive separately.

# WRONG - may hang waiting for user input
gt sync
gt submit --force
gt track --parent main

# CORRECT - always pass --no-interactive
gt sync --no-interactive
gt submit --no-interactive
Related skills
Installs
5
Repository
dagster-io/erk
GitHub Stars
81
First Seen
Mar 21, 2026