A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude AI skill for cinematic Higgsfield AI prompts — 20 sub-skills covering Cinema Studio 2.5/3.0/3.5, MCSLA formula, S
A comprehensive Claude skill library for generating high-quality prompts on Higgsfield AI — the cinematic video and image generation platform.
Transforms natural language requests into production-ready Higgsfield prompts using:
git clone https://github.com/OSideMedia/higgsfield-ai-prompt-skill ~/.claude/skills/higgsfield
Drop the repo folder into your Cowork workspace. The skill dispatcher is at SKILL.md in the repo root.
Upload SKILL.md (root) as your project instruction base. Upload files from skills/ as project documents.
This skill is the prompt-construction layer. Higgsfield ships official execution tooling — a CLI, an MCP custom connector, and a bundled skills package. They complement each other: this skill produces the prompt, their tooling executes it. None of their tooling is required for this skill to work — you can always paste prompts directly into higgsfield.ai. But if you want an end-to-end loop, you'll want one of the three.
A Higgsfield account is required for any of the tooling below. Sign up at higgsfield.ai.
Command-line tool for terminal-native agents (Claude Code, Codex, Cursor). Per Higgsfield's own guidance, prefer the CLI over the MCP if you're working in a terminal.
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh or brew install higgsfield-ai/tap/higgsfieldhiggsfield auth loginCustom connector for claude.ai web and the Claude desktop app. Separate product from the CLI.
https://mcp.higgsfield.ai/mcpMarkdown skill bundle for agents that consume Cowork-style skills. All three skills drive the CLI under the hood.
npx skills add higgsfield-ai/skillshiggsfield-generate, higgsfield-soul, higgsfield-product-photoshoot/higgsfield:generate, /higgsfield:soul, /higgsfield:product-photoshootHow the layers fit together for a real request:
USER: "Make me a cinematic chase scene through a night market.
Use my trained Soul character — reference_id abc123."
↓
THIS SKILL — higgsfield-ai-prompt-skill
• routes to higgsfield-prompt + higgsfield-camera + higgsfield-soul
• picks Kling 3.0 (character-focused, supports --soul-id)
• applies MCSLA: model, camera preset, subject, look, action
• appends shared negative constraints
• outputs a production-grade Higgsfield prompt
↓
PRE-FLIGHT (optional, recommended for Veo / Kling / Sora / Seedance video):
SCHEMA VERIFY (recommended for any model you haven't called recently):
CLI path: higgsfield model get kling3_0
→ returns schema: aspect_ratio enum, duration range,
mode/sound options, media roles
MCP path: models_explore(action="get", model_id="kling3_0")
→ returns same schema as CLI
COST ESTIMATE (no job submitted):
MCP path: generate_video(..., get_cost: true)
→ returns credit cost + adjustments block
CLI path: higgsfield generate cost kling3_0 \
--prompt "<prompt from this skill>" \
--aspect_ratio 16:9 \
--duration 8
# (add reference flags as needed: --soul-id, --start-image,
# --end-image — consult `higgsfield model get kling3_0`
# for supported media roles)
Bundled skills: drop to CLI for the cost check (same auth, same workspace),
then invoke /higgsfield:generate
Optional account checks (same data across surfaces):
MCP path: balance / transactions tools
CLI path: higgsfield account status
higgsfield account transactions --size 50
Note: 2.35:1 is anamorphic STYLE vocabulary, not a valid Kling 3.0 output
ratio. Output ratios are platform-bounded: 16:9 / 9:16 / 1:1 only.
↓
HIGGSFIELD STACK — one of three execution surfaces:
CLI path:
higgsfield generate create kling3_0 \
--prompt "<prompt from this skill>" \
--aspect_ratio 16:9 \
--duration 8 \
--wait
# (add reference flags as needed: --soul-id, --start-image, --end-image —
# consult `higgsfield model get kling3_0` for supported media roles)
Bundled skills path:
/higgsfield:generate — takes the prompt as its --prompt argument,
formats the CLI call above under the hood
MCP path (claude.ai web/desktop):
Claude invokes the Higgsfield connector with the prompt as input
↓
USER: Result URL returned. Iterate if needed (this skill's
iteration discipline applies regardless of execution surface).
The layer split holds in every case: this skill always produces the prompt, the Higgsfield stack always handles the generation call. None of the three execution paths reach back into prompt construction; this skill never shells out to their CLI or API.
Full preflight discipline — when to surface it, marketing-studio caveat, CLI naming gotchas (
account status, notbalance), and the plan-tier-vs-surface framing — lives inskills/higgsfield-stack/SKILL.md§ Preflight discipline.
For the full coexistence rules, detection signals, naming-collision callouts, and handoff templates, see skills/higgsfield-stack/SKILL.md.
.
├── SKILL.md ← Main dispatcher (routes to sub-skills — start here)
├── README.md ← This file
├── CHANGELOG.md ← Version history
├── CONTRIBUTING.md ← Contribution guidelines
├── LICENSE ← MIT license
├── CLAUDE.md ← Project instructions for Claude Code
├── .markdownlint.json ← Linter config (CHANGELOG convention silencing — v3.6.1)
├── model-guide.md ← Model comparison tables + decision flowchart
├── image-models.md ← Image model reference + pricing tiers
├── vocab.md ← Full platform vocabulary reference
├── prompt-examples.md ← High-quality example prompts + Before/After pairs
├── photodump-presets.md ← Photodump mode presets
├── DISCIPLINE.md ← Cross-cutting discipline framework (9 patterns, 3-3-3 tier symmetry)
├── production-benchmarks.md ← Production-quality anchors + acceptance-rate calibration
├── higgsfield_memory.py ← Memory system script
├── seedance_lint.py ← Seedance preflight linter
├── validate.py ← Pre-release validation script
├── generate_user_guide.py ← USER-GUIDE.pdf generator (Path B refactor — v3.7.0)
├── validate_user_guide.py ← USER-GUIDE.pdf drift validator (text-extract + binary diff)
├── db/
│ ├── filter-memory.json ← Content filter memory (seeded)
│ └── quality-memory.json ← Quality failure memory (seeded)
├── docs/ ← Extended reference documents
│ ├── Seedance 2 Skill.md ← Bilingual EN+ZH Seedance director reference
│ ├── archive/ ← Historical records
│ │ ├── HISTORY.md ← Consolidated v3.0.0–v3.6.0 audit + inventory snapshots
│ │ └── AUDIT-2026-06-03.md ← Full repo audit (security, bugs, docs hygiene)
│ └── user-guide/ ← Exported USER-GUIDE.pdf + current-version baseline (rotate, not accumulate)
├── templates/ ← Genre templates + Seedance coordination + text-overlays
│ ├── 01-cinematic-action-chase.md
│ ├── 02-product-ugc-showcase.md
│ ├── 03-horror-atmosphere.md
│ ├── 04-fashion-editorial.md
│ ├── 05-sci-fi-vfx.md
│ ├── 06-portrait-character-intro.md
│ ├── 07-landscape-establishing-shot.md
│ ├── 08-comedy-social-media.md
│ ├── 09-romantic-intimate.md
│ ├── 10-dance-music-performance.md
│ ├── seedance/ ← Multi-character coordination templates
│ │ ├── multi-character-anchor.md
│ │ ├── single-character-position.md
│ │ ├── top-down-map.md
│ │ └── worked-example-two-character.md
│ └── text-overlays/ ← Text overlay templates
│ ├── slogan.md
│ ├── speech-bubble.md
│ └── subtitle.md
└── skills/
├── shared/
│ └── negative-constraints.md ← Shared artifact prevention reference
├── higgsfield-prompt/SKILL.md ← Core MCSLA formula + prompt structure + Identity/Motion separation
├── higgsfield-image-shots/SKILL.md ← Cinematic image prompting (shots, angles, composition)
├── higgsfield-gpt-image-2/
│ ├── SKILL.md ← GPT Image 2.0 director (JSON / prose / meta-prompt taxonomy)
│ ├── reference-sheet-workflow.md ← Automatic product reference-sheet workflow
│ └── static-ads-workflow.md ← Static-ad recreation workflow
├── higgsfield-models/
│ ├── SKILL.md ← Compact model selection guide
│ └── MODELS-DEEP-REFERENCE.md ← Full per-model documentation (on-demand)
├── higgsfield-camera/SKILL.md ← All camera controls + usage
├── higgsfield-motion/SKILL.md ← Named motion presets library
├── higgsfield-style/SKILL.md ← Visual styles + color grades + lighting
├── higgsfield-soul/SKILL.md ← Soul ID character consistency
├── higgsfield-audio/SKILL.md ← Audio prompting + Cinema Studio 3.0 native audio
├── higgsfield-apps/SKILL.md ← One-click Apps guide
├── higgsfield-recipes/SKILL.md ← Genre scene templates
├── higgsfield-troubleshoot/SKILL.md ← Fix failing generations
├── higgsfield-assist/SKILL.md ← General assistant + platform guidance
├── higgsfield-mixed-media/SKILL.md ← Mixed media + hybrid generation
├── higgsfield-moodboard/SKILL.md ← Moodboard creation workflows
├── higgsfield-pipeline/SKILL.md ← Multi-step generation pipelines
├── higgsfield-canvas/SKILL.md ← Node-based Canvas workspace + named patterns + Shared Canvas
├── higgsfield-content-factory/
│ ├── SKILL.md ← Campaign pipeline (research → plan → generate → publish → report)
│ └── publish-and-report-workflow.md ← Publish + cost-savings report satellite
├── higgsfield-marketing-studio/
│ ├── SKILL.md ← Marketing Studio: 9 ad presets + 4–15s ad video
│ └── cross-surface-workflow.md ← ms_image / DTC Ads cross-surface workflow
├── higgsfield-recall/SKILL.md ← Recall + regeneration patterns
├── higgsfield-cinema/SKILL.md ← Cinema Studio 2.5 + 3.0 + 3.5 (Soul Cast, Color Grading, 3D Mode, Smart Mode, @ References, Native Audio, three-pill UI, Image Mode, Cinematic models picker)
├── higgsfield-seedance/
│ ├── SKILL.md ← Seedance prompt director + content-filter preflight
│ └── FAILURE-MODES.md ← 8 named Seedance render failures (symptom · mechanism · counter)
├── higgsfield-vibe-motion/SKILL.md ← Vibe-based motion direction
└── higgsfield-workspaces/SKILL.md ← Workspace-first decision layer (Cinema Studio / Lipsync / Draw-to-Video / Sora 2 Trends / Click to Ad / Higgsfield Audio)
Basic:
"Write me a Higgsfield prompt for a cinematic action chase through a night market"
Specific:
"I need a horror prompt using VHS style, Dutch angle camera, and the Horror Face preset"
With reference:
"I have a Soul ID character. Write 3 different scene prompts with her — office, party, rooftop"
Model question:
"Should I use Kling 3.0 or Sora 2 for a large-scale battle scene?"
Troubleshoot:
"My image-to-video isn't animating, it's just static. What am I doing wrong?"
| Letter | Layer | Example |
|---|---|---|
| M | Model | Kling 3.0 |
| C | Camera | FPV Drone weaving through the alley |
| S | Subject | A woman in a tactical jacket |
| L | Look | Cinematic, cold blue shadows, 16:9 |
| A | Action | She sprints, slides under a gate |
Built February 2026 · v3.8.2 (updated 2026-06-03) · Platform: higgsfield.ai
ML engineering — model training, deployment, MLOps, monitoring
DevOps practices — CI/CD, containers, monitoring, infrastructure automation
Professional skills marketplace with production-ready skills for enhanced development
Self-learning system that captures corrections and syncs them to CLAUDE.md and AGENTS.md