Skip to content

v3.1.0 — loop-forge + beginner-friendly README

Latest

Choose a tag to compare

@sangrokjung sangrokjung released this 30 Jun 07:31

v3.1.0 — loop-forge + beginner-friendly README

✨ New

  • loop-forge skill + command — turn a one-line repetitive task into a reusable, self-guarding slash command. It diagnoses the task into one of 5 loop shapes (Batch / Pipeline / Refine / Watch / Explore), interviews you for the blanks, and auto-injects two safety devices most people forget: an independent verifier (maker ≠ checker) and a hardstop (a budget/count/cooldown ceiling). Skills 24 → 25, commands 33 → 34.

📖 Docs

  • Beginner-friendly rewrite of the README (English & Korean) — plain-language analogies (oh-my-zsh for Claude Code), jargon explained in parentheses, and 3 diagrams (what's inside / install in 3 steps / development workflow).

Install

curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash

Or as a plugin: /plugin marketplace add sangrokjung/claude-forge/plugin install claude-forge

Full changelog: v3.0.2...v3.1.0