By ihugang
Audits a departing engineer's code & docs for handover-readiness and bus-factor risk. Produces a graded report, an inheritability score, and a pre-departure fix-list. Bilingual reports (中文 / English).
English | 简体中文
A Claude Code skill that audits a departing engineer's code & docs to make sure the project can actually be inherited by whoever takes over.
When an engineer leaves / changes teams / ends a contract, this skill audits the code and documentation they owned, to answer one question:
If a brand-new person who has never met the original author takes over, can they finish the job on their own — without phoning the person who left?
It does not judge whether the code is "well written"; it evaluates whether the code can be inherited by someone else. The core goal is to rescue the Bus Factor — don't let critical knowledge walk out the door with the person.
scripts/inventory.sh scans for objective signals in one shot — author concentration (knowledge silos), tribal-knowledge markers, secret & personal-account binding risks, in-flight work, dependency and test inventory.Trigger it inside Claude Code (offboarding audit / handover audit / bus factor, etc.), or run the inventory script manually:
bash skills/offboarding-auditor/scripts/inventory.sh <path/to/repo> > inventory.md
This repo is both a Claude Code plugin and a standalone skill. Pick whichever fits.
Inside Claude Code:
/plugin marketplace add ihugang/offboarding-auditor
/plugin install offboarding-auditor@ihugang-skills
Gives you managed updates (/plugin marketplace update) and uninstall. The skill is model-invoked; you can also call it explicitly as /offboarding-auditor:offboarding-auditor.
Installs the skill into ~/.claude/skills/ (global). Needs git.
curl -fsSL https://raw.githubusercontent.com/ihugang/offboarding-auditor/main/install.sh | bash
Project-scoped install (into ./.claude/skills/):
SCOPE=project bash -c "$(curl -fsSL https://raw.githubusercontent.com/ihugang/offboarding-auditor/main/install.sh)"
A skill is just a folder containing a SKILL.md. Copy the skill folder into your skills directory:
git clone https://github.com/ihugang/offboarding-auditor.git
cp -R offboarding-auditor/skills/offboarding-auditor ~/.claude/skills/offboarding-auditor # global
# or: cp -R offboarding-auditor/skills/offboarding-auditor .claude/skills/offboarding-auditor # per-project
Start a new Claude Code session (skills/plugins load at session start, not hot-reloaded) and trigger it in natural language — e.g. "run an offboarding/handover audit on this project", "check this repo's bus factor".
Self-contained: no build step, no dependencies.
scripts/inventory.shneedsbash+git;rg/fdare optional (falls back togrep/find).
.
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog (this repo = a 1-plugin marketplace)
├── install.sh # Terminal one-line installer
└── skills/offboarding-auditor/
├── SKILL.md # Main instructions: methodology, 10 dimensions, scoring, report templates (zh/en)
├── scripts/inventory.sh # Phase 1 auto-inventory (bash + git; rg/fd optional)
└── references/
├── example-report.zh.md # Filled-in sample report (Chinese)
└── example-report.en.md # Filled-in sample report (English)
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ihugang/offboarding-auditor --plugin offboarding-auditorUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).