CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-product

Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production.

24

Quality

7%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/antigravity-ai-product/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

0%

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 description is a marketing slogan or philosophical statement, not a functional skill description. It provides zero information about what the skill does, what actions it performs, or when it should be selected. It would be completely unusable for skill selection in a multi-skill environment.

Suggestions

Replace the marketing tagline with concrete actions the skill performs, e.g., 'Guides architecture and implementation of AI-powered product features, including prompt engineering, model selection, and API integration.'

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about building AI features, integrating LLMs into products, or moving AI prototypes to production.'

Remove opinion-based language ('The question is whether you'll build it right') and replace with objective, third-person capability statements that describe specific deliverables or outputs.

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. It reads as a marketing tagline or opinion statement rather than describing what the skill does. There are no verbs indicating capabilities like 'extract', 'analyze', 'generate', etc.

1 / 3

Completeness

The description answers neither 'what does this do' nor 'when should Claude use it'. There is no 'Use when...' clause or any equivalent trigger guidance. It is entirely a motivational/opinion statement with no functional information.

1 / 3

Trigger Term Quality

The only potentially relevant keyword is 'AI-powered', which is extremely generic. There are no natural terms a user would say when needing a specific skill. 'Production', 'demo', and 'ship' are too vague to serve as meaningful triggers.

1 / 3

Distinctiveness Conflict Risk

The description is so vague and generic that it could apply to virtually any AI-related skill. It provides no distinguishing characteristics that would help Claude select it over any other skill.

1 / 3

Total

4

/

12

Passed

Implementation

14%

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

This skill is extremely verbose and redundant, explaining many concepts Claude already knows while repeating the same patterns (e.g., output validation) multiple times across sections. The content would benefit enormously from being split into separate files and trimmed to only novel, project-specific guidance. While it contains some useful code examples, the lack of proper markdown fencing in several places, absence of clear multi-step workflows, and monolithic structure significantly reduce its effectiveness.

Suggestions

Reduce content by 60-70%: remove explanations of well-known concepts (what LLMs are, why costs matter, what prompt injection is) and deduplicate patterns that appear in both the Patterns and Sharp Edges sections.

Split into multiple files: move Sharp Edges to SHARP_EDGES.md, Patterns to PATTERNS.md, Validation Checks to VALIDATION.md, and keep SKILL.md as a concise overview with references.

Fix markdown code fencing: several code blocks in the Patterns section are missing triple-backtick fencing, making them not properly formatted or copy-paste ready.

Add at least one end-to-end workflow (e.g., 'Implementing a RAG feature from scratch') with numbered steps, explicit validation checkpoints, and error recovery guidance.

DimensionReasoningScore

Conciseness

Extremely verbose at ~500+ lines. Extensively explains concepts Claude already knows (what LLMs are, that they're probabilistic, what prompt injection is, what fine-tuning vs RAG means). Massive redundancy - the 'Structured Output with Validation' pattern is repeated almost identically in the 'Sharp Edges' section. Principles section explains obvious concepts like 'LLM calls take 1-30 seconds' and 'LLM API costs add up fast.'

1 / 3

Actionability

Contains numerous code examples that are mostly executable (TypeScript with OpenAI SDK, Zod validation, streaming patterns), but many code blocks lack proper markdown fencing (the Patterns section code blocks are not wrapped in triple backticks), and some examples are pseudocode-like (RAG hybrid search uses invalid JS syntax like `topK: 20` as a bare argument). The validation checks section is purely descriptive with no executable guidance.

2 / 3

Workflow Clarity

No clear multi-step workflows with validation checkpoints. The content is organized as isolated patterns and anti-patterns rather than sequenced processes. The Collaboration section lists workflows but they're just numbered lists of role assignments with no actual steps, validation, or error recovery. For a skill covering complex topics like RAG implementation and production AI systems, the absence of end-to-end workflows with verification steps is a significant gap.

1 / 3

Progressive Disclosure

Monolithic wall of text with no references to external files. Everything is inlined - patterns, sharp edges, validation checks, collaboration guidelines - resulting in an enormous single document. Content like the detailed sharp edges section, validation checks, and collaboration workflows should be split into separate referenced files.

1 / 3

Total

5

/

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

skill_md_line_count

SKILL.md is long (750 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

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

Warning

Total

9

/

11

Passed

Repository
boisenoise/skills-collections
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.