learn-movie
Analyze movies to extract cinematographic techniques and store them in memory.
npx skills add majiayu000/claude-skill-registry --skill learn-movie --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# learn-movie TEACH Horus by analyzing actual movies. Extracts lighting, composition, emotional cues, and director style from video files. ## Features - **Scene Detection**: Automatically detects scene cuts using ffmpeg. - **VLM Analysis**: Uses Vision-Language Models (via `scillm`) to analyze keyframes. - **Memory Integration**: Stores learned patterns into the `horus-movies` collection. ## Usage ```bash # Analyze a video file /learn-movie analyze path/to/movie.mp4 # Analyze with specific director context /learn-movie analyze path/to/movie.mp4 --director "Ridley Scott" ``` ## Setup Requires `ffmpeg` installed. Uses `scillm` skill for VLM inference (e.g., `pixtral-12b`). ## Memory + Taxonomy Integration Follows the canonical `create-context/memory_integration.py` pattern with graceful degradation. ### Pre-hook: `recall_prior_analyses(movie_name, k=5)` - Recalls prior cinematographic analyses for the same movie before analysis begins - Surfaces previously learned techniques to avoid redundant storage - Enables cumulative learning across sessions ### Post-hook: `learn_analysis(movie_name, techniques, scenes, insights)` - Stores analysis snapshot (movie, date, technique counts, bridge
- Features
- Usage
- Setup
- Memory + Taxonomy Integration
- Pre-hook: recallprioranalyses(moviename, k=5)
- Post-hook: learnanalysis(moviename, techniques, scenes, insights)
- Bridge Keywords (keyword fallback)
- Graceful Degradation
- File Structure
Analyze a video file Analyze with specific director context
What does the learn-movie skill do?
Analyze movies to extract cinematographic techniques and store them in memory.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill learn-movie --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.
