CtrlK
BlogDocsLog inGet started
Tessl Logo

feature-flags

Declare, evaluate, manage, and remove framework feature flags. Use when shipping a capability gradually, targeting users or organizations, or replacing a compile-time rollout switch with a production-safe runtime flag.

78

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The body is a tight, executable reference: concrete code, a sequenced workflow with validation checkpoints, and clean section organization with no nested or stale references. It scores at the top anchor on all four content dimensions.

DimensionReasoningScore

Conciseness

Lean and operational throughout — it assumes Claude's competence and adds only domain-specific contract (e.g. 'A feature flag is a boolean declared in app code, evaluated locally by Core'), with no padding or explanation of basic concepts; every section earns its tokens.

3 / 3

Actionability

Provides fully executable TypeScript/TSX snippets with real imports (defineFeatureFlag, createFeatureFlagsPlugin, isFeatureFlagEnabled, useFeatureFlag) plus concrete UI paths like 'Analytics → Feature flags' and 'Enable for me', making guidance copy-paste ready.

3 / 3

Workflow Clarity

The 'Agent workflow' is a clear sequenced pipeline (Declare → Register → Guard → Verify and roll out) with an explicit validation checkpoint ('Verify the off path before changing rollout state') and a dedicated verification checklist, including a remove-a-flag teardown sequence.

3 / 3

Progressive Disclosure

No bundle files exist and the body is well-organized into clearly signaled sections with no nested references; the 'Related skills' block provides one-level navigation to sibling skills, and no inline content clearly warrants being split out.

3 / 3

Total

12

/

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, third-person, and answers both what the skill does and when to invoke it with concrete actions and natural trigger terms. It hits the top anchor on every dimension without padding or over-claims.

DimensionReasoningScore

Specificity

Lists four concrete, distinct actions — 'Declare, evaluate, manage, and remove' — matching the anchor for multiple specific concrete actions; not vague like 'Helps with documents'.

3 / 3

Completeness

Explicitly states what it does ('Declare, evaluate, manage, and remove framework feature flags') and when to use it via an explicit 'Use when …' clause, satisfying both halves; not a level-2 missing-when case.

3 / 3

Trigger Term Quality

Covers natural terms a user would say — 'feature flags', 'shipping a capability gradually', 'targeting users or organizations', 'rollout' — with good coverage of common phrasings rather than opaque jargon.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (framework feature flags) with distinct triggers unlikely to fire for unrelated skills; not generic enough to conflict as 'Helps with code and documents' would.

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.

Validation13 / 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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
BuilderIO/agent-native
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.