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.
npx agentmods add skills/felixzhu97/explore-chat/angular-developernpx skills add felixzhu97/explore-chat --skill angular-developergit clone --depth 1 https://github.com/felixzhu97/explore-chatWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00068 | $0.02442 |
| Opus 5 | $0.00034 | $0.01221 |
| Sonnet 5 | $0.00014 | $0.00488 |
| Haiku 4.5 | $0.00007 | $0.00244 |
Grade A, and why
angular-developer 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 2d 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.
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.
What ships with it
36 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.
- references/angular-animations.md 3.9 KB
- references/angular-aria.md 18 KB
- references/cli.md 3.6 KB
- references/component-harnesses.md 2.8 KB
- references/component-styling.md 2.5 KB
- references/components.md 3.3 KB
- references/creating-services.md 2.8 KB
- references/data-resolvers.md 1.6 KB
- references/define-routes.md 1.7 KB
- references/defining-providers.md 2.2 KB
- references/di-fundamentals.md 3.4 KB
- references/e2e-testing.md 2.4 KB
- references/effects.md 2.7 KB
- references/hierarchical-injectors.md 2.1 KB
- references/host-elements.md 2.1 KB
- references/injection-context.md 1.9 KB
- references/inputs.md 2.4 KB
- references/linked-signal.md 2.6 KB
- references/loading-strategies.md 1.4 KB
- references/mcp.md 3.7 KB
- references/migrations.md 2.0 KB
- references/navigate-to-routes.md 1.6 KB
- references/outputs.md 2.6 KB
- references/reactive-forms.md 3.5 KB
- references/rendering-strategies.md 1.8 KB
- references/resource.md 2.6 KB
- references/route-animations.md 1.7 KB
- references/route-guards.md 1.4 KB
- references/router-lifecycle.md 1.5 KB
- references/router-testing.md 3.7 KB
- references/show-routes-with-outlets.md 1.6 KB
- references/signal-forms.md 28 KB
- references/signals-overview.md 2.8 KB
- references/tailwind-css.md 1.8 KB
- references/template-driven-forms.md 3.7 KB
- references/testing-fundamentals.md 2.5 KB
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.
- 2d ago First seen · 151 lines · 68 tokens per session scan A 298598576598
angular-developer is a skill published in the GitHub repository felixzhu97/explore-chat (5 stars, last pushed 17d ago), with no licence file. It adds 68 tokens to every session and 2,442 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.
Other skills, from other repositories
accessibility
Maintain VoiceOver/TalkBack-focused accessibility in stream-chat-react-native. Use when changing interactive components, gestures, modals, lists, media controls, notifications, focus behavior, or live announcements.
perf-benchmarking
Measure React Native performance on-device for stream-chat-react-native — Hermes CPU profiles, deterministic call/listener counting, component render profiling, and memory/jank capture. Use when asked to benchmark a change, prove or disprove a perf claim, compare before/after, find what re-renders or what's heavy on…
rtl
Audit and maintain RTL (right-to-left) layout compatibility in stream-chat-react-native. Use when changing styles, positioning, flex layouts, swipe gestures, animated transforms, icons, text alignment, or anything that has a horizontal/directional axis.
add-prompt-enhancement-guide
Author a prompt-enhancement system prompt for a new ecosystem and register/update it on the orchestrator's prompt-analysis service. Use when onboarding a new ecosystem (e.g. happyhorse, a new Flux variant, a new Wan video version) and the user provides the ecosystem key plus a reference link, model card, or…
retool-migration
Port a Retool app's functionality into a page in apps/moderator. Use when given a Retool JSON export (or asked to migrate/replace a Retool moderation tool) and a page needs to be built in the moderator app. Decodes the export, inventories its queries, and builds the page with shadcn + Tailwind under the Retool nav…
mod-actions
Comprehensive moderation toolkit: user actions (ban/mute/DM), strike system, image moderation, report handling, generation moderation, content/training moderation, and NCMEC/CSAM reporting. All via Civitai tRPC API.