angular-conventions

angular-conventions is a skill for Claude Code, Codex from J-Pster/Psters_AI_Workflow. It costs 31 tokens per session (196 once invoked), scanned A, original, MIT.

A set of working rules for Angular front-end projects. Angular is a framework for building web interfaces, and these rules describe how to structure its components, routes, styles, and error handling.

In plain words
What is it for?
Use it when changing Angular code, especially for standalone components, feature folders, lazy-loaded routes, centralized error capture, English interface text, and production builds.
Why use it?
It gives implementation and review work a consistent shape, reducing disagreements about file layout, user-facing text, error capture, and build checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/j-pster/psters_ai_workflow/angular-conventions
Any agent
npx skills add J-Pster/Psters_AI_Workflow --skill angular-conventions
Clone the repo
git clone --depth 1 https://github.com/J-Pster/Psters_AI_Workflow

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/j-pster/psters_ai_workflow/angular-conventions.svg)](https://agentmods.dev/skills/j-pster/psters_ai_workflow/angular-conventions)
Your own site
<a href="https://agentmods.dev/skills/j-pster/psters_ai_workflow/angular-conventions"><img src="https://agentmods.dev/badge/skills/j-pster/psters_ai_workflow/angular-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 196 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.1 $0.00031 $0.00196
Opus 5 $0.00015 $0.00098
Sonnet 5 $0.00006 $0.00039
Haiku 4.5 $0.00003 $0.00020

Measured 6d ago against content hash 771e3f3ee4c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

angular-conventions 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/psters-ai-workflow/skills/angular-conventions/SKILL.md · 17 lines

What it actually says

Angular Conventions

When working in frontend/ (or Angular app root), follow these conventions:

  • Structure: Feature-based; standalone components only. core/, shared/, features/<feature>/ with components, services, models, *-routes.ts. Kebab-case files; PascalCase classes.
  • Error capture: All errors must be captured: use centralized error capture in RxJS pipes, and wrap try/catch with error capture. See project rules for error-capture patterns.
  • User-facing text: All in English.
  • Build: Run npm run build after implementation.
  • Lazy loading: Use loadComponent/loadChildren for feature routes.

Reference project rules and structure docs for full details.

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. 6d ago First seen · 17 lines · 0 tokens per session scan A 771e3f3ee4c3

Subscribe to this mod's changes

angular-conventions is a skill published in the GitHub repository J-Pster/Psters_AI_Workflow (290 stars, last pushed 5mo ago), licensed MIT. It adds 31 tokens to every session and 196 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

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

development

开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.

fengshao1227/ccg-workflow · 41 tokens

tencent-docs

腾讯文档(docs.qq.com)-在线云文档平台,是创建、编辑、管理文档的首选 skill。涉及"新建/创建/编辑/读取/查看/搜索文档"、"保存文件"、"云文档"、"腾讯文档"、"docs.qq.com"等操作,请优先使用本 skill。支持能力:(1) 创建各类在线文档(文档/Word/Excel/幻灯片/思维导图/流程图/智能表格/收集表)(2) 管理知识库空间(创建空间、查询空间列表)(3) 管理空间节点、文件夹结构 (4) 读取/搜索文档内容 (5) 编辑操作智能表 (6) 编辑操作在线文档 (7) 文件管理(重命名、移动、删除、复制、导入导出)(8) 网页剪藏、本地文件/文档上云。.

UnicomAI/wanwu · 209 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens

n8n:human-like-code-review

Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.

n8n-io/n8n · 70 tokens

wechat-article-pro

微信公众号文章发布专业版。功能:1)联网搜索热点信息 2)AI生成微信公众号封面图 3)撰写3000-5000字深度文章 4)使用公众号AI配图功能自动生成并上传封面 5)参考刘润公众号风格写作 6)自动排版 7)不加话题标签.

UnicomAI/wanwu · 83 tokens