CtrlK
BlogDocsLog inGet started
Tessl Logo

clerk-data-handling

Handle user data, privacy, and GDPR compliance with Clerk. Use when implementing data export, user deletion, or privacy compliance features. Trigger with phrases like "clerk user data", "clerk GDPR", "clerk privacy", "clerk data export", "clerk delete user".

67

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

65%

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

The content is highly actionable with complete code, but workflow clarity is capped by missing verification in the destructive deletion flow and progressive disclosure suffers from an inline monolith with an orphaned reference file.

Suggestions

Add an explicit verification checkpoint in Step 2 (e.g., confirm app-data deletion succeeded and re-check before calling client.users.deleteUser) so the destructive flow validates before the irreversible Clerk deletion.

Link references/implementation-guide.md from the body (e.g., a '## Advanced implementation' section pointing to it) and move the bulk of inline code there to reduce the monolithic body.

Trim restated Overview/Output prose and inline debug lines (e.g., console.log '[COMPLIANCE]') to tighten token efficiency.

DimensionReasoningScore

Conciseness

Mostly efficient executable code, but includes some padding — restated Overview/Output sections and inline comments/console.log debug lines — that could be tightened.

2 / 3

Actionability

Provides five complete, copy-paste-ready TypeScript handlers and a cleanup script using real Clerk SDK calls, matching the fully executable anchor.

3 / 3

Workflow Clarity

Deletion is a destructive batch-capable operation sequenced app-data then Clerk then audit, but lacks an explicit verification checkpoint before the irreversible Clerk user deletion, capping clarity at 2 per the destructive-operations guideline.

2 / 3

Progressive Disclosure

The body is a monolithic ~245-line inline code block and an existing references/implementation-guide.md is never linked or signaled, so the split is not navigated.

2 / 3

Total

9

/

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 specific, complete, and well-triggered with natural clerk-qualified phrases. Voice is appropriately third person, though the description string contains stray blank lines that could be tightened.

DimensionReasoningScore

Specificity

Names concrete actions such as 'data export, user deletion, or privacy compliance features' rather than vague language, matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly answers 'what' (handle user data, privacy, GDPR with Clerk) and 'when' ('Use when implementing data export, user deletion, or privacy compliance features') with explicit triggers.

3 / 3

Trigger Term Quality

Explicit trigger phrases ('clerk user data', 'clerk GDPR', 'clerk privacy', 'clerk data export', 'clerk delete user') are natural terms a user would say, giving good coverage.

3 / 3

Distinctiveness Conflict Risk

Every trigger is qualified with 'clerk', giving a clear niche unlikely to conflict with non-Clerk 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.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.