CtrlK
BlogDocsLog inGet started
Tessl Logo

android-compose

Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects.

71

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

This is a well-structured, concise skill that effectively communicates Jetpack Compose best practices as clear rules and anti-patterns. Its main weaknesses are the lack of executable code examples (relying instead on references to a non-existent implementation file) and the missing bundle file that the skill depends on for detailed patterns. Adding inline code snippets and providing the referenced implementation file would significantly strengthen it.

Suggestions

Add at least one concrete, executable Composable code example demonstrating state hoisting (Screen -> Content pattern) to improve actionability.

Provide the referenced `references/implementation.md` bundle file, or inline the most critical examples (e.g., `derivedStateOf` usage, `LazyColumn` with `key`) to ensure the skill is self-sufficient.

DimensionReasoningScore

Conciseness

The content is lean and efficient. Every section delivers actionable rules without explaining what Jetpack Compose is or how recomposition works conceptually. The bullet-point format keeps token usage minimal while preserving clarity.

3 / 3

Actionability

The skill provides specific, concrete rules (e.g., use `@Stable`, use `key` in LazyColumn, use `derivedStateOf`) but lacks executable code examples. For a Compose skill, showing at least one concrete Composable function with state hoisting or a LazyColumn with key usage would significantly improve actionability.

2 / 3

Workflow Clarity

The skill is structured as a set of clear, prioritized rules rather than a multi-step destructive workflow. The verification checklist at the end provides explicit validation checkpoints including a build step. For this type of declarative-rules skill, the sequence and checkpoints are appropriate and unambiguous.

3 / 3

Progressive Disclosure

The skill references `references/implementation.md` multiple times for detailed examples, which is good structure. However, no bundle files were provided, meaning the referenced file doesn't exist, making those references dead links. The skill itself is well-organized with clear sections, but the missing bundle undermines the progressive disclosure strategy.

2 / 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.

This is a strong skill description that concisely covers what the skill does (build declarative UI with Jetpack Compose), when to use it (explicit 'Use when' clause with multiple triggers), and uses domain-specific terminology that Android developers would naturally use. It uses proper third-person voice and is concise without being vague.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: writing Composable functions, optimizing recomposition, hoisting state, working with LazyColumn and side effects. These are distinct, concrete capabilities within the Jetpack Compose domain.

3 / 3

Completeness

Clearly answers both 'what' (build high-performance declarative UI with Jetpack Compose) and 'when' with an explicit 'Use when...' clause listing specific trigger scenarios like writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Jetpack Compose', 'Composable functions', 'recomposition', 'state hoisting', 'LazyColumn', 'side effects'. These are the exact terms Android developers use when seeking help with Compose.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche in Jetpack Compose / Android declarative UI. The specific terms like 'Composable functions', 'recomposition', 'LazyColumn' are unique to this framework and unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation9 / 11 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

9

/

11

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.