Agent skill · AI & Agents

learn-movie

Analyze movies to extract cinematographic techniques and store them in memory.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill learn-movie --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/learn-movie/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

# 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

What's inside
Steps it walks through
  1. Features
  2. Usage
  3. Setup
  4. Memory + Taxonomy Integration
  5. Pre-hook: recallprioranalyses(moviename, k=5)
  6. Post-hook: learnanalysis(moviename, techniques, scenes, insights)
  7. Bridge Keywords (keyword fallback)
  8. Graceful Degradation
  9. File Structure
Ships with 1 file
  • metadata.json
Commands it runs
Analyze a video file
Analyze with specific director context
More from claude-skill-registry
All skills →
About this skill
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.

Keep going