Claude-skill-registry asset-tracking
Use when managing asset metadata, dependencies, and delivery workflows
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/asset-tracking" ~/.claude/skills/majiayu000-claude-skill-registry-asset-tracking && rm -rf "$T"
manifest:
skills/data/asset-tracking/SKILL.mdsource content
Content Asset Tracking Skill
When to Use
- Coordinating production across writers, designers, video editors, and localization teams.
- Tracking asset dependencies (illustrations, data pulls, interviews) and approvals.
- Preparing handoffs to distribution, enablement, or partner teams.
Framework
- Metadata Schema – asset ID, pillar, audience, stage, CTA, owner, status, storage link.
- Dependency Mapping – highlight required inputs (stats, quotes, screenshots, product access).
- Version Control – naming conventions, change history, approval timestamps.
- Delivery Checklist – thumbnails, transcripts/captions, localization files, CMS fields.
- Analytics Hooks – UTMs, tracking parameters, reporting sheet references.
Templates
- Asset tracker spreadsheet/board view.
- Dependency checklist (input, owner, due date, status).
- Delivery package template for distribution + enablement teams.
Tips
- Centralize assets in shared drives or DAM with consistent naming.
- Automate reminders when dependencies slip or approvals are overdue.
- Tie tracker to distribution calendar to visualize readiness.