Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Angular Compiler CLI Architecture

porangular·angular· v1.0.0 · atualizado em 2026-04-10
80
Score

Explains the mental model and architecture of the code under `packages/compiler-cli`. You MUST use this skill any time you plan to work with code in `packages/compiler-cli`.

angularcompilertypescriptivyaot-compilationast-transformationtemplate-type-checking
Linguagens
TypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdreference-compiler-cli/workflow
1
Understand the NgtscProgram — : Learn how it wraps the standard TypeScript compiler.
2
Explore the Trait System — : Grasp the state machine (Pending, Analyzed, Resolved, Skipped) for Angular classes.
3
Examine Decorator Handlers — : Understand how `@Component`, `@Directive`, etc., are processed.
4
Study Template Type Checking — : Learn how TCBs are generated and used for error detection.
5
Trace Compilation Phases — : Follow the flow from Analysis to Resolution to Type Checking to Emit.
6
Locate Key Files — : Familiarize yourself with `program.ts`, `compiler.ts`, `trait.ts`, etc.
7
Review AST Transformation — : Understand how the Output AST is translated into TypeScript AST.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aAceternity UI Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTailwind Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAngular Core Mental Model
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

Angular Compiler CLI Architecture
reference-compiler-cli
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.REFLECT
Triggers8
explain the angular compiler architecturedescribe the ngtsc compilerhow does the angular compiler work?walk me through the compiler-cli packagedetail the ivy compilation processwhat are the phases of angular compilation?explain the trait system in ngtschow does template type checking work in angular?

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download reference-compiler-cli
$ synaptic skills detail reference-compiler-cli
$ synaptic skills live reference-compiler-cli

Dependências

typescript

Links

GitHub Repository