Claude-skill-registry assets-organizing
Organize all outputs from slash commands and subagents in assets/ directory by topics, date format, and slugs.
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/assets-organizing" ~/.claude/skills/majiayu000-claude-skill-registry-assets-organizing && rm -rf "$T"
manifest:
skills/data/assets-organizing/SKILL.mdsource content
Assets Organizing
Standardize asset output locations, naming conventions, and directory structures for all marketing outputs.
When to Use
Use this skill when:
- Creating content that needs file output (articles, videos, designs)
- Generating AI assets (images, storyboards, scripts)
- Organizing existing assets
- Determining output paths for new content types
Quick Reference
Output Paths
| Asset Type | Path | Naming |
|---|---|---|
| Articles | | + |
| Storyboards | | + |
| Videos | | + |
| Transcripts | | |
| Writing Styles | | |
| Banners | | |
| Designs | | |
| Infographics | | |
| Logos | | |
| Social Posts | | |
| Generated | | |
| Reports | ||
| Analytics | | |
| SEO | | |
| Social | | |
| Campaign | | |
| Performance | | |
| Ads | | |
| | |
| Funnel | | |
| Content | | |
| Text Content | ||
| Copy | | |
| Ad Copy | | |
| Email Copy | | |
| Landing Pages | | |
| Headlines | | |
| Scripts | | |
| Campaigns | ||
| Campaign Briefs | | |
| Campaign Creatives | | |
| Campaign Reports | | |
| Campaign Assets | | |
| Sales | ||
| Pitches | | |
| Proposals | | |
| Case Studies | | |
| Battlecards | | |
| SEO | ||
| SEO Audits | | |
| Keyword Research | | |
| Schema Markup | | |
| Funnels | ||
| Funnel Designs | | |
| Funnel Audits | | |
| A/B Tests | | |
| Leads | ||
| Scoring Models | | |
| Segments | | |
| ICP Profiles | | |
| Community | ||
| Response Templates | | |
| FAQs | | |
| Moderation Guides | | |
| Retention | ||
| Retention Campaigns | | |
| Health Scoring | | |
| Intervention Playbooks | | |
| Attraction | ||
| Landing Page Content | | |
| Lead Magnets | | |
| pSEO Templates | | |
| Content Briefs | | |
| Diagnostics | ||
| Campaign Audits | | |
| Content Reviews | | |
Naming Conventions
Load:
references/naming-conventions.md
Directory Structure Rules
Load:
references/directory-structure.md
Asset Type Details
Load:
references/asset-types.md
Core Rules
- Always use kebab-case for slugs and filenames
- Date prefix for time-sensitive assets:
or{YYMMDD}{YYMMDD-HHmm} - Self-contained folders for multi-file assets (articles, videos, storyboards)
- Flat files for single-file assets (transcripts, writing-styles)
- Platform subfolders for platform-specific content
Date Format
Use
$CK_PLAN_DATE_FORMAT env var or default to YYMMDD-HHmm.
# PowerShell Get-Date -UFormat "%y%m%d-%H%M" # Bash date +%y%m%d-%H%M
Pre-Output Checklist
Before writing any asset:
- Determine asset type → get base path
- Generate slug from topic/title
- Check if folder/file exists (avoid overwrite)
- Create directory structure if needed
- Output all related files together
Integration Points
This skill integrates with:
- Video assets/video:create
- Storyboard assets/video:storyboard:create
- Article assets/content/blog
commands - Campaign assets/campaign
agent - Various contentcontent-creator
agent - Design assetsui-ux-designer
agent - Copy assetscopywriter
agent - Email copyemail-wizard
agent - Social postssocial-media-manager
agent - Campaign assetscampaign-manager
agent - Sales assetssale-enabler
agent - SEO assetsseo-specialist
commands - SEO audits/seo
agent - Funnel assetsfunnel-architect
agent - Lead assetslead-qualifier
agent - Community assetscommunity-manager
agent - Retention assetscontinuity-specialist
agent - Attraction assetsattraction-specialist
agent - Diagnostic reportscampaign-debugger
agent - Review reportscontent-reviewer
skill - Analytics reportsanalytics
skill - SEO reportsseo-optimization
skill - Social reportssocial-media
skill - Campaign reportscampaign-management
skill - Ads reportsads-management
skill - Email reportsemail-marketing