Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

paw-cra-design-batchPaw cra 设计批次

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

442

周安装

19

GitHub Stars

25

下载量

155
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paw-cra-design-batch(Paw cra 设计批次)
来源仓库:https://github.com/pawbytes/skill-suites
仓库路径:skills/paw-cra-design-batch
安装命令:
npx skills add https://github.com/pawbytes/skill-suites --skill paw-cra-design-batch
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pawbytes/skill-suites --skill paw-cra-design-batch

简介

辅助界面设计、视觉规范和布局优化。

  • 适合生成 UI 方案、检查一致性或改进组件层级。
  • 使用时需结合品牌和设计系统,避免堆砌装饰元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览检查效果。
  • 关注文本溢出、对齐和响应式表现。paw-cra-design-batch 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Batch Design Production

Overview

Batch visual production for campaigns — transforms a content calendar or campaign brief into a complete set of platform-ready visual assets. This workflow handles multi-asset production runs: parsing the brief, building a production queue, generating each asset with brand validation, and delivering an organized bundle with a machine-readable manifest.

Args: Accepts --headless / -H for full autonomous batch production without interaction.

Output: Organized campaign asset bundle folder + batch-manifest.json listing every produced asset with specs.

On Activation

Load available config from {project-root}/.pawbytes/config/config.yaml and {project-root}/.pawbytes/config/config.user.yaml (root level and cra section). Resolve and apply throughout the session (defaults in parens):

  • {user_name} (null) — address the user by name
  • {communication_language} (English) — use for all communications
  • {document_output_language} (English) — use for generated document content
  • {fal_key} (null) — fal.ai API key for image generation
  • {output_directory} (.pawbytes/creative-suites) — base output path

Load shared agency memory from {project-root}/.pawbytes/creative-suites/index.md. Load active brand guidelines from .pawbytes/creative-suites/brands/{active-brand}/guidelines.md.

Knowledge Base: Check {project-root}/.pawbytes/creative-suites/knowledge/index.md for previously researched platform specs and design guides.

Tool Verification:

  • fal_key availability (required — no batch production without it)
  • ffmpeg availability (optional — needed only for animated carousels)
  • Puppeteer/Playwright availability (optional — for template rendering)

If --headless or -H is passed, execute the full pipeline without interaction. Load ./references/autonomous-batch.md for headless execution protocol.

Otherwise, confirm the brief/calendar with the user before beginning production.


Pipeline

The batch production pipeline runs in sequential phases. Each phase completes fully before the next begins. In headless mode, all phases execute without pauses. In interactive mode, a review gate after generation allows the user to approve, revise, or reject before final bundling.

Step 1 — Brief Intake

Load ./references/brief-intake.md

Parse the incoming content calendar or campaign brief. Extract:

  • Total number of assets required
  • Per-asset specs: platform, format, dimensions, content/copy, visual direction
  • Brand reference (which brand guidelines to load)
  • Campaign name and any naming conventions
  • Priority or ordering preferences

If the input is a content calendar, each row becomes an asset in the production queue. If the input is a campaign brief with deliverable descriptions, decompose it into individual asset specs.

Output: Structured asset list ready for queue building.

Step 2 — Brand & Campaign Context Load

Load brand guidelines for the specified brand. Load any existing campaign assets from .pawbytes/creative-suites/brands/{brand}/campaigns/{campaign}/assets/ to understand what already exists and maintain visual consistency.

If the campaign has approved copy/scripts in .pawbytes/creative-suites/brands/{brand}/campaigns/{campaign}/scripts/, load those for use in asset generation.

Output: Brand context and existing campaign context loaded into working memory.

Step 3 — Production Queue Build

Load ./references/queue-builder.md

Build an ordered production queue from the parsed asset list. Group assets by platform and format to enable efficient batch generation (same-platform assets can share style seeds and templates).

For each queue item, resolve:

  • Platform specifications (dimensions, safe zones, format)
  • Template selection (if using code-based templates)
  • AI generation parameters (model, style, seed strategy)
  • Text overlay requirements
  • Export format and naming convention

Apply sequential naming: {campaign}_{platform}_{type}_{NNN}.{ext} (e.g., summer-sale_instagram_post_001.png).

Output: Ordered production queue with fully resolved specs per asset.

Step 4 — Batch Generation Loop

Load ./references/batch-generation.md

For each asset in the production queue:

  1. Load platform specs — Confirm dimensions, safe zones, format requirements
  2. Generate AI imagery — Use fal.ai with the resolved prompt and parameters. Use the Designer's AI model selection guide for model choice. Download all generated images to local paths.
  3. Apply template/text overlay — If the asset uses a code-based template, render the HTML/CSS overlay with the generated background. If pure AI generation, apply any text overlays via image editing.
  4. Brand validate — Check output against brand guidelines: correct colors, typography, logo placement, visual style consistency. Flag any deviations.
  5. Export with sequential naming — Save to the campaign asset folder with the naming convention from Step 3.

Track progress: log each completed asset to a running tally. If an asset fails generation, log the failure with reason and continue to the next asset — do not halt the entire batch.

Output: Generated assets in the campaign folder + per-asset generation log.

Step 5 — Bundle Organization

Organize all generated assets into a clean campaign folder structure:

{output_directory}/brands/{brand}/campaigns/{campaign}/assets/batch-{date}/
  instagram/
    posts/
    carousels/
    stories/
  linkedin/
    posts/
    carousels/
  tiktok/
  x-twitter/
  facebook/
  youtube/
  print/
  batch-manifest.json

Move or copy assets from their generation location into this organized structure. Ensure every asset has a unique, sequential filename within its platform folder.

Step 6 — Batch Manifest

Generate batch-manifest.json in the bundle root. This manifest is the machine-readable record of everything produced.

Load ./references/manifest-schema.md for the full schema.

The manifest includes:

  • Campaign metadata (name, brand, date, total assets)
  • Per-asset entries: filename, platform, dimensions, format, file size, generation model, generation status (success/failed/skipped), brand validation status
  • Summary statistics: total produced, total failed, total skipped, platforms covered

Step 7 — Review Gate

Interactive mode: Present a summary of all generated assets organized by platform. Show thumbnails or file paths. Include the count of successes, failures, and any brand validation warnings. Ask the user to approve the batch, request revisions on specific assets, or reject.

Headless mode: Skip this gate entirely. Log the summary to the daily activity file and proceed to status update.

Step 8 — Status Update

Write completion status to campaign memory and daily log.

Campaign status: Update .pawbytes/creative-suites/brands/{brand}/campaigns/{campaign}/status.md with batch production results — what was produced, where it lives, any failures.

Daily log: Append to .pawbytes/creative-suites/daily/{YYYY-MM-DD}.md:

## {HH:MM} [Designer/Batch]
**Task:** Batch production — {campaign}
**Brand:** {brand}
**Produced:** {N} assets across {M} platforms
**Failed:** {F} assets
**Location:** {bundle path}
**Manifest:** {manifest path}

Error Handling

  • Missing fal_key: Abort batch with clear message — cannot produce assets without generation capability
  • Individual asset failure: Log the failure. Retry once after a 5-second delay for transient errors (HTTP 429, 500, 502, 503, 504, timeout). If the retry also fails, skip to the next asset and include in manifest as status: "failed" with error reason and retried: true.
  • Brand guidelines missing: Warn and proceed with best-effort generation; flag all assets as brand_validated: false in manifest
  • Template rendering failure: Fall back to pure AI generation for that asset; note the fallback in manifest

Platform Specs Quick Reference

Reference ./references/platform-specs-quick.md for the condensed dimension lookup table used during queue building. For full specifications, reference the Designer's platform-specifications.md.

AI Model Selection

Use the Designer agent's model selection guide. For batch production, prefer:

  • Nano Banana Pro — Best for marketing posts with typography
  • FLUX.2 [flex] — Balanced quality/speed for bulk generation
  • FLUX.1 [schnell] — Use for rapid prototyping or very large batches where speed matters more than premium quality

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.83%
按下载量换算56

Claude

28.82%
按下载量换算45

Cursor

19.42%
按下载量换算30

Gemini CLI

9%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills