← ClaudeAtlas

higgsfield-brandkitlisted

Create and extend complete visual brand systems through the Higgsfield CLI and bundled deterministic local tooling: palettes, SVG logo marks, typography, mockups, social graphics, packaging, signage, merchandise, posters, presentation decks, and editable PPTX/PDF brandbooks. Preserves official supplied assets, persists approvals locally, and regenerates only dependent outputs. Use when: "create a brand kit", "make a visual identity", "design a logo and brandbook", "apply this logo to branded assets", "make packaging or signage", or "extend our existing branding". Chain with higgsfield-generate for general image production and Marketing Studio brand-kits when importing website metadata for ads. NOT for unbranded image generation (use higgsfield-generate), product catalog photography (use higgsfield-product-photoshoot), website implementation (use higgsfield-websites), or native Figma/Canva/PSD/AI delivery.
unmet23-lab/synk-appsscript · ★ 0 · Data & Documents · score 68
Install: claude install-skill unmet23-lab/synk-appsscript
# Higgsfield Brandkit Build a coherent identity and its requested applications. Treat supplied brand facts and official assets as fixed constraints. ## Bootstrap 1. Resolve `SKILL_ROOT` to this skill's installed directory and create a durable project directory: ```bash BRANDKIT_WORKDIR="${PWD}/brandkit" BRANDKIT_STATE="${BRANDKIT_WORKDIR}/state.json" mkdir -p "${BRANDKIT_WORKDIR}" ``` 2. Read [prerequisites](references/prerequisites.md). Check tools before the stage that needs them. Never install system packages without the user's permission. 3. If `higgsfield` is missing, install it only after permission: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ``` 4. If `higgsfield account status` fails with an authentication or workspace error, ask the user to run `higgsfield auth login` or select a workspace, then wait. 5. Inspect live model contracts before paid generation: ```bash higgsfield model get recraft_v4_1 --json higgsfield model get seedream_v5_pro --json higgsfield model get gpt_image_2 --json ``` ## CLI mapping | Operation | Command | |---|---| | Discover a model | `higgsfield model get <model> --json` | | Generate and poll | `higgsfield generate create <model> ... --wait --json` | | Resume a job | `higgsfield generate wait <job_id> --json` | | Upload a local asset | `higgsfield upload create <path> --json` | | Import website metadata | `higgsfield marketing-studio brand-kits