Automated content similarity and grouping analysis. Groups related documents by topic, purpose, or content similarity.
36
33%
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
Fix and improve this skill with Tessl
tessl review fix ./skills/cluster-documents/SKILL.mdAnalyze a repository of documents to group them based on content similarity, topic, or purpose. This skill helps organize large collections, identify redundancies, and discover relationships.
PATH - The repository to analyze (e.g., "/repository")SIMILARITY_THRESHOLD - (Optional) Float (0.0-1.0), threshold for grouping (default: 0.8)VISUALIZATION - (Optional) Boolean, whether to generate a visual representation (default: false)Ingest documents from PATH.
Apply clustering algorithms (e.g., K-Means, DBSCAN) to the document vectors.
SIMILARITY_THRESHOLD.Analyze the centroid or representative terms of each cluster to assign a meaningful label (Topic).
Generate the clustering report.
VISUALIZATION is true, create a scatter plot or dendrogram data.A CLUSTERING_REPORT object containing:
086cbf6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.