ionic-framework-docs

ionic-framework-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 32 tokens per session (3,835 once invoked), scanned A, original, MIT.

A reference guide to Ionic, a web-based user-interface toolkit for building mobile, web, and desktop applications from one codebase.

In plain words
What is it for?
Use it to build app screens and interactions, style them for different platforms, add navigation, and connect web code to device features through Capacitor.
Why use it?
It explains how reusable controls, gestures, navigation, themes, and native device access fit together across Angular, React, Vue, and plain JavaScript projects.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/ionic
Any agent
npx skills add pledgeandgrow/pledge-skills --skill ionic
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ionic-framework-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/ionic.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/ionic)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/ionic"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/ionic.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.03835
Opus 5 $0.00016 $0.01917
Sonnet 5 $0.00006 $0.00767
Haiku 4.5 $0.00003 $0.00383

Measured 5d ago against content hash 7f71c213ec19, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ionic-framework-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ionic/SKILL.md · 441 lines

How it starts

The opening of the file, as written. The whole thing — 441 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ionic Framework

Source: https://ionicframework.com/docs Version: 8.x License: MIT

Overview

Ionic is an open-source UI toolkit for building high-quality mobile and progressive web apps using web technologies (HTML, CSS, JavaScript). It focuses on the frontend UX and UI interaction of an app — controls, interactions, gestures, animations.

Key Features

  • One codebase, running everywhere — iOS, Android, Web, Desktop
  • Performance-focused — hardware-accelerated transitions, minimal DOM layout
  • Clean, simple, functional design — consistent across platforms
  • Native and Web optimized — Web Components + Capacitor for native access
  • Framework agnostic — Angular, React, Vue, or standalone JavaScript

Framework Compatibility

Since v4, Ionic is built as a standalone Web Component library with framework integrations:

Framework Package Support
Angular @ionic/angular Angular 16+
React @ionic/react Latest React
Vue @ionic/vue Vue 3.x
Standalone ionic (script include) Any web project

Native Runtime

Capacitor (https://capacitorjs.com) is the official cross-platform runtime, enabling apps to run natively on iOS, Android, and the web with a single codebase.

Quick Start

Install Ionic CLI

npm install -g @ionic/cli

Create an App

# Angular
ionic start myApp tabs --type angular

# React
ionic start myApp tabs --type react

# Vue
ionic start myApp tabs --type vue

# Standalone
ionic start myApp blank --type vue-standalone

Run the App

cd myApp
ionic serve

Architecture Overview

ionic/
├── @ionic/core           Web Components library (framework-agnostic)
├── @ionic/angular        Angular integration + @ionic/angular-toolkit
├── @ionic/react          React integration + react-router
├── @ionic/vue            Vue integration + vue-router
├── @ionic/cli            Command-line tooling
├── capacitor             Native cross-platform runtime
└── appflow               (optional) CI/CD + live updates service

Read the full file on GitHub · 441 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 441 lines · 32 tokens per session scan A 7f71c213ec19

Subscribe to this mod's changes

ionic-framework-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 3,835 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

react-native-expert

Expert in React Native, cross-platform mobile development, native modules, and performance optimization. Use when the user mentions mobile, JavaScript, TypeScript, cross platform, iOS, or Android, or when the task involves React Native Architecture, Component Types, Hooks Essentials, or Navigation.

personamanagmentlayer/pcl · 62 tokens

mobile-engineer

You are the Mobile Engineer Specialist — a cross-platform mobile development expert who builds performant, production-ready mobile applications. You specialize in React Native (Expo) and Flutter, with deep expertise in native integrations, offline-first architectures, and app store deployment.

buiphucminhtam/forgewright · 56 tokens

mobile-developer

Expert in React Native, Expo, and cross-platform mobile development.

daffy0208/ai-dev-standards · 16 tokens

react-native-builder

Professional React Native Builder skill. Build performance-tuned, secure, and intuitive mobile applications for iOS and Android.

AtulPurohit/Antigravity-Awesome-Skills · 27 tokens

truesheet-usage

Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation…

lodev09/react-native-true-sheet · 169 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens