Agent skills for Liken: near-deduplication and record linkage for Python DataFrames.
78
98%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Agent skills for Liken — a Python library for near-deduplication, fuzzy matching, and record linkage over pandas, Polars, Modin, Dask, Ray and PySpark DataFrames.
| Skill | API tier | Teaches |
|---|---|---|
liken | overview / router | What Liken is, the simplest exact dedupe, and which skill/API to reach for. |
liken-dedupers | apply dedupers | Built-in dedupers (exact, fuzzy, tfidf, lsh, jaccard, cosine + predicates), .apply() with a single deduper or a dict collection, pandas affordances. |
liken-pipelines | pipelines | lk.pipeline()/lk.col(), AND/OR/NOT semantics, preprocessor scoping, rule predication. |
liken-custom-dedupers | extension | Defining and registering custom dedupers with @lk.custom.register. |
liken-record-linkage | entity resolution | .canonicalize(), .collect(), .canonicals(), .synthesize(). |
liken-backends-performance | scaling | Backend selection/extras, spark_session, blocking keys, LSH, cost model. |
tessl install liken/liken-skills@0.1.0