Automated content similarity and grouping analysis. Groups related documents by topic, purpose, or content similarity.
49
37%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./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:
4d132c7
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.