Complete pipeline for Comfort Colors 1717 (catalog 586) SIGNATURE t-shirts on Printful. Covers product creation, variant management, branding placement, mockup generation, and Supabase integration. Use when creating CC1717 products, generating mockups, updating branding, or managing SIGNATURE tier t-shirts.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Complete pipeline for Comfort Colors 1717 (catalog 586) SIGNATURE t-shirts on Printful. Covers product creation, variant management, branding placement, mockup generation, and Supabase integration. Use when creating CC1717 products, generating mockups, updating branding, or managing SIGNATURE tier t-shirts.
Printful CC1717 Production Pipeline
Full production pipeline for SKAPARA SIGNATURE tier t-shirts using the Comfort Colors 1717 blank on Printful. The CC1717 is a garment-dyed, heavyweight relaxed tee — the premium blank that defines the SKAPARA brand feel.
For Printify-based products (DTG design creation on Textildruck Europa P26), see the design-dtg skill instead.
Product Specifications
Property
Value
Blank
Comfort Colors 1717
Catalog ID
586
Tier
SIGNATURE
Fabric
100% Ring-Spun Cotton
Weight
6.1 oz/yd (heavyweight)
Treatment
Garment-dyed
Fit
Relaxed
Sizes
S, M, L, XL, 2XL, 3XL, 4XL
Colors
45 total (see VARIANTS.md)
Print Method
DTG (Direct-to-Garment)
Producer
Printful (Latvia)
When to Use
Create a new SIGNATURE tier t-shirt product on Printful
Upload designs and apply SKAPARA branding to CC1717 products
Generate mockups for CC1717 products
Update branding (sleeve, back, label) on existing CC1717 products
Manage CC1717 variant colors (enable/disable based on design compatibility)
Update Supabase with CC1717 product data and mockup images
Placements & Canvas Sizes
All canvases at 150 DPI:
Placement
Canvas (px)
Extra Cost
Notes
front / default
1800 x 2400
$0.00 (included)
Main design
back
1800 x 2400
+$5.25
SKAPARA wordmark
sleeve_left
600 x 525
+$2.20
S mark isotipo
sleeve_right
600 x 525
+$2.20
Unused currently
label_outside
450 x 450
+$2.20
Neck label (nuca)
IMPORTANT:back and label_outside are mutually exclusive in Printful. We use back for SKAPARA wordmark.
Base Costs (Production)
Size
Base Cost
S
$13.25
M
$13.25
L
$13.25
XL
$14.95
2XL
$16.25
3XL
$17.55
4XL
$18.25 - $18.85
Additional placement costs stack: front (included) + back (+$5.25) + sleeve_left (+$2.20) = $20.70 total extra per unit for S-L.
Color Selection
CORE DARK (Recommended for all SKAPARA designs)
These 9 colors are 100% safe for white/ghost text designs:
Color
Hex
Size S Variant
Black
#1b1b1c
15114
True Navy
#1e2c4a
15181
Graphite
#3e3737
21264
Pepper
#514f4c
17693
Navy
#424150
21555
Midnight
#3a4e63
21541
Sage
#49482e
21562
Hemp
#4F5232
22103
Blue Spruce
#4c6151
17686
See VARIANTS.md for the complete 45-color catalog with all variant IDs, tier classifications, and EU availability notes.
General API: ~120 req/min. Use delay(2000) between calls
Mockup Generator: ~10 req/min. Use delay(10000) between tasks
On 429: read x-ratelimit-reset header, wait that many seconds, retry
Shared utility: For scripts, use import { createPrintfulClient } from './lib/printful-rate-limiter.mjs' — handles token bucket, 429 retry with jitter, proactive slowdown, and exponential backoff automatically.
Key endpoints:
Endpoint
Method
Use
/files
POST
Upload image to File Library
/store/products
POST
Create new sync product
/store/products/{id}
GET/PUT
Read/update sync product + all variants
/store/variants/{vid}
PUT
Update single variant
/mockup-generator/create-task/586
POST
Create CC1717 mockup task
/mockup-generator/task?task_key=gt-xxx
GET
Poll mockup task status
/mockup-generator/printfiles/586
GET
List CC1717 print positions
Workflow 1: Create New CC1717 Product
Step 1: Upload Design to File Library
Design PNGs must be uploaded to Printful's File Library before they can be assigned to products. Printful does not accept external URLs directly in product creation — you must use a File Library id.
Upload pattern: Upload to Supabase Storage first (for permanent hosting), then POST the public URL to Printful.