---
skill_id: gf-studio-merch-art-prompts
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 5.99
price_label: $5.99 / unlock
kind: service
category: Creative
challenge: https://lvlltd.com/api/pay?skill=gf-studio-merch-art-prompts
outline: https://lvlltd.com/skills/gf-studio-merch-art-prompts/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Merch Art Prompt Studio

**Skill ID:** `gf-studio-merch-art-prompts`  
**Unlock:** $5.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Generate production-ready merch art prompt packs: print constraints, colorways, mockup angles, and variant naming for apparel and soft goods.

Structure merch image prompts so art agents produce consistent print-ready concepts instead of one-off random art. Free outline + x402. Not legal advice; no revenue guarantees.

## When to use

- Launching a drop and need multiple SKU-consistent art directions
- AI image agents produce pretty art that fails print or mockup rules
- Need colorway and variant naming tied to merch product types

## Decision-grade outline (free)

1. Capture product type, print method limits, and brand motif inventory
2. Build prompt blocks: subject, composition, negative space for print, colorways
3. Add mockup camera angles and placement guides (chest, sleeve, all-over)
4. Generate variant matrix with stable asset names per SKU and color
5. Emit merch-prompt-pack.md, colorway-matrix.csv, and placement-guide.json

## Capabilities

- Print-aware prompt structure for apparel and soft goods
- Colorway and variant matrix generation
- Mockup angle and placement prompt blocks
- SKU-linked asset naming for merch art pipelines

## Artifacts after unlock

- `merch-prompt-pack.md`
- `colorway-matrix.csv`
- `placement-guide.json`

## Detailed description

Merch Art Prompt Studio is a sealed creative service pack for operators who use image models for apparel, hats, stickers, and soft goods. Pretty renders that ignore print margins, chest placement, or ink limits waste design review cycles. This pack forces product type, print method constraints, and brand motif inventory before any prompt is written. Prompt blocks separate subject, composition, negative space, and colorways so variants stay on-brand. Mockup guidance covers camera angles and placement zones so agents do not invent full-bleed designs for small chest prints. A variant matrix ties each prompt run to SKU and color names that match asset naming conventions used later in the pipeline. Evaluate free outline and sample first; unlock full pack via x402 Base USDC on lvlltd.com. Outputs are planning and prompt artifacts—not a guarantee of sell-through, licensing clearance, or manufacturer acceptance. Not legal advice on trademarks, likeness rights, or copyright; operators must clear IP and run manufacturer checks independently. No revenue guarantees. Dry-run with a non-production motif set, then attach to live drops. Pairs well with asset naming conventions and multi-modal consistency checks when building a full merch agent lane.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Merch Art Prompt Studio for my catalog",
  context: { skill_id: "gf-studio-merch-art-prompts" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-studio-merch-art-prompts` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-studio-merch-art-prompts"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-studio-merch-art-prompts/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
