novu: Skill for Cursor

.cursor/skills/ink-tui/SKILL.md

ink-tui-wizard is a skill for Cursor from novuhq/novu. It costs 92 tokens per session (1,797 once invoked), scanned A, original, no licence file.

Guidance for building terminal user interfaces with Ink, a library that lets React components render in command-line programs. It focuses on interactive, session-based wizards with multiple steps.

In plain words
What is it for?
Use it when creating Node.js or TypeScript command-line installers, setup wizards, or other multi-step terminal applications.
Why use it?
It provides a consistent way to manage screens, user input, and transitions in terminal setup flows.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is novuhq/novu's own configuration. It tells Cursor how to work on novu itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything novu configures →

Reuse

Borrowing it

Nothing to install: this file belongs to novuhq/novu. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/novuhq/novu/next/.cursor/skills/ink-tui/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/novuhq/novu

Made for: Cursor.

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 ink-tui-wizard

README.md
[![agentmods](https://agentmods.dev/badge/skills/novuhq/novu/ink-tui/github.svg)](https://agentmods.dev/skills/novuhq/novu/ink-tui)
Your own site
<a href="https://agentmods.dev/skills/novuhq/novu/ink-tui"><img src="https://agentmods.dev/badge/skills/novuhq/novu/ink-tui/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 ink-tui-wizard

Your own site · 80×15
<a href="https://agentmods.dev/skills/novuhq/novu/ink-tui"><img src="https://agentmods.dev/badge/skills/novuhq/novu/ink-tui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,797 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 72
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
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.00092 $0.01797
Opus 5 $0.00046 $0.00898
Sonnet 5 $0.00018 $0.00359
Haiku 4.5 $0.00009 $0.00180

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

Security

Grade A, and why

ink-tui-wizard 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 11d 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.

.cursor/skills/ink-tui/SKILL.md · 157 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 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. 11d ago First seen · 157 lines · 92 tokens per session scan A 11c656ea7906

Subscribe to this mod's changes

ink-tui-wizard is a skill published in the GitHub repository novuhq/novu (39,963 stars, last pushed today), with no licence file. It adds 92 tokens to every session and 1,797 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

wraps-email

TypeScript SDK for AWS SES with automatic credential resolution, React.email support, and template management.

wraps-team/wraps · 23 tokens

wraps-workflows

Build email and SMS automation workflows using the @wraps.dev/client TypeScript DSL. Covers triggers, steps, branching, cascades, and the full defineWorkflow API.

wraps-team/wraps · 39 tokens

wraps-sms

TypeScript SDK for AWS End User Messaging (Pinpoint SMS) with opt-out management, batch sending, and E.164 validation.

wraps-team/wraps · 32 tokens

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens

onejs-setup-and-overview

Use this skill whenever the user wants to build or set up user interface in a Unity project using OneJS, React, TypeScript, or JSX, e.g. 'add a main menu to my game', 'build a settings screen', 'make a HUD', 'set up OneJS', 'my OneJS panel is blank', 'the UI is not hot reloading'. Covers confirming OneJS is installed…

Singtaa/OneJS · 199 tokens

typescript-rules

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

shinpr/claude-code-workflows · 39 tokens