CtrlK
BlogDocsLog inGet started
Tessl Logo

handoff

Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

70

Quality

86%

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

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

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

A tight, actionable instruction-only skill with concrete tool calls, a clear sequenced workflow, and a genuinely useful anti-pattern. Minor trimming of the redundant WRONG/RIGHT block and an explicit feedback checkpoint would push it higher.

Suggestions

Collapse the Anti-patterns WRONG/RIGHT pair into a single concise boundary rule to remove the slight redundancy with the Why section.

Add an explicit verify step in the Workflow (e.g., confirm the recalled session's cwd matched before reporting) to create a light feedback loop.

Consider moving the See also and Troubleshooting lines into the reference file or a short footer to keep the core body under 50 lines.

DimensionReasoningScore

Conciseness

Lean body that does not explain concepts Claude already knows; the Why and Anti-patterns sections earn their tokens by conveying a non-obvious matching pitfall, though the WRONG/RIGHT restatement is slightly redundant.

4 / 5

Actionability

Gives concrete tool calls (memory_sessions, memory_recall with literal args), executable matching logic (path.resolve, startsWith(projectPath + sep)), an expected-output exemplar, and concrete WRONG/RIGHT patterns.

5 / 5

Workflow Clarity

A clear five-step numbered workflow with a closing Checklist serving as verification, but no explicit validate→fix→retry feedback loop; this is not a destructive/batch operation so no cap applies.

4 / 5

Progressive Disclosure

Well-organized sections (Quick start, Why, Workflow, Anti-patterns, Checklist, See also, Troubleshooting) with a single one-level-deep reference to ../_shared/TROUBLESHOOTING.md; body is slightly above the simple-skill 50-line threshold.

4 / 5

Total

17

/

20

Passed

Description

90%Weight 40%Scale 1-5

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 description: concise, third-person, with explicit what/when structure and natural trigger phrases. The only minor gap is that the capability list is slightly thinner than the body's actual behaviors.

DimensionReasoningScore

Specificity

Names the domain (resuming agent sessions) and two concrete actions ("Resume the most recent agent session for the current working directory, leading with any unanswered question"), but does not enumerate the fuller set of behaviors the body covers (recall, next-step pointer, empty-session handling).

3 / 5

Completeness

Explicitly answers both what ("Resume the most recent agent session... leading with any unanswered question") and when ("Use when the user says...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Quotes multiple natural phrases users would actually say — "where were we", "resume", "handoff", "pick up where I left off" — plus the no-fresh-context case, giving comprehensive synonym coverage.

5 / 5

Distinctiveness Conflict Risk

Targets a clear niche (session resumption by directory-boundary match) with distinctive triggers unlikely to fire for unrelated skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
rohitg00/agentmemory
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.