inertia-vue-development

inertia-vue-development is a skill for Claude Code, Codex from cyberia-temple/singularity. It costs 87 tokens per session (3,304 once invoked), scanned C, original, GPL-3.0.

Development guidance for building Vue applications with Inertia.js, a tool that connects server-side web apps to Vue pages without a separate API for every page.

In plain words
What is it for?
Use it when creating or changing Vue pages, forms, layouts, navigation, deferred data, prefetching, optimistic updates, instant visits, or polling in an Inertia.js application.
Why use it?
It provides context for Inertia-specific Vue work, helping avoid confusion around pages, forms, navigation, and Inertia features.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when creating or changing Vue pages, forms, layouts, navigation, deferred data, prefetching, optimistic updates, instant visits, or polling in an Inertia.js application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyberia-temple/singularity/inertia-vue-development
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.

Any agent
npx skills add cyberia-temple/singularity --skill inertia-vue-development
Clone the repo
git clone --depth 1 https://github.com/cyberia-temple/singularity

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 inertia-vue-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyberia-temple/singularity/inertia-vue-development/github.svg)](https://agentmods.dev/skills/cyberia-temple/singularity/inertia-vue-development)
Your own site
<a href="https://agentmods.dev/skills/cyberia-temple/singularity/inertia-vue-development"><img src="https://agentmods.dev/badge/skills/cyberia-temple/singularity/inertia-vue-development/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for inertia-vue-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyberia-temple/singularity/inertia-vue-development"><img src="https://agentmods.dev/badge/skills/cyberia-temple/singularity/inertia-vue-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,304 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00087 $0.03304
Opus 5 $0.00044 $0.01652
Sonnet 5 $0.00017 $0.00661
Haiku 4.5 $0.00009 $0.00330

Measured 9d ago against content hash 1a04e1c62f0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

inertia-vue-development scanned grade C with 1 finding 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 9d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Link with POST Method -->
backend/laravel/.agents/skills/inertia-vue-development/SKILL.md · 575 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 575 lines · 87 tokens per session scan C 1a04e1c62f0e

Subscribe to this mod's changes

inertia-vue-development is a skill published in the GitHub repository cyberia-temple/singularity (10 stars, last pushed today), licensed GPL-3.0. It adds 87 tokens to every session and 3,304 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). 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

a2ui-renderer

Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via . Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives…

CopilotKit/CopilotKit · 175 tokens

copilotkit-develop

Use when building AI-powered features with CopilotKit v2 -- adding chat interfaces, registering frontend tools, sharing application context with agents, handling agent interrupts, and working with the CopilotKit runtime.

CopilotKit/CopilotKit · 46 tokens

copilotkit-upgrade

Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.

CopilotKit/CopilotKit · 48 tokens

shadcn-svelte

Pre-built shadcn-svelte components for json-render Svelte apps. Use when working with @json-render/shadcn-svelte, adding standard UI components to a Svelte catalog, or building Svelte web UIs with shadcn-svelte + Tailwind CSS components.

vercel-labs/json-render · 63 tokens

start9-frontend

Start9 house style for every Angular + Taiga UI web frontend (StartOS ui/setup-wizard, StartWRT, StartTunnel, brochure-marketplace, start9-store, ops-server, support-server). Use BEFORE writing or reviewing any frontend code in these apps — components, templates, styles/CSS, forms, dialogs/toasts, routing, state, DI…

Start9Labs/start-technologies · 129 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens