asset-management

Manage Xcode project assets, app icons, and asset catalogs.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill asset-management-moasq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-management
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/features/asset-management
Command: npx skills add https://github.com/moasq/nanowave --skill asset-management-moasq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Xcode project assets, including app icons, images, and asset catalogs, simplifying the process of updating visual elements in your applications.

Core Features & Use Cases

  • App Icon Management: Handles the installation and verification of app icons across various Apple platforms.
  • Image Asset Creation: Facilitates the creation and integration of image assets into asset catalogs.
  • Asset Catalog Modifications: Enables updates and modifications to existing asset catalog entries.
  • Use Case: When you receive a new app icon design, use this Skill to ensure it's correctly formatted and placed within the AppIcon.appiconset for all target platforms.

Quick Start

Use the asset-management skill to find the AppIcon asset catalog in the current project.

Frequently Asked Questions about asset-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update app icons in an Xcode asset catalog?

To update app icons in an Xcode asset catalog, you replace and verify the images within the `.xcassets` structure's `AppIcon.appiconset` to meet platform-specific requirements. This ensures visual elements are correctly formatted for all target Apple platforms.

What is the best way to manage image assets for SwiftUI applications?

Managing image assets for SwiftUI applications involves creating and integrating images directly into existing `.xcassets` catalogs. This approach streamlines updating visual elements by maintaining a structured asset catalog within your Xcode project.

Can I use sips for image manipulation when modifying Xcode asset catalogs?

Yes, you can use `sips` for image manipulation when modifying Xcode asset catalogs. Knowledge of the `sips` tool is required to correctly format and resize image assets before placing them into the appropriate app icon sets.

How does an asset catalog modifications process handle multiple Apple platforms?

The asset catalog modification process handles multiple Apple platforms by verifying that installed app icons meet specific platform requirements within the `.xcassets` structure. This ensures every target platform receives the correctly formatted visual assets.

Do I need to understand the .xcassets structure to create image assets in Xcode?

Yes, you need to understand the `.xcassets` structure to create image assets in Xcode. Knowledge of this directory structure, platform-specific icon requirements, and the `sips` tool is required to properly integrate and modify asset catalog entries.