CtrlK
BlogDocsLog inGet started
Tessl Logo

android-xml-views

Implement ViewBinding, RecyclerView, and XML layouts correctly on Android. Use when working with XML layouts, ViewBinding, or RecyclerView adapters in legacy Android projects.

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.

The body is concise and well-structured with proper progressive disclosure to a real reference file, but it lacks inline executable examples and validation checkpoints for its risky refactoring guidance.

Suggestions

Add a short inline Kotlin snippet (e.g., a minimal ListAdapter + DiffUtil skeleton) so the most copy-paste-ready guidance lives in the body, raising actionability.

Include a brief verification step for the destructive refactors (e.g., "grep for `notifyDataSetChanged` and `kotlinx.android.synthetic` to confirm removal; build to verify ViewBinding compiles") to add a validation checkpoint.

Clarify the recommended sequence when migrating a legacy screen (enable ViewBinding -> replace synthetics/findViewById -> swap adapter to ListAdapter -> build & verify) to make the workflow explicit.

DimensionReasoningScore

Conciseness

The body is a lean bulleted standards list with no padding and no explanation of concepts Claude already knows, matching the score-3 "every token earns its place" anchor.

3 / 3

Actionability

Guidance names concrete APIs ("Always inherit `ListAdapter`", "NEVER call `notifyDataSetChanged()``), but the executable code is offloaded to the reference file rather than given inline, so it sits between the pseudocode score-2 and copy-paste-ready score-3 anchors.

2 / 3

Workflow Clarity

Standards are listed but there is no sequenced workflow with validation checkpoints; per the feedback_loops note, risky refactors (removing kotlin-android-extensions, swapping adapters) without verification steps cap this at 2.

2 / 3

Progressive Disclosure

A clear organized overview links to a single one-level-deep reference ([ViewBinding & Adapter](references/implementation.md)) that exists and holds the detailed code, matching the score-3 anchor.

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.

The description is concise, specific, and clearly signals both what the skill does and when to use it with natural trigger terms. It is a strong, well-differentiated skill description.

DimensionReasoningScore

Specificity

"Implement ViewBinding, RecyclerView, and XML layouts correctly" lists multiple specific concrete capabilities, matching the score-3 anchor rather than the single-domain score-2 anchor.

3 / 3

Completeness

It states the what (implement ViewBinding/RecyclerView/XML layouts) and an explicit "Use when..." clause with triggers, satisfying both halves required by the score-3 anchor.

3 / 3

Trigger Term Quality

"XML layouts, ViewBinding, or RecyclerView adapters in legacy Android projects" provides good coverage of natural terms a developer would say; not just jargon, so it exceeds the score-2 anchor.

3 / 3

Distinctiveness Conflict Risk

The legacy Android XML-views niche with distinct triggers (ViewBinding, RecyclerView adapters) is unlikely to conflict with other skills, matching the score-3 anchor.

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.