assets-organizing — standardized asset management assets-organizing, Goads-Krea, community, standardized asset management, ide skills, asset naming conventions, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Marketing Agents needing standardized asset management and organization capabilities. assets-organizing is a skill that standardizes asset management by determining output paths and naming conventions for various asset types, including articles, images, and videos.

Features

Standardizes asset output locations using directory structures like `assets/articles/`
Determines output paths for new content types, such as videos and designs
Generates consistent naming conventions for assets, including articles and images
Organizes existing assets using standardized directory structures
Supports AI asset generation, including images, storyboards, and scripts

# Core Topics

NammDev NammDev
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The assets-organizing skill by NammDev is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for standardized asset management, asset naming conventions.

Ideal Agent Persona

Perfect for Marketing Agents needing standardized asset management and organization capabilities.

Core Value

Empowers agents to streamline content creation by standardizing asset output locations, naming conventions, and directory structures for marketing outputs, utilizing file formats and protocols like articles, videos, and designs.

Capabilities Granted for assets-organizing

Standardizing asset naming conventions for new marketing campaigns
Organizing existing asset directories for easier content generation
Determining optimal output paths for AI-generated assets like images and storyboards

! Prerequisites & Limits

  • Requires predefined asset types and output paths
  • Limited to marketing output assets
  • Needs consistent directory structure for optimal performance
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

assets-organizing

Install assets-organizing, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

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 TypePathNaming
Articlesassets/articles/{date}-{slug}/{slug}.md + images/{date}-{slug}/
Storyboardsassets/storyboards/{date}-{slug}/storyboard.md + scene-{N}-*.png
Videosassets/videos/{date}-{slug}/master.mp4 + scene-{N}.mp4
Transcriptsassets/transcripts/{slug}.md
Writing Stylesassets/writing-styles/{slug}.md
Bannersassets/banners/{campaign}/{variant}-{size}.{ext}
Designsassets/designs/{project}/{type}-{variant}.{ext}
Infographicsassets/infographics/{date}-{slug}.{ext}
Logosassets/logos/{name}-{variant}.{ext}
Social Postsassets/posts/{platform}/{date}-{slug}.{ext}
Generatedassets/generated/{type}/{date}-{slug}.{ext}
Reports
Analyticsassets/reports/analytics/{date}-{report-type}.md
SEOassets/reports/seo/{date}-{audit-type}.md
Socialassets/reports/social/{date}-{platform}-{report-type}.md
Campaignassets/reports/campaigns/{date}-{campaign}-{report-type}.md
Performanceassets/reports/performance/{date}-{channel}-report.md
Adsassets/reports/ads/{date}-{platform}-report.md
Emailassets/reports/email/{date}-{campaign}-report.md
Funnelassets/reports/funnels/{date}-{funnel}-analysis.md
Contentassets/reports/content/{date}-{content-type}-audit.md
Text Content
Copyassets/copy/{type}/{date}-{slug}.md
Ad Copyassets/copy/ads/{date}-{campaign}-{variant}.md
Email Copyassets/copy/emails/{date}-{sequence}-{slug}.md
Landing Pagesassets/copy/landing-pages/{slug}.md
Headlinesassets/copy/headlines/{date}-{topic}.md
Scriptsassets/scripts/{type}/{slug}.md
Campaigns
Campaign Briefsassets/campaigns/{date}-{slug}/briefs/{type}-brief.md
Campaign Creativesassets/campaigns/{date}-{slug}/creatives/{channel}-{variant}.{ext}
Campaign Reportsassets/campaigns/{date}-{slug}/reports/{date}-{report-type}.md
Campaign Assetsassets/campaigns/{date}-{slug}/assets/{type}-{name}.{ext}
Sales
Pitchesassets/sales/pitches/{date}-{industry}-{persona}.md
Proposalsassets/sales/proposals/{date}-{client}-proposal.md
Case Studiesassets/sales/case-studies/{date}-{client}-{outcome}.md
Battlecardsassets/sales/battlecards/{competitor}.md
SEO
SEO Auditsassets/seo/audits/{date}-{domain}-audit.md
Keyword Researchassets/seo/keywords/{date}-{topic}-keywords.md
Schema Markupassets/seo/schemas/{page}-schema.json
Funnels
Funnel Designsassets/funnels/designs/{date}-{slug}-funnel.md
Funnel Auditsassets/funnels/audits/{date}-{funnel}-audit.md
A/B Testsassets/funnels/tests/{date}-{test-name}.md
Leads
Scoring Modelsassets/leads/scoring-models/{date}-{model-name}.md
Segmentsassets/leads/segments/{segment-name}.md
ICP Profilesassets/leads/icp-profiles/{persona}.md
Community
Response Templatesassets/community/templates/{situation}.md
FAQsassets/community/faqs/{topic}.md
Moderation Guidesassets/community/moderation/{policy}.md
Retention
Retention Campaignsassets/retention/campaigns/{date}-{campaign}.md
Health Scoringassets/retention/scoring-models/{date}-{model}.md
Intervention Playbooksassets/retention/playbooks/{segment}.md
Attraction
Landing Page Contentassets/attraction/landing-pages/{slug}.md
Lead Magnetsassets/attraction/lead-magnets/{slug}.md
pSEO Templatesassets/attraction/pseo-templates/{template-name}.md
Content Briefsassets/attraction/content-briefs/{date}-{topic}.md
Diagnostics
Campaign Auditsassets/diagnostics/campaign-audits/{date}-{campaign}.md
Content Reviewsassets/diagnostics/content-reviews/{date}-{content}.md

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

  1. Always use kebab-case for slugs and filenames
  2. Date prefix for time-sensitive assets: {YYMMDD} or {YYMMDD-HHmm}
  3. Self-contained folders for multi-file assets (articles, videos, storyboards)
  4. Flat files for single-file assets (transcripts, writing-styles)
  5. Platform subfolders for platform-specific content

Date Format

Use $CK_PLAN_DATE_FORMAT env var or default to YYMMDD-HHmm.

bash
1# PowerShell 2Get-Date -UFormat "%y%m%d-%H%M" 3 4# Bash 5date +%y%m%d-%H%M

Pre-Output Checklist

Before writing any asset:

  1. Determine asset type → get base path
  2. Generate slug from topic/title
  3. Check if folder/file exists (avoid overwrite)
  4. Create directory structure if needed
  5. Output all related files together

Integration Points

This skill integrates with:

  • /video:create - Video assets
  • /video:storyboard:create - Storyboard assets
  • /content/blog - Article assets
  • /campaign commands - Campaign assets
  • content-creator agent - Various content
  • ui-ux-designer agent - Design assets
  • copywriter agent - Copy assets
  • email-wizard agent - Email copy
  • social-media-manager agent - Social posts
  • campaign-manager agent - Campaign assets
  • sale-enabler agent - Sales assets
  • seo-specialist agent - SEO assets
  • /seo commands - SEO audits
  • funnel-architect agent - Funnel assets
  • lead-qualifier agent - Lead assets
  • community-manager agent - Community assets
  • continuity-specialist agent - Retention assets
  • attraction-specialist agent - Attraction assets
  • campaign-debugger agent - Diagnostic reports
  • content-reviewer agent - Review reports
  • analytics skill - Analytics reports
  • seo-optimization skill - SEO reports
  • social-media skill - Social reports
  • campaign-management skill - Campaign reports
  • ads-management skill - Ads reports
  • email-marketing skill - Email reports

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is assets-organizing?

Perfect for Marketing Agents needing standardized asset management and organization capabilities. assets-organizing is a skill that standardizes asset management by determining output paths and naming conventions for various asset types, including articles, images, and videos.

How do I install assets-organizing?

Run the command: npx killer-skills add NammDev/Goads-Krea. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for assets-organizing?

Key use cases include: Standardizing asset naming conventions for new marketing campaigns, Organizing existing asset directories for easier content generation, Determining optimal output paths for AI-generated assets like images and storyboards.

Which IDEs are compatible with assets-organizing?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for assets-organizing?

Requires predefined asset types and output paths. Limited to marketing output assets. Needs consistent directory structure for optimal performance.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add NammDev/Goads-Krea. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use assets-organizing immediately in the current project.

Related Skills

Looking for an alternative to assets-organizing or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI