agentsclimarketplace

Hforge refresh

Skill ldilov/harness-forge/skills/hforge-refresh

AI coding agent runtime that makes LLMs understand your codebase with repository-aware context, memory, and continuous learning

Install
npx -y skills add ldilov/harness-forge --skill hforge-refresh

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

refresh shared runtime summaries and generated harness forge artifacts after install changes, repo changes, or stale analysis state. use when the runtime is present but outdated, incomplete, or no longer trustworthy.

SKILL.md

1.6 KB, as published. Nobody here has run it

HForge Refresh

Trigger Signals

  • runtime summaries are stale after installs or content changes
  • repo-intelligence artifacts no longer match the current repository state
  • the user explicitly asks to refresh the project-owned runtime
  • a later review or analysis should not rely on outdated runtime state

Inspect First

  • .hforge/runtime/index.json
  • .hforge/generated/agent-command-catalog.json
  • .hforge/runtime/repo/

Workflow

  1. run hforge refresh --root . --json
  2. follow with hforge status --root . --json when install-state confirmation matters
  3. summarize regenerated artifacts, remaining gaps, and the best next action

Output Contract

  • confirmation that refresh ran or why it could not
  • refreshed runtime artifacts and any remaining missing prerequisites
  • the next command to run, usually /hforge-analyze or /hforge-review

Validation Path

  • hforge refresh --root . --json
  • hforge status --root . --json

Failure Modes

  • the repo is not initialized
  • required runtime files or launchers are missing
  • refresh cannot reconcile the current install state

Escalation

  • escalate when refresh cannot complete without a fresh bootstrap
  • escalate when runtime summaries regenerate but still disagree with the repo

References

  • skills/hforge-refresh/references/refresh-order.md
  • skills/hforge-refresh/references/output-contract.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.