From finding-unknowns
Reads existing source code as a specification and reimplements its semantics in a different language or stack, preserving behavior while using native idioms.
How this skill is triggered — by the user, by Claude, or both
Slash command
/finding-unknowns:reference-huntThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Some requirements are too intricate or too tacit to write down, but working code somewhere already embodies them. The best reference is not a screenshot or a description — it's source. Read it like a spec, then reimplement the semantics, not the syntax.
Some requirements are too intricate or too tacit to write down, but working code somewhere already embodies them. The best reference is not a screenshot or a description — it's source. Read it like a spec, then reimplement the semantics, not the syntax.
npx claudepluginhub neeeophytee/finding-unknowns-skills --plugin finding-unknownsAnalyzes external systems, repos, or descriptions and produces a spec for replicating or adapting features into the current project. Supports compare, copy, improve, and port modes.
Clones, ports, or converts features from any GitHub repo into your project with 4 modes: port (rewrite), compare (analysis), copy (transplant), improve (copy + optimize). Enforces license and fit checks before adoption.
Scouts GitHub repos for patterns, features, and ideas to improve your project by cloning, analyzing architecture and code, comparing with your codebase, and delivering actionable recommendations.