evernote-core-workflow-b

Execute Evernote secondary workflow: Search and Retrieval.

Content Preview
---
name: evernote-core-workflow-b
description: |
  Execute Evernote secondary workflow: Search and Retrieval.
  Use when implementing search features, finding notes,
  filtering content, or building search interfaces.
  Trigger with phrases like "search evernote", "find evernote notes",
  "evernote search", "query evernote".
allowed-tools: Read, Write, Edit, Bash(npm:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
compatible-with: claude-code, codex, op
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/evernote-core-workflow-b.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/evernote-pack/skills/evernote-core-workflow-b/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/evernote-pack/skills/evernote-core-workflow-b/SKILL.md

Related Skills