Skill Claude CodeCodex
Product walkthrough — hook → problem → solution → demo → features → proof → CTA. Owns the beat. blocks.
Skill Claude CodeCodex
Product walkthrough — hook → problem → solution → demo → features → proof → CTA. Owns the beat. blocks.
Skill Claude CodeCodex
Step-by-step how-to — question hook → clarify → demo → feature-list → CTA. Longest default runtime.
Skill Claude CodeCodex
Ships the universal Studio blocks shared across every archetype — transitions, SFX, music presets, CTAs, anchor packs, and sketch scenes — under blocks/, discovered by the catalog loader alongside archetype-owned blocks.
Skill Claude CodeCodex
Analyse a music-video project's audio track with python3 + librosa to populate Project.audioanalysis — bpm, downbeats, beats, and onsets in milliseconds — so the timeline can snap cell durations to the beat grid.
Skill Claude CodeCodex
Turn a script (Fountain or plain text) into a populated com.ikenga.studio storyboard in one pass — segment it into shots (cells), tag the source script with each shot's id so the board and the script stay linked, and extract the recurring characters, locations, and props as reusable, seed-lockable anchors. Populates…
Skill Claude CodeCodex
Preflight the Studio toolchain — checks ffmpeg, a Chromium for HyperFrames, and bun (required), plus python3 + librosa (optional, music-video only). Warns rather than fails when an optional dependency is missing.
Skill Claude CodeCodex
Skill "freeform-video" from ikenga-hq/ikenga-pkgs, covering freeform video pipeline, trigger, three-rung workflow, resume contract and phase a — beat sheet (rung 0).
Skill Claude CodeCodex
Skill "generate-narration" from ikenga-hq/ikenga-pkgs, covering generate-narration (scaffolded placeholder), intended behaviour and notes.
Skill Claude CodeCodex
Interview the user to design a custom archetype — chain existing blocks into an ordered sequence with per-instance bindings — then save it as a custom archetype.json via archetype.savecustom.
Skill Claude CodeCodex
Scaffold a new Studio block — a schema-valid block.json plus its template (index.html for HyperFrames, .excalidraw for sketch) — and register it via block.createcustom.
Skill Claude CodeCodex
Bootstrap a new com.ikenga.studio project — interview for archetype, create the project folder, and instantiate the chosen archetype's block chain into a fresh storyboard.json.
Skill Claude CodeCodex
Turn a single prompt straight into a rendered MP4 with no persistent project folder — pick an archetype implicitly, instantiate in a temp workspace, render hi-fi, and hand back the file path.
Skill Claude CodeCodex
Agent-driven build loop — kick off cell renders and return immediately while the canvas auto-pans to the active cell; poll render.list for completion instead of blocking.
Skill Claude CodeCodex
Tasks dispatch — roster setup and completion-sweep for the tasks domain. Reads ikenga.db via host.dbQuery (SELECT-only); approved close-decisions dispatch through the host write path. DISPATCH-ONLY: task CRUD belongs to the tasks pkg (com.ikenga.tasks), not here. TRIGGER when the user asks to configure the project…
Skill Claude CodeCodex
Read and search emails from local Thunderbird mail storage, and save reply drafts to the IMAP server. Use when agents need to access email data for financial workflows (payment receipts, billing notifications), editorial workflows (newsletter curation), or research workflows (industry intel), or to place a drafted…
Skill Claude CodeCodex
Skill "video-script-structure" from ikenga-hq/ikenga-pkgs, covering video script structure skill v3, purpose, fireship.io style principles, timing conventions and yaml schema v2.
MCP server Claude CodeCodexCursor +2
Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot. Runs locally from the @ikenga/mcp-iyke npm package.