# Hforge Refresh

> ---

- Skill: `ldilov/hforge-refresh-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ldilov/hforge-refresh-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ldilov/hforge-refresh-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ldilov (https://skillmd.com/u/ldilov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ldilov/hforge-refresh-2

---

﻿---
name: "hforge-refresh"
description: "Refresh Harness Forge runtime summaries and generated state after install changes, content updates, or stale repo-intelligence artifacts."
compatibility: "Requires a repository where Harness Forge runtime artifacts already exist or can be bootstrapped."
metadata:
  author: "harness-forge"
  source: "skills/hforge-refresh/SKILL.md"
---

## User Input

```text
$ARGUMENTS
```

You must consider the user input before proceeding.

## Goal

Regenerate the shared runtime summaries and report what changed.

## Execution

1. Treat the text after `/hforge-refresh` as optional focus notes.
2. Run `hforge refresh --root . --json`.
3. Run `hforge status --root . --json` after refresh when install-state confirmation matters.
4. Summarize refreshed runtime artifacts, any missing prerequisites, and the best next command.
5. If refresh fails because the repo is not initialized, recommend `/hforge-init` as the next step.

