CtrlK
BlogDocsLog inGet started
Tessl Logo

evernote-data-handling

Best practices for handling Evernote data. Use when implementing data storage, processing notes, handling attachments, or ensuring data integrity. Trigger with phrases like "evernote data", "handle evernote notes", "evernote storage", "process evernote content".

71

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

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

A well-structured, actionable overview that defers detail to a single real reference file. The main gap is the absence of explicit validation/retry feedback loops for the batch sync and database operations.

Suggestions

Add an explicit validation checkpoint in Step 4 (Sync) — e.g., verify chunk continuity and re-request missing USN ranges before proceeding — and a retry-on-failure loop, since batch sync is a destructive/large operation.

Insert a 'Verify schema before sync' step between Step 1 and Step 2 (e.g., run a migration/integrity check) so database changes have a feedback gate.

Make the sync feedback loop concrete with code: wrap getSyncChunk in a loop that checks for chunk.gaps or errors and retries from the last good USN.

DimensionReasoningScore

Conciseness

The body is lean with no concept explanation Claude already knows (no 'what is Evernote' filler), uses tight illustrative code snippets, and lets the reference file carry full detail; every section earns its place.

3 / 3

Actionability

Provides an executable SQL schema, complete JS functions (enmlToPlainText, sync loop), specific API calls with parameters (getSyncState, getSyncChunk), and a concrete error-cause-solution table — copy-paste ready.

3 / 3

Workflow Clarity

The five steps are clearly sequenced, but the batch sync and database operations lack explicit validate-then-proceed checkpoints and a sync→verify→retry feedback loop, so per the scoring notes workflow_clarity is capped at 2.

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with a single, clearly signaled one-level-deep reference (references/implementation-guide.md, verified to exist with no nested .md references), so content is appropriately split for easy navigation.

3 / 3

Total

11

/

12

Passed

Description

90%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, Evernote-scoped description that answers both what and when with explicit, natural trigger phrases. Its only weakness is moderately abstract capability verbs rather than concrete enumerated actions.

DimensionReasoningScore

Specificity

Names the domain ('handling Evernote data') and several action areas ('implementing data storage, processing notes, handling attachments, ensuring data integrity'), but the verbs are abstract ('handling', 'ensuring') rather than the concrete, enumerated actions of the score-3 anchor.

2 / 3

Completeness

Clearly states what the skill does and gives an explicit 'Use when...' clause plus 'Trigger with phrases like...', satisfying both the what and the when.

3 / 3

Trigger Term Quality

Provides natural phrases a user would say — 'evernote data', 'handle evernote notes', 'evernote storage', 'process evernote content' — giving good coverage of likely utterances.

3 / 3

Distinctiveness Conflict Risk

The Evernote-specific triggers ('evernote data', 'handle evernote notes') carve a clear niche that is unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

87%

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

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

Total

14

/

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.