Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Social Stitch Workflow

ASecurity

Workflow de design com Google Stitch MCP — setup de projeto, design system, geração de screens e variantes, exportação para redes sociais. Use ao criar Key Visuals, templates de posts ou variações de design via Stitch.

3 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsgo

Works with

climcp

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add joaoguirunas/team-os --skill social-stitch-workflow --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Social Stitch Workflow?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Social Stitch Workflow
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/joaoguirunas-social-stitch-workflow/badge)](https://www.skillsdirectory.com/skills/joaoguirunas-social-stitch-workflow)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: social-stitch-workflow
description: Workflow de design com Google Stitch MCP — setup de projeto, design system, geração de screens e variantes, exportação para redes sociais. Use ao criar Key Visuals, templates de posts ou variações de design via Stitch.
version: "1.0"
updated: "2026-09-04"
---

# Social Stitch Workflow — Google Stitch MCP

Usada por AEON (social-design).

> **Requer o MCP Stitch conectado; sem ele, entregue especificação de design como artefato.**

## Quando usar Stitch

- Criação de Key Visuals de campanha
- Geração de templates de posts
- Iteração rápida de variações de design
- Criação de sistemas de design visual para social media

## Workflow padrão com Stitch (tool calls reais)

### Fase 1: Setup do projeto
```
# 1. Listar projetos existentes
mcp__stitch__list_projects()

# 2. Criar projeto novo para a campanha
mcp__stitch__create_project({
  name: "campanha-{id}",
  description: "Campaign visual assets"
})

# 3. Criar design system da marca
mcp__stitch__create_design_system({
  project_id: "{project_id}",
  name: "brand-{cliente}",
  primary_color: "#hex",
  secondary_color: "#hex",
  font_family: "Inter",
  style: "modern"  # modern | playful | editorial | minimal
})

# 4. Aplicar design system ao projeto
mcp__stitch__apply_design_system({
  project_id: "{project_id}",
  design_system_id: "{ds_id}"
})
```

### Fase 2: Geração do KV
```
# Gerar primeiro conceito via prompt descritivo
mcp__stitch__generate_screen_from_text({
  project_id: "{project_id}",
  prompt: "[estilo], [composição], [paleta], [tipografia], [mood], [formato]",
  screen_name: "kv-main-v1"
})

# Gerar variações A/B
mcp__stitch__generate_variants({
  project_id: "{project_id}",
  screen_id: "{screen_id}",
  count: 3
})

# Ver resultado
mcp__stitch__get_screen({
  project_id: "{project_id}",
  screen_id: "{screen_id}"
})
```

### Fase 3: Derivações e ajustes
```
# Editar screen aprovada
mcp__stitch__edit_screens({
  project_id: "{project_id}",
  screen_ids: ["{screen_id}"],
  instructions: "Adaptar para formato 9:16, manter hierarquia visual"
})

# Listar todos os screens do projeto
mcp__stitch__list_screens({ project_id: "{project_id}" })
```

## Prompts eficazes para Stitch

**Estrutura de prompt:**
```
[Estilo visual], [sujeito/composição], [paleta de cores], 
[tipografia sugerida], [mood], [formato], [elementos de marca]
```

**Exemplo:**
```
Modern editorial social media post, product centered on minimal background, 
brand colors #1a1a2e and #e94560, bold sans-serif typography, 
confident and premium mood, 1:1 format, logo bottom right corner
```

## Output de entrega

Organizar sempre em:
```
assets/design/
├── kv/
│   ├── kv_main_v1.png
│   └── kv_dark_v1.png
├── feed/
│   ├── feed_1x1_v1.png
│   └── feed_4x5_v1.png
└── story/
    └── story_9x16_v1.png
```

Attribution

joaoguirunasjoaoguirunas
View sourceMore from joaoguirunas →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →