setup-cdk-shell

Configures Claude Code shell with Oh My Zsh, Powerlevel10k, MesloLGS NF fonts, CLI completions, aliases, and backup/merge adaptation workflow.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/auge2u/claude-dev-kit --skill setup-cdk-shell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-cdk-shell
Source: https://github.com/auge2u/claude-dev-kit/tree/main/skills/shell
Command: npx skills add https://github.com/auge2u/claude-dev-kit --skill setup-cdk-shell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a complete, ready-to-use shell environment optimized for Claude Code development, streamlining shell setup and ensuring consistent productivity tooling.

Core Features & Use Cases

  • Install Oh My Zsh and the Powerlevel10k theme for a visually informative shell prompt.
  • Install MesloLGS NF fonts and configure font usage across terminal apps.
  • Add Claude CLI completions and convenient aliases to accelerate workflows.
  • Include adaptation logic to backup existing config and merge with minimal disruption.

Quick Start

Run the standalone installer or integrate with Claude Code to bootstrap a complete shell setup including zsh, Oh My Zsh, Powerlevel10k, MesloLGS NF fonts, Claude CLI completions, and productivity aliases.

Frequently Asked Questions about setup-cdk-shell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up zsh for Claude Code development?

Zsh setup for Claude Code involves installing Oh My Zsh, the Powerlevel10k theme, MesloLGS NF fonts, and Claude CLI completions. This skill automates that configuration and adds productivity aliases to streamline workspace onboarding.

What is the best way to bootstrap a new machine with Oh My Zsh and Powerlevel10k?

Bootstrapping Oh My Zsh and Powerlevel10k is best handled by an automated installer that configures the theme, installs MesloLGS NF fonts, and merges Claude CLI completions. This skill provides a standalone installer that backs up existing configs before applying changes.

How do I install MesloLGS NF fonts for my terminal prompt?

Installing MesloLGS NF fonts requires downloading the font files and configuring your terminal application to use them. This skill automates the font installation and terminal configuration needed for Powerlevel10k glyphs to render correctly.

Does this shell setup overwrite my existing zsh configuration?

This shell setup does not blindly overwrite existing zsh configurations. It includes adaptation logic that prompts you to back up your current config files before merging new settings, minimizing disruption to your environment.

Do I need Claude CLI completions to use zsh with Claude Code?

Claude CLI completions are not strictly required to run zsh, but adding them accelerates workflows by enabling tab-completion for Claude commands. This skill integrates those completions alongside Oh My Zsh and Powerlevel10k for an optimized workspace.