Skip to main content
Back to the directory
angular/angularSoftware EngineeringFrontend and Design

reference-compiler-cli

The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
777

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/angular/angular --skill reference-compiler-cli
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, reference-compiler-cli has 777 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: angular/angular. Canonical URL: https://skills.sh/angular/angular/reference-compiler-cli.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities. The core goal of ngtsc is to compile Angular decorators (like @Component , @Directive , @Pipe ) into static properties on the class (Ivy instructions, e.g., static ɵcmp = ... ). It also performs template type checking and ahead-of-time (AOT) compilation. The compiler is designed as a lazy, incremental, and partial compilation pipeline. - Wrapper Pattern : NgtscProgram wraps the standard ts.Program . It intercepts calls to act as a drop-in replacement for standard tooling. - Traits System : Every class with an Angular decorator is considered a "Trait".

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does reference-compiler-cli do?

The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities.

Is reference-compiler-cli good?

reference-compiler-cli does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support reference-compiler-cli?

reference-compiler-cli currently lists compatibility with Skills CLI.

Is reference-compiler-cli safe to install?

reference-compiler-cli has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to reference-compiler-cli?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install reference-compiler-cli?

Run the following command to install reference-compiler-cli: npx skills add https://github.com/angular/angular --skill reference-compiler-cli

Related skills

More from angular/angular

Related skills

Alternatives in Software Engineering