Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

tshirt-design-generationT 恤设计一代

Agent Skill

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

总安装

2,497

周安装

102

GitHub Stars

12

下载量

529
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill tshirt-design-generation

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。

  • 适用于品牌视觉设计、用户界面美化和交互体验优化等前端设计任务。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加指定技能。
  • 使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素。
  • tshirt-design-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

T-Shirt Design Generation

Generate professional, print-ready t-shirt and apparel designs using each::sense. This skill creates high-quality graphics optimized for screen printing, DTG (direct-to-garment), sublimation, and heat transfer printing methods.

Features

  • Graphic Designs: Bold illustrations and artwork for statement tees
  • Typography: Text-based designs with creative lettering and fonts
  • Vintage/Retro: Distressed, worn-look designs with classic aesthetics
  • Minimalist: Clean, simple designs with maximum impact
  • Illustrations: Hand-drawn style artwork and characters
  • Band/Music: Concert merch style designs
  • Sports Team: Athletic apparel graphics and logos
  • Humor/Meme: Funny designs and pop culture references
  • Abstract Art: Artistic patterns and contemporary designs
  • Print-Ready: Transparent background exports for production

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a graphic t-shirt design featuring a roaring tiger with geometric patterns, bold colors, suitable for screen printing"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Design Specifications

Print MethodRecommended FormatColorsNotes
Screen PrintPNG with transparencyLimited (1-6 colors)Spot colors, high contrast
DTGPNG with transparencyUnlimitedFull color, photorealistic ok
SublimationPNG/JPGUnlimitedAll-over prints, vibrant colors
Heat TransferPNG with transparencyUnlimitedWorks on dark/light garments
Vinyl CutVector-style PNG1-3 colorsSimple shapes, no gradients

Use Case Examples

1. Graphic T-Shirt Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a graphic t-shirt design of a wolf howling at the moon. Use a bold, illustrative style with deep blues and purples. The design should be centered and work well on both black and white shirts. Include some geometric elements and stars around the wolf."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Typography/Text-Based Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a typography t-shirt design with the phrase \"Stay Wild\" in a bold, hand-lettered style. Add decorative flourishes and small nature elements like mountains and pine trees integrated into the lettering. Black ink style, suitable for light colored shirts."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Vintage/Retro Style Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a vintage retro t-shirt design for a fictional surf shop called \"Pacific Wave Co. Est. 1975\". Use faded colors, distressed textures, and 70s typography. Include a sunset, palm trees, and surfboard. Circular badge design with worn, screen-printed look."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Minimalist Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a minimalist t-shirt design featuring a simple line art mountain range with a small sun. Single continuous line style, black only. Clean, modern, Scandinavian aesthetic. Small chest placement size, very simple and elegant."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Illustration-Based Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an illustrated t-shirt design of a Japanese koi fish swimming through waves. Traditional Japanese art style with modern twist. Use orange, red, white, and blue colors. Include cherry blossom petals and water splashes. Vertical composition for front of shirt."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Band/Music T-Shirt Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a rock band t-shirt design for a fictional band called \"Electric Storm\". Heavy metal aesthetic with lightning bolts, skulls, and electric guitar. Gothic typography for the band name. Black and white with red accents. Tour dates style layout on the back."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Sports Team Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a sports team t-shirt design for \"Thunder Hawks Basketball\". Athletic style with an aggressive hawk mascot holding a basketball. Team colors navy blue and gold. Include \"2024 Champions\" text. Bold, dynamic composition with motion lines."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Funny/Meme T-Shirt Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a funny t-shirt design featuring a lazy sloth hanging from a branch with text \"Running Late Is My Cardio\". Cute cartoon style, pastel colors. The sloth should have a sleepy, unbothered expression. Light-hearted and humorous vibe."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Abstract Art Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an abstract art t-shirt design with fluid shapes, bold brushstrokes, and vibrant colors. Contemporary art gallery style. Mix of geometric and organic forms. Colors: electric blue, hot pink, orange, and black. Large front print composition."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Print-Ready Design with Transparent Background

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a print-ready t-shirt design with transparent background. Design a detailed skull with flowers growing from it (memento mori style). High contrast, clean edges suitable for screen printing. Output as PNG with transparency. Colors: limited to 4 spot colors - black, red, green, cream."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Design Guidelines

  • Placement: Consider standard print areas (front center, left chest, back)
  • Resolution: Request high resolution for print quality (300 DPI equivalent)
  • Color Count: Specify limited colors for screen printing cost efficiency
  • Contrast: Ensure design works on intended shirt colors
  • Edges: Clean, defined edges for easier separation

Print Considerations

  • Bleed Area: Leave margin around design edges
  • Underbase: For dark shirts, mention if white underbase is needed
  • Halftones: Specify if gradients should use halftone patterns
  • Registration: Simple designs with fewer colors = easier registration

File Output Tips

  • Request transparent PNG for versatility
  • Specify if you need vector-style output
  • Mention target print size (e.g., "12 inches wide for standard front print")

Mode Selection

"Do you want fast drafts or production-quality designs?"

ModeBest ForSpeedQuality
maxFinal print-ready designs, client presentationsSlowerHighest
ecoQuick concepts, design exploration, mockup iterationsFasterGood

Multi-Turn Design Iteration

Use session_id to refine designs through conversation:

# Initial concept
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a vintage motorcycle t-shirt design with a classic chopper"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "moto-design-001"
  }'

# Refine the design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Add flames coming from the exhaust and put \"Born to Ride\" text in a banner below"}],

    "model": "eachsense/beta",
    "stream": true,
    "session_id": "moto-design-001"
  }'

# Request color variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a version with only black and gold colors for a premium look"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "moto-design-001"
  }'

Design Collections (Batch Generation)

Generate multiple designs for a collection:

# Design 1 - Mountain theme
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an outdoor adventure t-shirt design with mountains and \"Explore More\" text. Earth tones, vintage camping aesthetic."}],

    "model": "eachsense/beta",
    "stream": true,
    "session_id": "outdoor-collection",
    "mode": "eco"
  }'

# Design 2 - Forest theme (same session for style consistency)
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching design for the collection with forest and pine trees theme. Same style as the mountain design. Text: \"Get Lost\""}],

    "model": "eachsense/beta",
    "stream": true,
    "session_id": "outdoor-collection",
    "mode": "eco"
  }'

# Design 3 - Campfire theme
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Third design in the collection - campfire scene with stars. Same vintage outdoor style. Text: \"Under the Stars\""}],

    "model": "eachsense/beta",
    "stream": true,
    "session_id": "outdoor-collection",
    "mode": "eco"
  }'

Prompt Tips for T-Shirt Designs

Include these details for best results:

  1. Style: Illustrative, minimalist, vintage, cartoon, realistic, etc.
  2. Subject: What the main visual element is
  3. Colors: Specific colors or color scheme
  4. Target Garment: Black tee, white tee, or both
  5. Print Method: Screen print, DTG, etc.
  6. Placement: Front, back, left chest, all-over
  7. Text: Any typography to include
  8. Mood: Edgy, fun, professional, artistic, etc.

Example Prompt Structure

"Create a [style] t-shirt design featuring [subject].
Use [colors] color scheme. Design should work on [garment color] shirts.
Include text: \"[text]\". [Additional requirements].
Output as [format] for [print method]."

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - Product mockups and photos
  • image-generation - General image generation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.1%
按下载量换算180

Claude

30.85%
按下载量换算163

Cursor

18.57%
按下载量换算98

Gemini CLI

8.95%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills