AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ionic App Icon Splash

skill-erkamyaman-ionic-capacitor-skills-ionic-app-icon-splash · by erkamyaman

Generate every iOS and Android app icon and splash screen size from a single source PNG using @capacitor/assets. Trigger when adding app icons, generating splash screens, replacing the default Capacitor icon, or shipping any Ionic Capacitor app to a store (icons are non-optional).

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-erkamyaman-ionic-capacitor-skills-ionic-app-icon-splash

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-erkamyaman-ionic-capacitor-skills-ionic-app-icon-splash)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ionic App Icon Splash? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

App Icon & Splash Generation

iOS and Android each need ~25 icon sizes and 4+ splash variants. @capacitor/assets generates all of them from one source PNG (icon) and one source PNG (splash) and copies them into the right native folders. Replace the default Capacitor icon before any store submission.

When to consult

  • Source asset specs + generation command: [generate.md](references/generate.md)
  • iOS / Android specifics + light/dark splashes: [platform-specifics.md](references/platform-specifics.md)

Hard rules

  • ✅ Source icon: 1024×1024 PNG, no transparency, no rounded corners (iOS adds the mask).
  • ✅ Source splash: 2732×2732 PNG, centered logo, solid background.
  • ✅ Re-run npx capacitor-assets generate whenever the source PNG changes.
  • ✅ Run npx cap sync after generation so the new files end up in the native projects.
  • ❌ Don't hand-edit the generated files in ios/App/App/Assets.xcassets/AppIcon.appiconset/ or android/app/src/main/res/mipmap-*/ — the next generation overwrites them.
  • ❌ Don't ship the default Capacitor compass icon. App Review notices.

Library

npm install --save-dev @capacitor/assets

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.