Agent skill · Content & Marketing

cluster-documents

Automated content similarity and grouping analysis. Groups related documents by topic, purpose, or content similarity.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cluster-documents-dandye-ai-runbooks --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/cluster-documents-dandye-ai-runbooks/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Document Clustering Skill Analyze 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. ## Inputs - `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) ## Workflow ### Step 1: Text Processing Ingest documents from `PATH`. - Normalize text (remove stop words, stemming/lemmatization). - Generate embeddings or TF-IDF vectors for each document. ### Step 2: Clustering Analysis Apply clustering algorithms (e.g., K-Means, DBSCAN) to the document vectors. - Group documents that meet the `SIMILARITY_THRESHOLD`. - Identify outliers or unique documents. ### Step 3: Cluster Labeling Analyze the centroid or representative terms of each cluster to assign a meaningful label (Topic). ### Step 4: Output Generation Generate the clustering report. - If `VISUALIZATION` is true, create a scatter plot or dendrogram data. ## Required Outputs A `CLUSTERING_REPORT` object containin

What's inside
Steps it walks through
  1. Inputs
  2. Workflow
  3. Step 1: Text Processing
  4. Step 2: Clustering Analysis
  5. Step 3: Cluster Labeling
  6. Step 4: Output Generation
  7. Required Outputs
  8. Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the cluster-documents skill do?

Automated content similarity and grouping analysis. Groups related documents by topic, purpose, or content similarity.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cluster-documents-dandye-ai-runbooks --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going