kyzdes

Fang Upgrade Skill — Git skill for Claude Code

Git community

Operator manual for fang-upgrade — the patched OpenFang v0.6.9 fork (github.com/kyzdes/fang-upgrade).

How to install Fang Upgrade Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kyzdes/fang-upgrade-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Fang Upgrade Skill does

Operator manual for fang-upgrade — the patched OpenFang v0.6.9 fork (github.com/kyzdes/fang-upgrade). The only maintained OpenFang skill: openfang-skill, openfang-skill-vanilla and openfang-skill-private were archived 2026-08-22 and folded in here.

Alternatives in Git

  • Operator OSS — Run many Claude Code (or Codex) sessions in parallel — across every project — from one screen 202 ★
  • Claude Agent SDK Java — No longer maintained — active development moved to https://github.com/markpollack/claude-agent-sdk-java 70 ★
  • Commit Fast — by steadycursor - Automates git commit process by selecting the first suggested message, generating structured 65 ★

README

fang-upgrade-skill

Operating manual for [**fang-upgrade**](https://github.com/kyzdes/fang-upgrade) — a patched fork of OpenFang v0.6.9 — written for an AI agent operating a live install.

This was the fork-aware companion to [openfang-skill](https://github.com/kyzdes/openfang-skill), which documented stock upstream v0.6.9 — that repo is now archived, so it will not receive further updates. If you are running unmodified OpenFang, treat its content as a frozen snapshot rather than a maintained source.

What is in here

SKILL.md the manual itself — daemon, agents, hands, cron, providers, channels, the API
references/ eleven deep-dives loaded on demand: architecture, providers and models, hands, automation, the 65 builtin tools, the security model, skills and ClawHub, channels/MCP/A2A, known issues, a worked pipeline, and a fresh-server runbook
scripts/ thirteen scripts: ofctl (authenticated API calls), ofdoctor (health pass with a secret-leak scan), ofhand, ofcron, ofbackup, oftarget.py (works out which install a tool is about to act on, and refuses when that is not unique), ofcheck-rs, ofgate (the three cargo commands Fork CI's check job runs — not a gate; see scripts/README.md), ofmutate (proves a patch's test goes red without the patch), ofledger (rolls up the workflow journals), ofscrub (checks the placeholder promise below), plus intake tools for YouTube and RuTube
evals/ trigger evaluations for the skill description

Install

mkdir -p ~/.claude/skills
git clone https://github.com/kyzdes/fang-upgrade-skill.git ~/.claude/skills/fang-upgrade
chmod +x ~/.claude/skills/fang-upgrade/scripts/*
export PATH="$HOME/.claude/skills/fang-upgrade/scripts:$PATH"

Point the tools at your install. **They do not ship a default target.** `ofdoctor`, `ofhand`, `ofcron`, `ofbackup` and `ofctl` used to default to a container name and a volume path — names that `docker compose` derives