CtrlK
BlogDocsLog inGet started
Tessl Logo

angular-dependency-injection

Configure DI, inject() usage, and providers in Angular. Use when configuring Angular dependency injection, using inject(), or defining providers.

69

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

72%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, well-organized Angular DI reference that effectively delegates code to a one-level reference file. Its weaknesses are the absence of complete executable code blocks in the body and the lack of a sequenced workflow for what is essentially a rules-based skill.

Suggestions

Add one or two short fenced TypeScript code blocks in the body for the most common patterns (inject() in a service, providing an InjectionToken) so the core examples are copy-paste ready without opening the reference.

Tighten or fix awkward phrasing such as 'collects all multi providers into array' and 'This creates instance destroyed when leaving route' for clearer actionable guidance.

If a typical DI task has a natural sequence (e.g. declare token -> provide in app.config.ts -> inject where needed), surface it as an explicit ordered checklist to give the rules a clearer workflow shape.

DimensionReasoningScore

Conciseness

The body is lean, assumes Angular competence, and avoids explaining what DI is; every line states a rule or pattern rather than padding.

3 / 3

Actionability

Concrete inline syntax fragments (e.g. 'provideAppInitializer(() => inject(ConfigService).load())') are present, but the body lacks complete executable fenced code blocks — full examples live only in the reference file.

2 / 3

Workflow Clarity

Guidelines and anti-patterns are listed but there is no sequenced multi-step workflow; this is a rules collection rather than a single unambiguous task, so the simple-skill exception does not cleanly apply.

2 / 3

Progressive Disclosure

A concise overview delegates code examples to a single, well-signaled, one-level-deep reference (references/di-patterns.md, verified to exist), giving easy navigation.

3 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A concise, third-person description that names concrete actions and pairs them with an explicit 'Use when' trigger clause, matching the strongest reference examples. It is clearly distinct to the Angular DI niche.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Configure DI', 'inject() usage', and 'providers' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what ('Configure DI, inject() usage, and providers in Angular') and when via a clear 'Use when...' trigger clause.

3 / 3

Trigger Term Quality

Includes natural terms a user would say — 'Angular dependency injection', 'inject()', 'providers' — with good coverage of the core phrasings.

3 / 3

Distinctiveness Conflict Risk

Angular dependency injection is a clear niche with distinct triggers unlikely to collide with other skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
HoangNguyen0403/agent-skills-standard
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.