SessionStart
01krusemediallc/arcads-claude-code
Hook Claude Code
Runs when a session starts, executing sync-skill.sh and check-context.sh via bash (2 commands). From krusemediallc/arcads-claude-code.
krusemediallc/arcads-claude-code
Hook Claude Code
Runs when a session starts, executing sync-skill.sh and check-context.sh via bash (2 commands). From krusemediallc/arcads-claude-code.
krusemediallc/arcads-claude-code
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
krusemediallc/arcads-claude-code
Cursor rule Cursor
Load project memory from MASTERCONTEXT.md and keep it updated after substantive work.
krusemediallc/arcads-claude-code
Instructions file CodexOpenCode
Instructions for krusemediallc/arcads-claude-code, covering agent instructions, first-time setup, every session, image-ad skill ecosystem (cross-api) and this repo specifically.
krusemediallc/arcads-claude-code
Instructions file
Instructions for krusemediallc/arcads-claude-code, a project described as: Arcads external API: agent skills, prompting library, and Cursor/Claude workspace.
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Publish finished creatives as live Meta (Facebook/Instagram) ads via the Meta Marketing API, plus research and ad-copy support. Uploads an image or video, builds a multi-variant TEXTLIQUIDITY creative, and creates a PAUSED ad in an existing ad set. Also pulls top-performing ads (ranked by ROAS) and competitor ads from…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Creates and retrieves AI video and image-related assets via the Arcads external API (Seedance 2.0, Sora 2, Veo 3.1, Kling, Grok Video, Nano Banana, b-roll, scene, script/actor flows). Loads prompts from the bundled prompting guide and model library, respects HTTP Basic auth from ARCADSAPIKEY, and polls assets/videos…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Analyze a reference video and reverse-engineer its style into a reusable Seedance 2.0 prompting template. The output is a new skill/formula (like seedance-2-ugc.md) that captures the video's structure, pacing, camera work, edit style, and tone so it can be recreated with any product, any person, in any setting. Use…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Clone an existing video ad for a different product or offer. Analyzes the source video's style, pacing, camera work, dialogue, and tone, then adapts and generates a new Seedance 2.0 video customized for the user's product. End-to-end workflow: input video → analysis → adapted prompt → generation → delivery. Use when…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Generate one or more standalone Meta image-ad creatives via ChatGPT Image 2 (gpt-image-2) through the Arcads external API. Locks the model, auto-strips platform chrome, enforces edge-safe layouts and glyph-safety inside body text. Use when the user asks for a "gpt-image-2 ad", "ChatGPT Image ad", "Image 2 ad…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Generate high-CTR YouTube thumbnails using Nano Banana 2 via the Arcads external API. Handles reference image upload, character likeness alignment, proven CTR-tested prompt formulas, and parallel batch generation. Use when the user asks to create a YouTube thumbnail, video thumbnail, A/B test thumbnail variations, or…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Use when the user wants to reverse-engineer an existing image ad into a reusable prompt template. Validates via Arcads — picks gpt-image-2 or Nano Banana at Phase 1. Triggers on "clone this ad as a template", "reverse engineer this ad", "turn this ad into a prompt", "extract a template", "make this ad reusable", "add…
krusemediallc/arcads-claude-code
Skill Claude CodeCodex
Generate one or more standalone Meta image-ad creatives via Nano Banana 2 / Nano Banana Pro (Gemini Flash Image family) through the Arcads external API. Locks the model family, auto-strips platform chrome, enforces edge-safe layouts. Use when the user asks for a "Nano Banana ad", "Gemini image ad", "nano-banana-2 ad…
krusemediallc/Meta-Ads-Spy-Claude-Code-Airtable
Instructions file
Claude Code instructions for krusemediallc/Meta-Ads-Spy-Claude-Code-Airtable, covering competitor ads scraper template, what this template does, prerequisites the user must have, when to start this flow and step-by-step flow you (claude) should follow.
Instructions file
Instructions for krusemediallc/uni1-image-ad, covering uni1 — uni-1 image ads for meta, repository layout, the luma api at a glance, required env vars (in .env) and setup checklist (manual / agent reference).
Skill Claude CodeCodex
Use when the user wants to reverse-engineer an existing image ad into a reusable, parameterizable prompt template that can be reused with any brand and any product. Triggers on phrases like "clone this ad as a template", "reverse engineer this ad", "turn this ad into a prompt", "extract a template from this image"…
Skill Claude CodeCodex
Use when the user wants to generate a Meta/Facebook image ad with Luma uni-1 and attach it to an existing Meta ad set. Triggers on phrases like "uni-1 ad", "make a Luma ad creative", "new image ad in ", "uni-1 image ad for Meta", "generate uni-1 ad creative", "upload uni-1 image as Meta ad". Anchors on uni-1 + Meta…
Skill Claude CodeCodex
Anime.js adapter patterns for HyperFrames. Use when writing Anime.js animations or timelines inside HyperFrames compositions, registering animations on window.hfAnime, making Anime.js seek-driven and deterministic, or translating Anime.js examples into render-safe HyperFrames HTML.
Skill Claude CodeCodex
Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the…
Skill Claude CodeCodex
CSS animation adapter patterns for HyperFrames. Use when authoring CSS keyframes, animation-delay based timing, animation-fill-mode, animation-play-state, or CSS-only motion that HyperFrames must seek deterministically during preview and rendering.
Skill Claude CodeCodex
GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions.
Skill Claude CodeCodex
HyperFrames CLI dev loop — npx hyperframes for scaffolding (init), validation (lint, inspect), preview, render, and environment troubleshooting (doctor, browser, info, upgrade). Use when running any of these commands or troubleshooting the HyperFrames build/render environment. For asset preprocessing commands (tts…
Skill Claude CodeCodex
Asset preprocessing for HyperFrames compositions — text-to-speech narration (Kokoro), audio/video transcription (Whisper), and background removal for transparent overlays (u2net). Use when generating voiceover from text, transcribing speech for captions, removing the background from a video or image to use as a…
Skill Claude CodeCodex
Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet…