ionic-app-development
Installation
SKILL.md
Ionic App Development
General Ionic Framework development — core concepts, component reference, CLI usage, layout, theming, utilities, development workflow, and troubleshooting.
Prerequisites
- Node.js (latest LTS) installed.
- Ionic CLI installed globally (
npm install -g @ionic/cli). - An existing Ionic project. For creating a new Ionic app, use the
ionic-app-creationskill.
Agent Behavior
- Auto-detect the framework. Check
package.jsonfor@ionic/angular,@ionic/react, or@ionic/vueto determine the framework in use. Adapt code examples accordingly. - Route to reference files. This skill is an overview that routes agents to specific reference files for detailed component APIs and topic-specific guidance.
- Do not duplicate framework-specific skills. For Angular, React, or Vue specific patterns, refer to the respective framework skill.