CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

memory

tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill memory
github.com/jeremylongshore/claude-code-plugins-plus-skills

Execute extract and use project memories from previous sessions for context-aware assistance. Use when recalling past decisions, checking project conventions, or understanding user preferences. Trigger with phrases like "remember when", "like before", or "what was our decision about".

Review Score

64%

Validation Score

13/16

Implementation Score

35%

Activation Score

90%

SKILL.md
Review
Evals

Generated

Validation

Total

13/16

Score

Passed
CriteriaScore

allowed_tools_field

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

metadata_version

'metadata' field is not a dictionary

frontmatter_unknown_keys

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

Implementation

Suggestions 4

Score

35%

Overall Assessment

This skill content is too abstract and relies heavily on external references without providing sufficient actionable guidance in the main file. The instructions describe what to do conceptually but lack concrete code examples, JSON schemas, or executable commands. The workflow is underspecified with no error handling inline.

Suggestions

  • Add a concrete code example showing how to read and parse the project_memory.json file with actual JSON schema
  • Include inline error handling for common cases (file not found, malformed JSON) rather than deferring entirely to external docs
  • Replace abstract instructions like 'Identify relevant memories based on current context' with specific matching logic or criteria
  • Add an example of the memory JSON structure and how to extract/apply a specific memory entry
DimensionScoreReasoning

Conciseness

2/3

The content is relatively brief but includes some unnecessary padding like 'This skill provides automated assistance for the described functionality' which adds no value. The prerequisites section explains things Claude would understand implicitly.

Actionability

1/3

Instructions are vague and abstract ('Locate memory file', 'Parse JSON structure', 'Identify relevant memories') with no concrete code examples, JSON schema, or executable commands. The guidance describes rather than instructs.

Workflow Clarity

2/3

Steps are listed in sequence but lack validation checkpoints. No guidance on what to do if the memory file doesn't exist, is malformed, or if parsing fails. The workflow is incomplete for error scenarios.

Progressive Disclosure

2/3

References to external files (implementation.md, errors.md, examples.md) are present and one-level deep, but the main content is too sparse - it offloads too much to external files while the SKILL.md itself lacks sufficient actionable content to stand alone.

Activation

Suggestions 2

Score

90%

Overall Assessment

This is a solid description with excellent trigger terms and completeness. The main weakness is the awkward phrasing 'Execute extract and use' which reduces clarity, and the specific capabilities could be more concrete (e.g., what types of memories, what format). The description successfully differentiates itself through memory-specific language.

Suggestions

  • Rephrase the opening to be clearer, e.g., 'Retrieves and applies project memories from previous sessions' instead of 'Execute extract and use'
  • Add more specific capabilities like 'recall coding patterns, architectural decisions, naming conventions, and established workflows'
DimensionScoreReasoning

Specificity

2/3

Names the domain (project memories) and some actions ('extract and use project memories', 'recalling past decisions', 'checking project conventions'), but the core action 'Execute extract' is awkwardly phrased and the specific capabilities are not comprehensively listed.

Completeness

3/3

Clearly answers both what (extract and use project memories for context-aware assistance) and when (explicit 'Use when' clause with scenarios plus 'Trigger with phrases' providing concrete examples).

Trigger Term Quality

3/3

Includes natural trigger phrases users would actually say: 'remember when', 'like before', 'what was our decision about', plus conceptual triggers like 'past decisions', 'project conventions', 'user preferences'.

Distinctiveness Conflict Risk

3/3

Clear niche around project memory/history recall with distinct triggers like 'remember when' and 'like before' that are unlikely to conflict with other skills focused on current tasks.