haejwo-setup

Configure the haejwo plugin for Claude Code and Codex hosts.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/jungzuna/haejwo --skill haejwo-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haejwo-setup
Source: https://github.com/jungzuna/haejwo/tree/main/haejwo/codex-skills/haejwo-setup
Command: npx skills add https://github.com/jungzuna/haejwo --skill haejwo-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit configures the haejwo plugin for a Claude Code or Codex host, setting up model tiers, edit budget, bash-guard, and an optional independent reviewer.

Core Features & Use Cases

  • Model Tier Configuration: Set up the desired model tiers for processing tasks based on the host model.
  • Edit Budget: Define the number of files or turns for editing tasks.
  • Bash-Guard: Protect the main agent from writing to code files.
  • Independent Reviewer: Configure an optional independent reviewer for quality assurance.

Quick Start

Run /haejwo:setup to configure the haejwo plugin.

Frequently Asked Questions about haejwo-setup

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

FAQPage Schema
How do I configure model tiers and edit budgets for Claude Code?

You can configure model tiers and edit budgets for Claude Code by running the `/haejwo:setup` command, which interactively prompts you to set your desired processing tiers and file editing limits.

What is a bash guard and when do I need it for my AI coding agent?

A bash guard is a protective configuration that prevents the main AI agent from writing directly to code files. You need it when you want to restrict autonomous file modifications during processing tasks.

Can I set up an independent reviewer for quality assurance in Codex host?

Yes, you can set up an independent reviewer for quality assurance in a Codex host by enabling the optional reviewer setting during the haejwo plugin configuration process.

How do I limit the number of files an AI agent can edit?

To limit the number of files or turns an AI agent can edit, configure the edit budget setting during your haejwo setup to define strict boundaries for editing tasks.

Does haejwo setup require any dependencies to run?

No, haejwo setup does not require any external dependencies to run. It operates independently through scripts to configure your host environment directly.