Public sanitized source-available bundle for running the Giacomo mini-session workflow for HyperFrames motion-graphics shorts and reusable style-first presets.
Current bundle version: v2.0.63
This repository contains a portable Hermes-style skill package that acts as a workshop/director umbrella for HyperFrames mini-session production:
- step-by-step public class/workshop flow
- style-first primary preset selection
- Presentation / Typography / Motion Graphic primary preset triad
- Presentation-only legacy module palette gating: the previous 12 module hints may be used for Presentation layout/scene structure, but Motion Graphic and Typography stay primary-direct and do not inherit the old module palette
- source-mode routing for user-provided or generated assets
- K0-K4 motionographer keyframe grammar
- prompt-pack generation helpers
- public-safe BGM / no-music decision flow
- WebGL / HTML-in-Canvas / preview-repair guardrails
- micro-render QA mode selector: fast QA, 6-frame checkpoint QA, or 1-frame full QA with token/time/resource disclosure
The package is intentionally public-sanitized. See PUBLIC_SANITIZATION_MANIFEST.json for the sanitization record.
.
├── LICENSE # Custom source-available non-commercial no-redistribution license
├── SKILL.md # Main skill instructions
├── references/ # Supporting workflow notes and QA contracts
├── scripts/ # Helper scripts
├── templates/ # Presets and prompt-pack templates
├── tests/ # Regression tests for public-safe prompt-pack behavior
└── PUBLIC_SANITIZATION_MANIFEST.json
Clone or copy this repository into a Hermes skills directory, for example:
git clone https://github.com/jaeheungahn/hyperframes-giacomo-mini-session.git \
~/.hermes/skills/creative/hyperframes-giacomo-mini-sessionThen load the skill by name from Hermes:
hyperframes-giacomo-mini-session
- This is a director/workshop layer, not a replacement for the official HyperFrames engine skill.
- If an official
hyperframesengine skill is available in the runtime, use it as the authoritative renderer contract. - If it is not available, use the bundled fallback contract in
references/bundled-hyperframes-engine-contract-20260605.md. - Paid API, cloud rendering, or external generation should only run after explicit user approval.
- Public access permits download/clone technically; the custom license below controls what users may legally do with the files.
This repository is source-available, not open source.
License: Giacomo Source-Available Non-Commercial No-Redistribution License v1.0
Allowed without separate written permission:
- personal learning
- private non-commercial evaluation
- internal review/testing
- live workshop/classroom viewing without redistributing this repository as a separate package
Not allowed without written permission:
- redistribution, public mirrors, public forks as redistribution channels, package uploads, or rehosting
- commercial use, paid products/courses, client deliverables, SaaS/hosted services, paid bundles, or resale
- sublicensing or relicensing
- model training, dataset ingestion, embedding pipelines, synthetic-data pipelines, or ML benchmark/evaluation use based on this Work
See LICENSE for the full terms.
Initial public import tag:
v2.0.61
Previous semantic update:
v2.0.62 — adds fast / 6-frame checkpoint / 1-frame full micro-render QA choice, explains why micro-render improves QA, and documents token/time/resource trade-offs.
Current semantic update:
v2.0.63 — adds restrictive source-available non-commercial no-redistribution licensing and Presentation-only gating for the legacy module palette so Motion Graphic/Typography remain primary-direct.
Future changes should use small, reviewable commits and semantic tags when publishing new skill versions.