Claude-skill-registry archaeologist
Detect legacy patterns and guide compatibility decisions.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/archaeologist" ~/.claude/skills/majiayu000-claude-skill-registry-archaeologist && rm -rf "$T"
manifest:
skills/data/archaeologist/SKILL.mdsource content
Purpose
Avoid inconsistent refactors by mapping old vs new patterns.
Steps
- Identify legacy and modern patterns.
- Recommend global modernization or local consistency.
- Record trade-offs in an ADR.