SkillAgentSearch skills...

Erk

erk is a tool for the orchestration and management of plan-oriented agentic engineering.

Install / Use

/learn @dagster-io/Erk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

erk

erk is a CLI tool for plan-oriented agentic engineering: create implementation plans with AI, save them to GitHub, execute them in isolated worktrees, and ship code via automated PR workflows.

For the philosophy and design principles behind erk, see The TAO of erk.

Quick Start

# Install prerequisites: python 3.10+, claude, uv, gt, gh

# Install erk in your project
uv add erk && uv sync

# Initialize in your repo
erk init

# Verify setup
erk doctor

Then follow Your First Plan to learn the workflow.

The Workflow

The primary workflow: plan → save → implement → ship. Often completes without touching an IDE.

# 1. Plan (in Claude Code)
claude
# → develop plan → save to GitHub issue #42

# 2. Implement
erk implement 42

# 3. Submit PR
erk pr submit

# 4. Address feedback
/erk:pr-address

# 5. Land
erk land

See The Workflow for the complete guide.

Documentation

| Section | Description | | ---------------------------- | ---------------------------------------- | | Tutorials | Setup, installation, first plan tutorial | | Topics | Worktrees, stacked PRs, plan mode | | How-to Guides | Workflows for common tasks | | Reference | Commands, configuration, file locations | | FAQ | Common questions and troubleshooting |

Related Skills

View on GitHub
GitHub Stars79
CategoryDevelopment
Updated14h ago
Forks8

Languages

Python

Security Score

95/100

Audited on Apr 9, 2026

No findings