neuralng-angular

neuralng-angular is a skill for Claude Code, Codex from hasanaydin7/NeuralTech. It costs 38 tokens per session (523 once invoked), scanned A, original, MIT.

A guide for building and updating Angular 22 or newer web interfaces with NeuralNg, a component library. It checks the installed documentation so code uses the correct components and settings.

In plain words
What is it for?
Use it when adding NeuralNg buttons, forms, icons, themes, server-side rendering, or accessible interface elements to an Angular project.
Why use it?
It reduces mistakes from guessing component names, imports, form behavior, accessibility settings, or supported versions.

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/hasanaydin7/neuraltech/neuralng-angular
Any agent
npx skills add hasanaydin7/NeuralTech --skill neuralng-angular
Clone the repo
git clone --depth 1 https://github.com/hasanaydin7/NeuralTech

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 neuralng-angular

README.md
[![agentmods](https://agentmods.dev/badge/skills/hasanaydin7/neuraltech/neuralng-angular.svg)](https://agentmods.dev/skills/hasanaydin7/neuraltech/neuralng-angular)
Your own site
<a href="https://agentmods.dev/skills/hasanaydin7/neuraltech/neuralng-angular"><img src="https://agentmods.dev/badge/skills/hasanaydin7/neuraltech/neuralng-angular.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 523 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 $0.00038 $0.00523
Opus 5 $0.00019 $0.00262
Sonnet 5 $0.00008 $0.00105
Haiku 4.5 $0.00004 $0.00052

Measured 4d ago against content hash 0ddd713eb54b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

neuralng-angular 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 4d 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/neuralng-angular/SKILL.md · 53 lines

How it starts

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

NeuralNg Angular

Use NeuralNg's versioned contracts instead of recalling or guessing component APIs.

Source of truth

Prefer sources in this order:

  1. The installed package's component README.md and llms.txt.
  2. The local @neural-ng/mcp-server contract and resources.
  3. https://neuralng.dev/llms-full.txt and hosted component documentation.

The installed version wins when hosted documentation differs. Do not invent selectors, declarations, inputs, outputs, models, tokens, icon names, aliases, NgModules, or compatibility claims.

Workflow

  1. Inspect the Angular version, existing styling approach, forms API and installed NeuralNg packages.
  2. Search by required behavior. With MCP, call search_components, then get_component_contract, then read neural://components/{id}/llms.
  3. Import only documented standalone declarations from exact secondary entry points such as @neural-ng/core/button.
  4. Implement with native semantics, visible accessible names, keyboard and focus behavior, and the project's existing state pattern.
  5. Preserve Signal Forms, Reactive Forms or template-driven Forms behavior as documented, including disabled, readonly, required, invalid, touched and reset state.
  6. Use the existing theme. Prefer Neutral for stable defaults; use component tokens, typed class slots or unstyled for custom systems. Treat Glass, Mist and Futuristic as experimental.
  7. Reuse @neural-ng/icons and verify the exact nt nt-* class before adding an unrelated icon dependency.
  8. Run the repository's relevant typecheck, tests and browser or accessibility checks. Verify SSR or hydration when the changed surface renders on the server.

Installation when absent

Install packages only when the task authorizes dependency changes:

npm install @neural-ng/core @neural-ng/icons

Load the chosen theme and icon stylesheet once in global styles:

@import '@neural-ng/icons/icons.css';
@import '@neural-ng/core/themes/neutral.css';

Run the optional read-only MCP server with:

Read the full file on GitHub · 53 lines

Files

What ships with it

1 file 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. 4d ago First seen · 53 lines · 38 tokens per session scan A 0ddd713eb54b

Subscribe to this mod's changes

neuralng-angular is a skill published in the GitHub repository hasanaydin7/NeuralTech (7 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 523 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.