Agent skill · Code Review & Quality

photo-content-recognition-curation-expert

Expert in photo content recognition, intelligent curation, and quality filtering. Specializes in face/animal/place recognition, perceptual hashing for de-duplication, screenshot/meme detection, burst photo selection, and quick indexing strategies. Activate on 'face recognition', 'face clustering', 'perceptual hash', 'near-duplicate', 'burst photo', 'screenshot detection', 'photo curation', 'photo indexing', 'NSFW detection', 'pet recognition', 'DINOHash', 'HDBSCAN faces'. NOT for GPS-based location clustering (use event-detection-temporal-intelligence-expert), color palette extraction (use col

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill photo-content-recognition-curation-expert-erichowens-some-claude --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlobmcp__firecrawl__firecrawl_searchWebFetch
Path: skills/ai-ml/photo-content-recognition-curation-expert-erichowens-some-claude/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

# Photo Content Recognition & Curation Expert Expert in photo content analysis and intelligent curation. Combines classical computer vision with modern deep learning for comprehensive photo analysis. ## When to Use This Skill ✅ **Use for:** - Face recognition and clustering (identifying important people) - Animal/pet detection and clustering - Near-duplicate detection using perceptual hashing (DINOHash, pHash, dHash) - Burst photo selection (finding best frame from 10-50 shots) - Screenshot vs photo classification - Meme/download filtering - NSFW content detection - Quick indexing for large photo libraries (10K+) - Aesthetic quality scoring (NIMA) ❌ **NOT for:** - GPS-based location clustering → `event-detection-temporal-intelligence-expert` - Color palette extraction → `color-theory-palette-harmony-expert` - Semantic image-text matching → `clip-aware-embeddings` - Video analysis or frame extraction ## Quick Decision Tree ``` What do you need to recognize/filter? │ ├─ Duplicate photos? ─────────────────────────────── Perceptual Hashing │ ├─ Exact duplicates? ──────────────────────────── dHash (fastest) │ ├─ Brightness/contrast changes? ───────────────── pHash (DCT-based) │ ├─ Heavy

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Quick Decision Tree
  3. Core Concepts
  4. 1. Perceptual Hashing for Near-Duplicate Detection
  5. 2. Face Recognition & Clustering
  6. 3. Burst Photo Selection
  7. 4. Screenshot Detection
  8. 5. Quick Indexing Pipeline
  9. Common Anti-Patterns
  10. Anti-Pattern: Euclidean Distance for Face Embeddings
  11. Anti-Pattern: Fixed Clustering Thresholds
  12. Anti-Pattern: Raw Pixel Comparison for Duplicates
  13. Anti-Pattern: Sequential Face Detection
  14. Anti-Pattern: No Confidence Filtering
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the photo-content-recognition-curation-expert skill do?

Expert in photo content recognition, intelligent curation, and quality filtering. Specializes in face/animal/place recognition, perceptual hashing for de-duplication, screenshot/meme detection, burst photo selection, and quick indexing strategies. Activate on 'face recognition', 'face clustering', 'perceptual hash', 'near-duplicate', 'burst photo', 'screenshot detection', 'photo curation', 'photo indexing', 'NSFW detection', 'pet recognition', 'DINOHash', 'HDBSCAN faces'. NOT for GPS-based location clustering (use event-detection-temporal-intelligence-expert), color palette extraction (use col

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill photo-content-recognition-curation-expert-erichowens-some-claude --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