habitos-angular-performance

habitos-angular-performance is a skill for Claude Code, Codex from PhelipeG/daily_habits_app_angular_ia. It costs 59 tokens per session (567 once invoked), scanned A, original, no licence file.

A performance guide for an Angular 21 habits application, covering how its code loads, renders screens, and checks for state changes.

In plain words
What is it for?
Profiling and improving route-based code loading, deferred content, signals and computed state, templates, and performance validation in this Angular app.
Why use it?
It helps find and reduce slow initial loading, oversized browser files, choppy rendering, and unnecessary update work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Profiling and improving route-based code loading, deferred content, signals and computed state, templates, and performance validation in this Angular app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance
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 PhelipeG/daily_habits_app_angular_ia --skill habitos-angular-performance
Clone the repo
git clone --depth 1 https://github.com/PhelipeG/daily_habits_app_angular_ia

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 habitos-angular-performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance/github.svg)](https://agentmods.dev/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance)
Your own site
<a href="https://agentmods.dev/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance"><img src="https://agentmods.dev/badge/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance/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 habitos-angular-performance

Your own site · 80×15
<a href="https://agentmods.dev/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance"><img src="https://agentmods.dev/badge/skills/phelipeg/daily_habits_app_angular_ia/habitos-angular-performance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 567 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.
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.00059 $0.00567
Opus 5 $0.00030 $0.00283
Sonnet 5 $0.00012 $0.00113
Haiku 4.5 $0.00006 $0.00057

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

Security

Grade A, and why

habitos-angular-performance 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 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.

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.

habitos-diarios/.ai/skills/habitos-angular-performance/SKILL.md · 48 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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 · 48 lines · 59 tokens per session scan A 49093ca66edf

Subscribe to this mod's changes

habitos-angular-performance is a skill published in the GitHub repository PhelipeG/daily_habits_app_angular_ia (1 stars, last pushed 4mo ago), with no licence file. It adds 59 tokens to every session and 567 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

typescript-react-nextjs-patterns

Production-grade TypeScript reference for React & Next.js frontend development. Covers type narrowing, component Props, generic hooks, discriminated unions, as const, satisfies, Zod validation, TanStack Query, server/client boundaries, forms, state management, performance, accessibility, debugging, and code review.…

leejpsd/typescript-react-nextjs-patterns · 142 tokens

sveltekit-and-svelte5-runes

Complete architecture patterns, state management with Svelte 5 Runes ($state, $derived, $effect, $props), SvelteKit SSR/streaming pipelines, form actions, and production anti-patterns.

hamzabellouch/agent-skills · 53 tokens

vue3-and-nuxt3-architecture

Production-grade architecture patterns, state management, SSR strategies, performance optimization, and anti-patterns for Vue 3 (Composition API) and Nuxt 3 applications.

hamzabellouch/agent-skills · 43 tokens

webgl-and-threejs-3d-experiences

Production WebGL & Three.js 3D experience architecture, custom GLSL shaders, memory management & GPU disposal pipelines, instanced rendering, performance optimization, and anti-patterns.

hamzabellouch/agent-skills · 48 tokens

dotnet-maui-wpf-desktop

Production architectural patterns, MVVM clean architecture, async thread synchronization, high-performance UI rendering, native interop, and memory optimization for enterprise Windows and cross-platform desktop applications using WPF, .NET MAUI, and Windows App SDK.

hamzabellouch/agent-skills · 56 tokens

electron-crossplatform-performance

Production architecture, multi-process IPC security, V8 memory management, native node modules, window lifecycle optimization, and cross-platform desktop execution using Electron. Use when building, hardening, or tuning performance for enterprise Electron apps across Windows, macOS, and Linux.

hamzabellouch/agent-skills · 57 tokens