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

Ionic Vue

skill-erkamyaman-ionic-capacitor-skills-ionic-vue · by erkamyaman

Build a production-ready Ionic Capacitor mobile app with Vue 3 Composition API, composables for cross-cutting concerns, @ionic/vue-router, and vue-i18n. Trigger when the user wants to create an Ionic Vue app, scaffold pages (onboarding, paywall, tabs, settings), or wire RevenueCat / AdMob / push notifications into a Vue Ionic project.

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

Install

$ agentstack add skill-erkamyaman-ionic-capacitor-skills-ionic-vue

✓ 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-vue)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Vue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ionic + Vue App Guidelines

> This is a SKILL file, NOT a project. Never run npm install here. When creating a new project, ask for the project path or scaffold in a separate directory (e.g. ~/Projects/).

When to consult these references

Project setup:

  • Create a new Vue Ionic project: [new-app.md](references/new-app.md)
  • Project structure: [project-structure.md](references/project-structure.md)
  • App configuration (main.ts, App.vue): [app-config.md](references/app-config.md)
  • Routing (@ionic/vue-router + beforeEach guard): [routing.md](references/routing.md)

Pages and navigation:

  • Onboarding guard (router beforeEach): [onboarding-guard.md](references/onboarding-guard.md)
  • Onboarding page (video background + Swiper): [onboarding-page.md](references/onboarding-page.md)
  • Paywall page (RevenueCat): [paywall-page.md](references/paywall-page.md)
  • Tabs layout (with banner ad lifecycle): [tabs-navigation.md](references/tabs-navigation.md)
  • Settings page: [settings-page.md](references/settings-page.md)

Cross-cutting:

  • Composables (Theme / Onboarding / Ads / Purchases / Notifications): [composables.md](references/composables.md)
  • i18n with vue-i18n: [i18n-vue-i18n.md](references/i18n-vue-i18n.md)
  • Best practices (Composition API + ``): [best-practices.md](references/best-practices.md)
  • Commands (build / sync / open): [commands.md](references/commands.md)

Native plugin topics live in ../ionic-shared/references/:

  • [admob.md](../ionic-shared/references/admob.md)
  • [revenuecat.md](../ionic-shared/references/revenuecat.md)
  • [push-notifications.md](../ionic-shared/references/push-notifications.md)
  • [storage.md](../ionic-shared/references/storage.md)
  • [theming.md](../ionic-shared/references/theming.md)
  • [localization-content.md](../ionic-shared/references/localization-content.md)

Required pages (always create)

  • Onboarding — swipe-based, fullscreen background video + gradient overlay.
  • Paywall — RevenueCat (weekly / yearly), shown immediately after onboarding.
  • Settings — language, theme, notifications, remove ads, reset onboarding.

Required navigation

Use ion-tabs + ion-tab-bar. Never build a custom tab bar or pull in a third-party tab library.

Required libraries

npm install \
  @capacitor/preferences @capacitor/push-notifications \
  @capacitor/splash-screen @capacitor/status-bar \
  @revenuecat/purchases-capacitor @capacitor-community/admob \
  vue-i18n \
  swiper

Hard rules (Vue-specific)

  • ❌ Options API for new code — use the Composition API with ``.
  • ❌ Direct DOM manipulation — use refs / reactivity.
  • ❌ Importing from @ionic/angular or @ionic/react — only @ionic/vue.
  • any type.
  • ✅ Wrap every page in `` so Ionic's transitions and lifecycle work.

Before reporting done

npm install
npm run build
npx cap sync

The build must complete without errors. cap sync is required after every web build before testing on native.

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.