Keira3: Skill for Claude Code

.agents/skills/ngx-page-object-model/SKILL.md

ngx-page-object-model is a skill for Claude Code, Codex from azerothcore/Keira3. It costs 49 tokens per session (2,232 once invoked), scanned A, original, AGPL-3.0.

A testing rule for Angular components that requires the Page Object Model. Tests interact with the rendered page and the component's public behavior instead of its internal implementation.

In plain words
What is it for?
Use it before creating or editing Angular component test files, so tests access components through their rendered DOM and public contract.
Why use it?
It makes tests reflect what users can see and do, so internal code changes are less likely to break them unnecessarily.

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).

This is azerothcore/Keira3's own configuration. It tells Claude Code and Codex how to work on Keira3 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 Keira3 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to azerothcore/Keira3. 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/azerothcore/Keira3/master/.agents/skills/ngx-page-object-model/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/azerothcore/Keira3

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 ngx-page-object-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/azerothcore/keira3/ngx-page-object-model.svg)](https://agentmods.dev/skills/azerothcore/keira3/ngx-page-object-model)
Your own site
<a href="https://agentmods.dev/skills/azerothcore/keira3/ngx-page-object-model"><img src="https://agentmods.dev/badge/skills/azerothcore/keira3/ngx-page-object-model.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,232 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 pass 7 Sept 2026
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.00049 $0.02232
Opus 5 $0.00024 $0.01116
Sonnet 5 $0.00010 $0.00446
Haiku 4.5 $0.00005 $0.00223

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

Security

Grade A, and why

ngx-page-object-model 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 8d 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.

.agents/skills/ngx-page-object-model/SKILL.md · 159 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-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. 8d ago First seen · 159 lines · 49 tokens per session scan A d9b9bb4e1836

Subscribe to this mod's changes

ngx-page-object-model is a skill published in the GitHub repository azerothcore/Keira3 (448 stars, last pushed yesterday), licensed AGPL-3.0. It adds 49 tokens to every session and 2,232 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-30.

Related

Other skills, from other repositories

testing-expert

Expert-level software testing with unit tests, integration tests, E2E tests, TDD/BDD, and testing best practices. Use when the user mentions TDD, BDD, unit tests, integration tests, or end-to-end tests, or when the task involves Testing Fundamentals, Unit Testing, Integration Testing, or End-to-End Testing.

personamanagmentlayer/pcl · 73 tokens

swarmauri-add-community-standalone

Add a second-class standalone Swarmauri package under pkgs/community. Use when Codex needs community package scaffolding, workspace membership, pyproject metadata, README branding, entry points, second-class citizenship rows, exports, tests, and validation.

swarmauri/swarmauri-sdk · 59 tokens

add-tests

Add or update Jest unit tests for fe-tools utilities. Writes test cases, verifies coverage for common behavior, edge cases, and error inputs. Use when new functions are added, existing behavior changes, or the user asks to add tests across utils, web-utils, node-utils, canvas-utils, or ai-utils.

MichealWayne/fe-tools · 65 tokens

migrate-xunit-to-xunit-v3

Migrate .NET test projects from xUnit.net v2 to xunit.v3 and fix v3 breaks. Use for package/CPM conversion, OutputType=Exe, preserving the VSTest or MTP runner (including projects currently using YTest.MTP.XUnit2), incompatible TFMs, async void tests, string-to-Type attributes, custom Fact/Theory/BeforeAfterTest…

dotnet/skills · 149 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

nw-fp-clojure

Clojure language-specific patterns, data-first modeling, REPL-driven development, and spec.

nWave-ai/nWave · 25 tokens