Skip to main content

ikenga-hq/ikenga-pkgs

SkillsMP a collecté 29 skills depuis ikenga-hq/ikenga-pkgs. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
29
Étoiles GitHub
0
Forks GitHub
0

Skills dans ce dépôt

classification en attente

Affichage de 29 skills collectés sur 29.

métier
non classé
description

3D Motion Graphics, Procedural Typography & Multi-Angle Anchor Archetype for Studio.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

PA dispatch — morning briefing, inbox/task triage, and send-queue dispatch for the personal-assistant surface. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); triggers approved sends via `host.dbExec`. DISPATCH-ONLY: task and email CRUD belongs to the…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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,…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Finance dispatch — reconciliation sweep with match/pair/dispute decisions, A/R aging chase, and project setup for the finance domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); approved decisions dispatch through the host write path. DISPATCH-ONLY:…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Research dispatch — source-sweep with stale-refresh and dossier-commission proposals, and report-draft surface for the research domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, `research_notes` + `research_sources`); approved proposals dispatch…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Strategy dispatch — OKR review with countersign proposals, at-risk flagging, and objective-draft surface for the strategy domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); approved review actions dispatch through the host write path. DISPATCH-ONLY:…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Mail dispatch — inbox triage, reply drafting, and setup for the mail domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); produces draft decisions and reply artifacts for operator approval. DISPATCH-ONLY: email CRUD belongs to the mail pkg…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Outbound dispatch — campaign drafting, drip-sequence drafting, social queue management, and outbound-channel send dispatch. Reads `ikenga.db` via `host.dbQuery` (SELECT-only on read actions); commits delivery status transitions via `host.dbExec` on the…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Content dispatch — pipeline-sweep with stage-advance proposals, stale-piece flagging, and piece-draft surface for the content domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, pre-0047 base columns only); approved stage-advances dispatch through the…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Cross-domain natural-language query — translate a question into parameterised SELECTs over ikenga.db and stream the answer. READ-ONLY: no INSERT, UPDATE, DELETE, or DROP is ever issued. One action: `query`. TRIGGER when the operator asks a question about data…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Sales dispatch — pipeline-sweep with stage-advance proposals, stale-deal flagging, and deal-draft surface for the sales domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, pre-0043 base columns only); approved stage-advances dispatch through the host…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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`),…

Langue du texte source : anglais

mis à jour
métier
non classé
description

skill-core — the generic identity hub for the Ikenga skill graph. Generates and maintains a project's identity (brand, founder voice, product, ICP) in `.atelier/skill-core/manifest.json` via the `setup` action, and is the single `depends_on` target every…

Langue du texte source : anglais

mis à jour
métier
non classé
description

AI-generated vertical short — pattern-break hook → fast beats → cliffhanger close. 9:16 first.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Concept-first short — narration-led hook → problem → clarify → solution → CTA. Owns the hook.* and narration.* blocks.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Rhythm-cut montage — cold-open then rapid demo/proof beats over a music bed.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Audio-led cut — cells snap to a detected beat-grid. Run studio-beat-detect first to populate audio_analysis.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Story-driven piece. Fountain-aware: reads <project>/script.fountain natively into the Script shape.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Product walkthrough — hook → problem → solution → demo → features → proof → CTA. Owns the beat.* blocks.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Step-by-step how-to — question hook → clarify → demo → feature-list → CTA. Longest default runtime.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Analyse a music-video project's audio track with python3 + librosa to populate Project.audio_analysis — bpm, downbeats, beats, and onsets in milliseconds — so the timeline can snap cell durations to the beat grid.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.save_custom.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.create_custom.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
Affichage de 29 skills collectés sur 29.