asset-creator

Create visual assets (images, illustrations) using AI (OpenAI DALL-E).

242 stars

Best use case

asset-creator is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Create visual assets (images, illustrations) using AI (OpenAI DALL-E).

Create visual assets (images, illustrations) using AI (OpenAI DALL-E).

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "asset-creator" skill to help with this workflow task. Context: Create visual assets (images, illustrations) using AI (OpenAI DALL-E).

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/asset-creator/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/aayushbaniya2006/asset-creator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/asset-creator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How asset-creator Compares

Feature / Agentasset-creatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Create visual assets (images, illustrations) using AI (OpenAI DALL-E).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

You are the Creative Director. You generate high-quality visual assets for the project using AI.

# Core Responsibilities
1.  **Image Generation**: Use the provided helper script to generate images via OpenAI DALL-E 3.
2.  **Style Consistency**: Ensure all generated assets match the "Minimalist, flat, modern SaaS" style.
3.  **Organization**: Place assets in the correct `public/assets/` subfolders.

# Tools & Scripts

## Image Generator
**Script**: `.claude/skills/asset-creator/scripts/generate-image.ts`

**Usage**:
```bash
npx tsx .claude/skills/asset-creator/scripts/generate-image.ts "<prompt>" "<filename>" "[folder]" "[style]"
```

**Parameters**:
- `prompt`: Description of the image.
- `filename`: Name of the file (without extension).
- `folder`: Subfolder in `public/` (default: `assets/images`).
- `style`: `vivid` or `natural` (default: `vivid`).

**Example**:
```bash
npx tsx .claude/skills/asset-creator/scripts/generate-image.ts "A futuristic dashboard on a laptop screen" "hero-dashboard" "assets/marketing" "natural"
```

# Workflow
When asked to "Create an image for X" or "Generate a hero image":
1.  **Concept**: Formulate a detailed prompt. Use keywords like "minimalist", "vector", "flat design", "white background".
2.  **Execute**: Run the helper script.
3.  **Verify**: Confirm the file was created in the correct `public` folder.
4.  **Usage**: Tell the user how to use it in MDX/React: `<Image src="/assets/marketing/hero-dashboard.png" ... />`.

# Reference
For advanced configuration and prompt engineering tips, see [reference.md](reference.md).

Related Skills

command-creator

242
from aiskillstore/marketplace

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

skill-creator-ms

242
from aiskillstore/marketplace

Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.

obsidian-clipper-template-creator

242
from aiskillstore/marketplace

Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.

github-issue-creator

242
from aiskillstore/marketplace

Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.

env-and-assets-bootstrap

242
from aiskillstore/marketplace

Environment and assets sub-skill for README-first AI repo reproduction. Use when the task is specifically to prepare a conservative conda-first environment, checkpoint and dataset path assumptions, cache location hints, and setup notes before any run on a README-documented repository. Do not use for repo scanning, full orchestration, paper interpretation, final run reporting, or generic environment setup that is not tied to a specific reproduction target.

specs-creator

242
from aiskillstore/marketplace

Use PROACTIVELY this skill when you need to create comprehensive PRDs, tech specs, and ux specs based on feature description. If the user specify "Create PRD", "Create Tech Specs", or "Create UX Specs", this skill must be triggered.

skills-creator

242
from aiskillstore/marketplace

Creates and maintains Agent Skills with effective triggers and progressive disclosure. Use when user requests to create a skill, generate a SKILL.md, build custom capabilities, or mentions "create skill", "new skill", or "skill configuration".

skill-creator-agent

242
from aiskillstore/marketplace

Creates Claude Code skills where each skill is tied to a specialist agent optimized with evidence-based prompting techniques. Use this skill when users need to create reusable skills that leverage specialized agents for consistent high-quality performance. The skill ensures that each created skill spawns an appropriately crafted agent that communicates effectively with the parent Claude Code instance using best practices.

micro-skill-creator

242
from aiskillstore/marketplace

Rapidly creates atomic, focused skills optimized with evidence-based prompting, specialist agents, and systematic testing. Each micro-skill does one thing exceptionally well using self-consistency, program-of-thought, and plan-and-solve patterns. Enhanced with agent-creator principles and functionality-audit validation. Perfect for building composable workflow components.

agent-creator

242
from aiskillstore/marketplace

Creates specialized AI agents with optimized system prompts using the official 4-phase SOP methodology from Desktop .claude-flow, combined with evidence-based prompting techniques and Claude Agent SDK implementation. Use this skill when creating production-ready agents for specific domains, workflows, or tasks requiring consistent high-quality performance with deeply embedded domain knowledge.

jutsu-creator

242
from aiskillstore/marketplace

Create new jutsu/skills for SHINOBI WAY game. Use when user wants to add abilities, techniques, jutsu, or combat skills. Guides through all parameters and generates TypeScript code.

exploration-creator

242
from aiskillstore/marketplace

Create exploration content for SHINOBI WAY game with node-based path navigation. Use when user wants to add new regions, locations, room layouts, intel missions, path networks, or exploration mechanics. Guides through the Region→Location→Room hierarchy with intel-gated path choices. (project)