CtrlK
BlogDocsLog inGet started
Tessl Logo

evernote-hello-world

Create a minimal working Evernote example. Use when starting a new Evernote integration, testing your setup, or learning basic Evernote API patterns. Trigger with phrases like "evernote hello world", "evernote example", "evernote quick start", "simple evernote code", "create first note".

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/saas-packs/evernote-pack/skills/evernote-hello-world/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a solid hello-world skill with executable code examples and good structure. Its main weaknesses are the lack of validation/error-handling in the workflow (no try/catch blocks, no ENML validation step before submission) and some unnecessary explanation of ENML concepts that could be condensed. The referenced implementation guide file doesn't exist in the bundle, weakening the progressive disclosure.

Suggestions

Add try/catch blocks around the createNote call with error handling that references the error table, and add an explicit validation checkpoint before submitting ENML content.

Condense Step 2 (ENML format) to just the template with a one-line comment about restrictions, removing the explanatory paragraph about forbidden elements and inline styles.

Either provide the referenced 'references/implementation-guide.md' bundle file or remove the reference to avoid broken links.

DimensionReasoningScore

Conciseness

The skill includes some unnecessary explanation (e.g., 'Evernote uses ENML (Evernote Markup Language), a restricted XHTML subset' and the detailed description of forbidden elements) that Claude would already know or could infer. The ENML format section could be condensed to just the template. However, overall it's not excessively verbose.

2 / 3

Actionability

The skill provides fully executable JavaScript code examples that are copy-paste ready, including client initialization, ENML content creation, note creation, and notebook listing. The error handling table provides specific error codes with concrete solutions.

3 / 3

Workflow Clarity

Steps are clearly sequenced (1-4) and logically ordered. However, there are no validation checkpoints — no step to verify the ENML is valid before submitting, no error handling in the code examples themselves (no try/catch), and no feedback loop for when createNote fails. For an API operation that can fail with BAD_DATA_FORMAT, inline validation would be appropriate.

2 / 3

Progressive Disclosure

The skill references an implementation guide at 'references/implementation-guide.md' but no bundle files are provided, making this reference unverifiable. The content is reasonably structured with clear sections, but the ENML explanation and error table could potentially be split out. The external resource links are helpful but the internal reference is unsupported.

2 / 3

Total

9

/

12

Passed

Description

89%

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 is a well-structured description with strong completeness and trigger term coverage. It clearly identifies when to use the skill and provides natural trigger phrases. The main weakness is that the 'what' portion is somewhat generic—it could benefit from listing specific concrete actions beyond just 'create a minimal working example'.

Suggestions

Add more specific concrete actions to the capability description, e.g., 'Creates a minimal Evernote integration that authenticates, creates a notebook, and adds a first note with the Evernote API.'

DimensionReasoningScore

Specificity

It names the domain (Evernote) and a general action ('Create a minimal working Evernote example'), but doesn't list multiple specific concrete actions like creating notes, authenticating, listing notebooks, etc.

2 / 3

Completeness

Clearly answers both 'what' (create a minimal working Evernote example) and 'when' (starting a new integration, testing setup, learning basic API patterns) with explicit trigger phrases.

3 / 3

Trigger Term Quality

Includes a good range of natural trigger phrases users would actually say: 'evernote hello world', 'evernote example', 'evernote quick start', 'simple evernote code', 'create first note'. These cover common variations well.

3 / 3

Distinctiveness Conflict Risk

Very specific niche targeting Evernote hello-world/quickstart scenarios. The combination of 'Evernote' with 'hello world', 'quick start', and 'first note' makes it highly distinctive and unlikely to conflict with other skills.

3 / 3

Total

11

/

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

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

9

/

11

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.