CtrlK
BlogDocsLog inGet started
Tessl Logo

evernote-sdk-patterns

Advanced Evernote SDK patterns and best practices. Use when implementing complex note operations, batch processing, search queries, or optimizing SDK usage. Trigger with phrases like "evernote sdk patterns", "evernote best practices", "evernote advanced", "evernote batch operations".

60

Quality

71%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/evernote-pack/skills/evernote-sdk-patterns/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%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 overview with good progressive disclosure and solid code for the first two patterns, but it is held back by prose-only patterns, a redundant Output section, and missing validation feedback loops for batch/destructive operations.

Suggestions

Add an explicit validate→retry feedback loop to the batch-operations pattern (e.g. verify each item after the operation and re-run on rate-limit using rateLimitDuration) so destructive/batch workflows have a checkpoint.

Make Patterns 3–5 actionable in the body with short executable snippets (the EvernoteError class, the batchProcess loop, getOrCreateTag) instead of prose descriptions, or clearly label them as summaries that the reference expands.

Remove or slim the 'Output' section, since it duplicates the capabilities already introduced by the patterns above it.

DimensionReasoningScore

Conciseness

The body is mostly lean and assumes Evernote/async competence without explaining basics, but the 'Output' section restates capabilities already covered by the patterns and Patterns 3–5 repeat in prose what the reference fully implements, so it could be tightened.

2 / 3

Actionability

Patterns 1–2 give copy-paste-ready code, but Patterns 3–5 ('Wrap API calls to distinguish...', 'Process items sequentially...', 'Implement getOrCreateTag()...') describe rather than instruct in the body, leaving concrete executable guidance incomplete without the reference.

2 / 3

Workflow Clarity

Content is organized as discrete patterns with a Prerequisites→Patterns→Output flow, but there are no explicit validate→fix→retry checkpoints, and the batch/destructive operations (Pattern 4, bulk-tagging example) lack a verification step, capping clarity at 2 per the rubric notes.

2 / 3

Progressive Disclosure

The body is a concise overview that delegates full implementations to a single, well-signaled, one-level-deep reference ('For all nine patterns with complete implementations, see [Implementation Guide](references/implementation-guide.md)'), and that referenced file exists and is not further nested.

3 / 3

Total

9

/

12

Passed

Description

85%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, well-scoped description that states capabilities and an explicit Use-when trigger. Its main weakness is trigger-term naturalness and coverage, which lean technical rather than conversational.

Suggestions

Add more natural trigger variations a user would actually say, such as 'evernote api', 'evernote search notes', 'evernote attachments', or 'evernote tags', alongside the existing phrases.

Replace the slightly unnatural 'evernote advanced' with a more concrete phrasing like 'advanced evernote operations' or fold it into a scenario-based trigger.

DimensionReasoningScore

Specificity

Names the Evernote SDK domain and multiple concrete actions — 'complex note operations, batch processing, search queries, or optimizing SDK usage' — matching the anchor that lists several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('Advanced Evernote SDK patterns and best practices') and when ('Use when implementing complex note operations...'), with an explicit trigger clause, so it is not capped at 2.

3 / 3

Trigger Term Quality

Four Evernote-prefixed trigger phrases are given, but several feel technical or unnatural ('evernote advanced', 'evernote sdk patterns') and common variations users would say (e.g. 'evernote api', 'evernote search', 'evernote attachments', 'evernote tags') are missing.

2 / 3

Distinctiveness Conflict Risk

The Evernote SDK niche is narrow and all triggers are Evernote-qualified, making it clearly distinguishable and unlikely to fire for an unrelated skill.

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.