CtrlK
BlogDocsLog inGet started
Tessl Logo

tdg-personal/frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

48

Quality

48%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

Quality

Discovery

32%

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 identifies the technology domain (React/Next.js frontend) but reads more like a topic list than an actionable skill description. It lacks concrete actions (verbs), has no 'Use when...' clause, and uses category-level terms rather than specific capabilities. The description would benefit significantly from specifying concrete actions and explicit trigger conditions.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user asks about React components, Next.js routing, state management with Redux/Zustand, or frontend performance optimization.'

Replace abstract categories with concrete actions, e.g., 'Creates React components, implements Next.js routing and SSR, configures state management with Redux or Zustand, optimizes bundle size and rendering performance.'

Include more natural trigger terms users would say, such as 'hooks', 'components', 'SSR', 'server-side rendering', 'CSS', 'responsive', 'TypeScript', '.tsx', '.jsx'.

DimensionReasoningScore

Specificity

Names the domain (frontend development) and lists some areas (React, Next.js, state management, performance optimization, UI best practices), but these are categories rather than concrete actions. No specific verbs like 'create components', 'optimize bundle size', or 'implement routing'.

2 / 3

Completeness

Describes 'what' at a high level (frontend development patterns) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also weak, so this scores a 1.

1 / 3

Trigger Term Quality

Includes some relevant keywords users might say like 'React', 'Next.js', 'state management', and 'performance optimization', but misses common variations like 'component', 'hooks', 'CSS', 'styling', 'TypeScript', 'SSR', 'server-side rendering', or 'responsive design'.

2 / 3

Distinctiveness Conflict Risk

Mentioning React and Next.js specifically provides some distinctiveness, but 'frontend development patterns' and 'UI best practices' are broad enough to overlap with general web development, CSS/styling, or JavaScript skills.

2 / 3

Total

7

/

12

Passed

Implementation

42%

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

This skill is essentially a React patterns cookbook that duplicates widely-known patterns Claude already understands well. While the code examples are high-quality and executable, the sheer volume (~500+ lines) of standard React patterns wastes token budget without adding novel project-specific guidance. The content would benefit enormously from being condensed to project-specific conventions and splitting detailed examples into referenced sub-files.

Suggestions

Drastically reduce content to only project-specific conventions and preferences that Claude wouldn't already know (e.g., 'prefer Zustand over Context for global state in this project'), removing standard React patterns.

Split detailed code examples into separate reference files (e.g., COMPONENT_PATTERNS.md, HOOKS.md, PERFORMANCE.md) and keep SKILL.md as a concise overview with links.

Add a decision tree or workflow for pattern selection (e.g., 'When to use Context vs Zustand vs React Query') rather than just listing patterns.

Include project-specific constraints like preferred libraries, naming conventions, or file structure expectations that differentiate this from generic React documentation.

DimensionReasoningScore

Conciseness

This is extremely verbose at ~500+ lines, mostly consisting of well-known React patterns (composition, compound components, render props, context+reducer, error boundaries, memoization, debounce hooks) that Claude already knows thoroughly. Almost every pattern here is standard React documentation material that adds no novel information.

1 / 3

Actionability

The code examples are fully executable TypeScript/React components with proper type annotations, imports, and usage examples. Every pattern includes copy-paste ready code with clear usage demonstrations.

3 / 3

Workflow Clarity

The skill is organized by pattern category with clear sections, but there's no workflow sequencing—it's a reference catalog rather than a guided process. There are no validation checkpoints or decision trees for when to use which pattern, just a closing reminder to 'choose patterns that fit your project complexity.'

2 / 3

Progressive Disclosure

This is a monolithic wall of code examples with no references to external files. The massive inline content (component patterns, hooks, state management, performance, forms, error boundaries, animations, accessibility) should be split into separate reference files with a concise overview in the main skill file.

1 / 3

Total

7

/

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 (643 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

Reviewed

Table of Contents