---
skill_id: gf-studio-asset-naming-conventions
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 1.99
price_label: $1.99 / unlock
kind: skill
category: Agent Ops
challenge: https://lvlltd.com/api/pay?skill=gf-studio-asset-naming-conventions
outline: https://lvlltd.com/skills/gf-studio-asset-naming-conventions/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Studio Asset Naming Conventions

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

## Summary

Define enforceable asset naming conventions for studio pipelines: project codes, version tokens, role tags, and rename checklists for agents.

Stop folder chaos with a machine-readable naming standard agents apply at ingest, export, and handoff. Free outline + x402. Not legal advice; no revenue guarantees.

## When to use

- Multiple rooms and freelancers dump inconsistently named files
- Agents export renders without stable IDs for version control
- Need rename and validation rules before client delivery

## Decision-grade outline (free)

1. Define project code, date, role, version, and descriptor token order
2. Map file types (raw, edit, mix, master, still, merch) to allowed patterns
3. Write validation regex and human examples for each pattern
4. Add rename checklist for legacy assets without rewriting history blindly
5. Emit naming-standard.md, patterns.json, and rename-checklist.md

## Capabilities

- Token-order naming standard for multi-room studios
- File-type pattern map with validation examples
- Machine-readable patterns for agent validators
- Legacy rename checklist with safe-batch guidance

## Artifacts after unlock

- `naming-standard.md`
- `patterns.json`
- `rename-checklist.md`

## Detailed description

Studio Asset Naming Conventions is a sealed Agent Ops skill for creative and music pipelines that drown in Final_v3_REAL and client-export-new folders. Agents amplify chaos when they invent names at every export. This pack locks token order—project code, date, role, version, descriptor—and maps raw, edit, mix, master, still, and merch types to allowed patterns. Validation examples and machine-readable patterns let agents reject bad names before files enter shared storage. A legacy rename checklist covers migration without blindly rewriting history or breaking existing links. Evaluate free outline and sample; unlock full pack via x402 Base USDC on lvlltd.com. Templates and conventions only—not legal advice on retention, not a DAM product, and not a guarantee of fewer lost files without human process. No revenue guarantees. Operators must adapt tokens to their studio codes and train freelancers. Dry-run on a closed project archive first. Pairs with brief compressor, cue sheets, merch prompts, and multi-modal consistency so every artifact lands under a predictable path agents can cite.

## 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 Studio Asset Naming Conventions for my catalog",
  context: { skill_id: "gf-studio-asset-naming-conventions" },
  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-asset-naming-conventions` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-studio-asset-naming-conventions"}`  
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-asset-naming-conventions/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
