You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin Format — Restructured repo as a Claude Code plugin with .claude-plugin/plugin.json manifest and marketplace.json for marketplace distribution. Install via /plugin marketplace add hatmanstack/claude-forge
Skill Run Manifest — Every skill logs a run entry to .claude/skill-runs.json on completion, tracking skill name, date, plan directory, and pipeline verdict across projects
Changed
Skills Location — Moved from .claude/skills/ to skills/ at repo root (plugin format requirement). All internal path references updated
GAN Framing — Replaced "applies GAN principles" and "GAN-style loops" with "adapts the adversarial feedback loop from GAN architecture" and "adversarial loops" throughout. Aligns repo language with external content (freeCodeCamp article, blog post)
README — Documents both plugin install (/plugin install forge@claude-forge) and standalone install (cp -r skills/). Updated file structure diagram