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.
npx agentmods add skills/pledgeandgrow/pledge-skills/ionicnpx skills add pledgeandgrow/pledge-skills --skill ionicgit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/ionic)<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>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.
| Model | Per session | Once 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 |
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.
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
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.
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.
- 5d ago First seen · 441 lines · 32 tokens per session scan A 7f71c213ec19
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.
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.
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.
mobile-developer
Expert in React Native, Expo, and cross-platform mobile development.
react-native-builder
Professional React Native Builder skill. Build performance-tuned, secure, and intuitive mobile applications for iOS and Android.
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…
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…