setup

Locate or download the Super Resume binary and configure terminal PATH integration.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/chungchihhan/super-resume --skill setup-chungchihhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/chungchihhan/super-resume/tree/main/skills/setup
Command: npx skills add https://github.com/chungchihhan/super-resume --skill setup-chungchihhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solve setup friction by locating or downloading the Super Resume binary and pairing it with your preferred terminal.

Core Features & Use Cases

  • Detects whether the binary is present locally or in the plugin marketplace and guides the user to install or symlink as needed.
  • Verifies PATH configuration and suggests terminal integration steps for Warp, iTerm2, Terminal, Kitty, or Alacritty.
  • Automates a repeatable setup flow for new environments and CI-like contexts.

Quick Start

Run the setup to install or link the super-resume binary and configure your terminal.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure Super Resume for my terminal shell?

To configure Super Resume for your terminal, this setup locates or downloads the binary and pairs it with your preferred shell. It validates your PATH configuration and suggests integration steps for terminals like Warp, iTerm2, or Kitty.

Do I need curl and tar to install the Super Resume binary?

Yes, you need curl and tar to install the Super Resume binary. The setup requires a Unix-like environment with these standard shell tools to download the archive and extract the executable for your terminal.

How does binary path validation work during terminal configuration?

Path validation during terminal configuration checks whether the Super Resume binary is present locally or in the plugin marketplace. It verifies your PATH environment variable and guides you to symlink the binary if it is not immediately executable.

Can I automate Super Resume setup for CI-like contexts?

Yes, you can automate Super Resume setup for CI-like contexts. The setup flow is repeatable, allowing new environments to automatically locate the binary, validate paths, and apply terminal configuration without manual intervention.

What is the best way to resolve Super Resume binary setup friction?

The best way to resolve Super Resume binary setup friction is using an automated flow that detects local binaries, downloads missing versions via curl, and handles symlinking. This ensures your terminal integration is correctly configured.

Why does Super Resume not work after downloading the binary?

Super Resume may not work after downloading if your PATH configuration is invalid or symlinking steps were skipped. The setup process specifically validates these environment variables and plugin-bin paths to ensure the terminal can locate the executable.