Home / hraness / slopcamera · .agents/skills/cinematic-pack-authoring/SKILL.md · GitHub

cinematic-pack-authoring skillA

cinematic-pack-authoring is agent-read markdown (skill) from hraness/slopcamera: Author a Slopcamera spatial recipe pack — a bounded, inert, content-addressed JSON document that names an admitted scene, one direction document, gallery axes, preview render requests, declared effects, and a temporal audit — then plan or run the built-in cinematic-world workflow. Use when a user asks an agent to direct a 3D scene, iterate camera/look/sequence variants, or review compiled direction before explicit selection..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Author a cinematic recipe pack

Slopcamera's extension surface is declarative: coding agents extend behavior by
authoring bounded JSON documents, never by registering code. The operation
registry is closed, and the `cinematic-world` workflow composes only registered
operations. A recipe pack is the complete input contract for that loop.

## Documents an agent authors

1. **Scene** (`slopcamera.spatial-scene`, schemaVersion 1) — the admitted world.
   Usually already admitted through `slopcamera scene` commands; the pack binds
   it by digest, it is never embedded twice.
2. **Direction** (`slopcamera.spatial-direction`, schemaVersion 1) — semantic
   beats, actions, camera coverage, and look intents. `projectDigest` must equal
   the scene's canonical SHA-256. Character and subject references are semantic
   ids (`hero`), which compile against `entity_hero`-style scene entities.
3. **Recipe pack** (`slopcamera.spatial-recipe-pack`, schemaVersion 1) — the
   inert plan document:

```json
{
  "kind": "slopcamera.spatial-recipe-pack",
  "schemaVersion": 1,
  "packId": "recipe_<slug>",
  "sceneSha256": "<canonical scene sha-256>",
  "direction": { "<the direction document>" },
…

Read the whole file at its exact version.

How to install

Latest version
mdr add hraness/slopcamera/cinematic-pack-authoring@git:20260918.c27148b
Exact content
mdr add hraness/slopcamera/cinematic-pack-authoring@sha256:bb759ef00ec392d2

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_luktut4lfmpb5eio.svg)](https://markdownregistry.com/a/art_luktut4lfmpb5eio)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.c27148b latest2026-09-18 c27148b 4,296 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4296 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

hraness/slopcamera · 6 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_luktut4lfmpb5eio
GET https://markdownregistry.com/api/v1/resolve?ref=hraness/slopcamera/cinematic-pack-authoring
GET https://markdownregistry.com/api/v1/blob/bb759ef00ec392d2d48ed71ea69b10196c2efdf95e1f710a2d5a202877dc81b2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from hraness/slopcamera

AGENTS.md@.agents/skills agents
hraness/slopcamera · .agents/skills/AGENTS.md
git:20260918.c27148b · audit A · 6 stars
AGENTS.md@.agents/skills/cinematic-pack-authoring agents
hraness/slopcamera · .agents/skills/cinematic-pack-authoring/AGENTS.md
git:20260918.c27148b · audit A · 6 stars
AGENTS.md@.agents/skills/percolate-kb agents
hraness/slopcamera · .agents/skills/percolate-kb/AGENTS.md
git:20260816.a0e5a98 · audit A · 6 stars
percolate-kb skill
hraness/slopcamera · .agents/skills/percolate-kb/SKILL.md · Review a hraness/kb Markdown vault for recurring ideas and missing structural connections, then promote evidence-backed…
git:20260821.7a57651 · audit A · 6 stars
AGENTS.md@.agents/skills/phase-final-reviewer agents
hraness/slopcamera · .agents/skills/phase-final-reviewer/AGENTS.md
git:20260829.0a99943 · audit A · 6 stars
phase-final-reviewer skill
hraness/slopcamera · .agents/skills/phase-final-reviewer/SKILL.md · End-to-end reviewer for a completed multi-phase feature at the end of a phase-orchestrator run. Use after all requested…
git:20260829.0a99943 · audit A · 6 stars
AGENTS.md@.agents/skills/phase-implementer agents
hraness/slopcamera · .agents/skills/phase-implementer/AGENTS.md
git:20260829.0a99943 · audit A · 6 stars
phase-implementer skill
hraness/slopcamera · .agents/skills/phase-implementer/SKILL.md · Implements exactly one phase of a multi-phase plan during a phase-orchestrator run. Use when a plan/checklist phase…
git:20260829.0a99943 · audit A · 6 stars
AGENTS.md@.agents/skills/phase-orchestrator agents
hraness/slopcamera · .agents/skills/phase-orchestrator/AGENTS.md
git:20260829.0a99943 · audit A · 6 stars
phase-orchestrator skill
hraness/slopcamera · .agents/skills/phase-orchestrator/SKILL.md · Orchestrates phase-based implementation plans using the host's todo tracker and subagents for implementation, review…
git:20260829.0a99943 · audit A · 6 stars
AGENTS.md@.agents/skills/phase-reviewer agents
hraness/slopcamera · .agents/skills/phase-reviewer/AGENTS.md
git:20260829.0a99943 · audit A · 6 stars
phase-reviewer skill
hraness/slopcamera · .agents/skills/phase-reviewer/SKILL.md · Reviews and fixes a just-implemented phase of a multi-phase plan during a phase-orchestrator run. Use after a phase's…
git:20260829.0a99943 · audit A · 6 stars

Every file in hraness/slopcamera

Other files named cinematic-pack-authoring

cinematic-pack-authoring skill
hraness/atet · .agents/skills/cinematic-pack-authoring/SKILL.md · Author a Slopcamera spatial recipe pack — a bounded, inert, content-addressed JSON document that names an admitted…
git:20260918.c27148b · audit A · 6 stars

Browse by kind, by grade A, or by owner.