CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
PicsArt avatar

Enterprise Brand Governor

PicsArt/gen-ai-skills
213 installs4 starsMIT
Summary

If your company has a formal brand system and multiple teams generating imagery, this gives you a policy gate. It validates prompts against a versioned brand.md file before you spend credits, optionally runs vision checks on outputs, and logs every decision for compliance. Built by Picsart for regulated industries where an off-brand asset reaching production is a material risk. The overhead is low, around 10% added cost for critical assets, and it catches violations before they become expensive mistakes. You need a written brand policy first and a real approval chain. Not for exploratory work where the gate just slows you down, but if you're handing assets to agencies or need an audit trail for pharma or finance, this is the scaffolding.

Install to Claude Code

npx -y skills add PicsArt/gen-ai-skills --skill enterprise-brand-governor --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

Enterprise Brand Governor

Policy-as-code for AI-generated imagery. Every prompt is pre-validated against brand.md, every output is post-checked, violations escalate to a human approver, and every decision is logged. Built for regulated industries and any enterprise where an off-brand asset in production is a material risk.


When to Use

  • Multiple teams (marketing, product, sales, agency partners) generating on the same brand system
  • Regulated industries (pharma, finance, alcohol, kids) where imagery has legal constraints
  • Brand-safety SLA — zero tolerance for competitor logos, restricted props, or off-palette output reaching production
  • Agency handoff — external vendor generating on your brand, you need a gate you control
  • Pre-production review cycle needs automation; humans only review escalations

Do not use for: quick exploration / mood-board work (gating slows ideation), or accounts without a written brand system yet (build brand.md first).


Prerequisites

Before rolling the governor across teams:

  1. Brand system location — path / repo / URL for brand.md. Who owns it? What's the change-control process?
  2. Policy strictness — reject (halt), flag (log + allow), or tier by asset destination (production = reject, internal = flag)?
  3. Approval chain — who reviews flagged items? What's the SLA for escalation turnaround (1h, 24h, 3 business days)?
  4. Logging destination — local ~/.gen-ai/audit/, S3 bucket, or ship to SIEM (Splunk, Datadog)?
  5. Compliance constraints — GDPR / HIPAA / COPPA / financial-services rules that must be encoded in brand.md?
  6. Rollback plan — if the governor blocks a legitimate launch, who has override authority and how is that logged?

How to Run

The governor runs at three checkpoints: prompt, generation, output.

  1. Author brand.md — palette, typography, allowed/denied props, imagery style, voice, regulated-category rules. Versioned in git. Commit SHA is the policy ID.
  2. Pre-flight (prompt lint) — gen-ai validate against the prompt before spending credits. Catches banned terms, disallowed concepts, missing required elements (e.g., disclaimer placement).
  3. Brand-context generation — every gen-ai generate and gen-ai batch run prompt includes the relevant brand.md constraints. Review violations during QA.
  4. Post-flight (output check) — for critical assets, a second-pass model (gemini-3-pro-image or vision check) verifies the output matches policy. Palette sampling, logo presence detection, prop allow-list.
  5. Escalation — any violation status routes to the approver queue. Humans review, approve or reject, decision is logged against the audit ID.
  6. Audit export — daily / weekly export of all decisions to the configured SIEM or compliance archive.

Quick Reference

The governor adds policy metadata to every job record.

{
  "defaults": {
    "model": "flux-2-pro"
  },
  "metadata": {
    "policy_id": "brand.md@sha:a4f1c9",
    "policy_version": "2.3.0",
    "policy_mode": "reject",
    "approver": "brand-governance@company.com",
    "escalation_channel": "#brand-review",
    "audit_id": "GOV-2026-04-CAMPAIGN-LAUNCH",
    "compliance_tags": ["GDPR", "US-FTC-native-ad"],
    "data_residency": "eu-west-1"
  },
  "jobs": [
    {
      "id": "launch-hero-001",
      "prompt": "Production launch hero. Editorial hero, team of four diverse professionals collaborating, modern office, natural light, brand palette. Apply brand.md constraints and require legal review before publishing."
    }
  ]
}

Record policy decisions in the downstream audit ledger: approved, flagged, or rejected with the reason.


Quick Reference

Sub-taskModelNotes
Prompt compliance checkgpt-image-1.5 / text reasonerCheap pre-flight before image spend
Primary generation (brand-safe)flux-2-proStrong prompt adherence, commercial-safe
Primary generation (product accuracy)flux-kontext-proEdit-mode when subject must be preserved
Post-generation vision auditgemini-3-pro-imageStrong scene understanding for policy checks
Upscale approved outputs onlytopaz-upscale-imageNever upscale before approval — wastes credits

Confirm commercial-use status per provider with gen-ai models info <id>. Pharma and financial services should maintain a short allow-list of pre-cleared models.


Procedure

  • Treat brand.md as code. Versioned, reviewed, signed. The file's commit SHA is the policy ID in every audit record.
  • Always pin the model version. Policy interpretation changes when models change. Pair with enterprise-pinned-registry.
  • Pre-flight before spend. gen-ai validate catches 80% of violations for $0.
  • Human-in-the-loop on rejects. A reject is a business decision, not a tool decision. Route to the approver.
  • Default to reject, not flag. Flag mode is for drafts only; production must reject.
  • Log everything. Every prompt, every decision, every override. No silent approvals.
  • Rotate the audit log. Daily JSONL, shipped off the dev machine. Local logs disappear; SIEM doesn't.
  • Test the governor with adversarial prompts. Red-team your own policy quarterly — does it actually catch competitor logos, prohibited claims?
  • Document the override path. There will be legitimate exceptions. Make the override visible, logged, and time-boxed.

Pitfalls

  • brand.md too vague — "use the brand palette" is not enforceable. Hex codes, prop allow-lists, explicit denies.
  • No override path — legitimate exceptions get bypassed outside the system, breaking the audit. Build the override in.
  • Logs only local — dev machines die. Ship to SIEM or a durable archive from day one.
  • Flag-mode in production — "we'll review later" never happens. Default reject.
  • Unaudited model swaps — someone swaps flux-2-pro for a new model mid-campaign and policy interpretation changes. Pin.
  • Missing post-check on hero assets — prompt passed, output didn't. For production heroes, always run the vision audit.

Verification

Run gen-ai whoami to confirm authentication, then re-run the failed command with --debug.

Commands

# Pre-flight validate a prompt before spending credits
gen-ai validate --model flux-2-pro --file prompt.json

# Gated single generation
gen-ai generate --model flux-2-pro --prompt "$PROMPT" \
  --save-to-drive --drive-folder "Gated-Output"

# Gated batch with retry on transient failures only (not violations)
gen-ai batch run campaign.json \
  --concurrency 4 --output ./runs/campaign-2026-04

# Flag mode — for internal / draft contexts
gen-ai batch run drafts.json \
  --output ./runs/drafts-2026-04

Cost & time

Governance overhead is tiny relative to generation. Pre-flight + post-check adds ~10–15% to credit cost on critical assets, ~0% on non-critical.

ScenarioGovernance overhead
Single gated generate+0 credits (policy passed in-call)
Single gen + vision audit+1–2 credits
Batch of 100, pre-flight only+~5 credits (text reasoner)
Batch of 1,000, full pipeline+~50 credits + 1 approver hour
Quarterly red-team audit~1 engineer-day + ~200 credits

Violations rejected = credits saved. A single blocked off-brand production asset typically saves multiples of the governor's overhead.


See also

  • enterprise-pinned-registry — pin model versions so policy interpretation stays stable
  • product-photo-studio — brand-gated catalog pipeline (reshoot mode)
  • enterprise-press-batch — brand-gated PR pipeline with embargo handling
  • gen-ai-use — CLI reference
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & Agent BuildingMarketing & SEO
First SeenJul 6, 2026
View on GitHub

More from PicsArt/gen-ai-skills

All 20 skills →
  • Multi Channel Bundle212
  • Enterprise Pinned Registry210
  • Enterprise Press Batch210
  • Picsart Api139
  • Agency Pitch Mockups5
  • Gen Ai Use262
  • Text To Visual233
  • Gen Ai Explainer223
  • Product Photo Studio223
  • Dev App Assets222
  • Gen Ai Persona Creation220
  • Prosumer Headshot Studio220
  • Dev Avatar Service217
  • Marketer Ad Variant Factory216
  • Agency Multi Brand Pack215
  • Dev Screenshot Beautifier215
  • Marketer Localize Campaign214
  • Agency Brand Scoping213
  • Agency Client Handoff213

Recommended

More AI & Agent Building →
camacho avatar
blueprint

camacho/ai-skills

blueprint
212
1
fabriciofs avatar
sqlserver-expert

fabriciofs/mcp-sql-server

Expert in Microsoft SQL Server development and administration. Use when writing T-SQL queries, optimizing database performance, designing schemas, configuring SQL Server, or integrating SQL Server with Node.js using mssql package.
212
1
liangdabiao avatar
citation-validator

liangdabiao/claude-code-stock-deep-research-agent

验证研究报告中所有声明的引用准确性、来源质量和格式规范性。确保每个事实性声明都有可验证的来源,并提供来源质量评级。当最终确定研究报告、审查他人研究、发布或分享研究之前使用此技能。
212
361
PicsArt avatar
multi-channel-bundle

PicsArt/gen-ai-skills

Ship a coordinated multi-format asset bundle for any push.
212
4
steipete avatar
native-app-performance

steipete/agent-scripts

Native app performance: xctrace, Time Profiler, traces, hotspots.
212
6.5k
rstackjs avatar
rspack-tracing

rstackjs/agent-skills

Comprehensive guide and toolkit for diagnosing Rspack build issues. Quickly identify where crashes/errors occur, or perform detailed performance profiling to resolve bottlenecks. Use when the user encounters build failures, slow builds, or wants to optimize Rspack performance.
211
86