skillissue.sh

house / Video Toolkit

✓ hosted skill bundlemediav1.0.0MIT4.0 KB
skills/video-toolkit/SKILL.md

A configurable production toolkit for assembling generated assets and Remotion renders without losing the thread.

InstallCLI + MCP
CLIRun from your local shell.
$autovault add jack-arturo/skillissue@775e1e1620d2730c8a67e8b7958448e3e888dfc2:skills/video-toolkit/SKILL.md --sync-profiles
MCPPaste into an agent MCP tool call.
>add_skill({ source: "github", identifier: "jack-arturo/skillissue@775e1e1620d2730c8a67e8b7958448e3e888dfc2:skills/video-toolkit/SKILL.md" })
Choose CLI for a shell install or MCP for an agent tool call.
Source
Example type
bundle
hosted skill bundle
Bundle files
6
SKILL.md + resources
Resources
5
inspectable source files
Declared agents
4
from frontmatter
Source
house
pinned GitHub bundle
SKILL.mdview raw →
---
name: video-toolkit
description: Plan and verify a local video-production workflow with explicit tool choices, review gates, and render evidence.
license: MIT
tags: [video, media, remotion, production, verification]
agents: [autojack, claude-code, codex, cursor]
category: media
metadata:
  version: "1.0.0"
capabilities:
  network: false
  filesystem: readwrite
  tools: [Bash, Read, Edit]
requires-secrets: []
resources:
  - path: story.md
    type: file
  - path: references/setup.md
    type: file
  - path: references/project-workflow.md
    type: file
  - path: references/asset-generation.md
    type: file
  - path: references/composition-patterns.md
    type: file
  - path: references/troubleshooting.md
    type: file
---

Video Toolkit

This is a public, tool-agnostic production workflow—not an installable renderer or cloud-GPU client. Choose tools that are already available in the project or explicitly approved by the user. Do not assume a local checkout, command layout, container image, provider account, or environment variable exists.

Workflow

  1. Write an approved brief: audience, claims, runtime, aspect ratio, visual source plan, audio plan, rights constraints, and acceptance checks.
  2. Inventory available tools and their costs before generating anything. If a provider needs credentials, let the user configure it through its own secret manager; do not name, request, or persist credentials here.
  3. Work in a project-approved scratch directory. Keep generated media, prompts, and transient metadata out of the repository unless the user explicitly requests assets in version control.
  4. Generate or collect one asset class at a time. Record source, rights status, and any simulation/redaction note beside the scratch artifact.
  5. Assemble the edit in the project's chosen editor or renderer. If the project uses Remotion, follow its installed documentation and conventions; this package supplies no code or command wrapper.
  6. Verify duration, resolution, frame zero, readable text, audio presence/mix, captions, and basic playback before review. Use a human review gate before publishing.

Boundaries

  • Never invent commands for an unbundled toolkit.
  • Never assume a hosted generation provider is authorized or free.
  • Keep provider secrets out of prompts, code, logs, and reports.
  • Label generated or simulated footage honestly.

Read the references for planning checklists, composition decisions, and recovery steps rather than executable commands.

story.md

Why

Video work turns into a folder of mysteries fast: which asset won, which job is still running, and why the render drifted.

How

Keep the toolkit root explicit, run long jobs with structured progress, stage assets deliberately, and verify the render before it leaves the machine. Fancy models do not exempt the work from a checklist.

Related

Use Repo Demo Video Director for the approved story and Repo Demo Video Publisher for the release path.

Bundle contents

Every file declared by this skill is inspectable here. Static resources are previewed from same-origin hosted files; script-like files are shown as text only.

6files
markdownSKILL.md
view raw →

SKILL.md

Primary agent instructions, frontmatter, workflow, and declared resource manifest.

Select a package file to inspect it.

Declared capabilities

network
false
filesystem
readwrite
tools
[Bash, Read, Edit]

No secrets declared by this package.

Public, pinned, and inspectable

This house package is installed from the pinned Git commit shown here. Inspect the source and every bundled file before you run it.

package pin775e1e1sourceGitHub packagecompatibilityautojack, claude-code, codex, cursor
VersionBundleSourcePinRaw
v1.0.0latest6 files · 4.0 KBhouse775e1e1SKILL.md