CtrlK
BlogDocsLog inGet started
Tessl Logo

ac-handoff-creator

Create handoff packages for session transitions. Use when ending sessions, preparing for continuation, saving session state, or creating resumable context.

62

Quality

73%

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 ./.claude/skills/ac-handoff-creator/SKILL.md

The canonical home for this skill is ac-handoff-creator in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

The body is well-structured and mostly executable with a clear quick-start and output schema. Its weakest area is workflow clarity: the 5-step workflow is abstract and lacks the concrete steps or validation checkpoints that the Quick Start actually demonstrates.

Suggestions

Make the Workflow steps concrete and tied to the HandoffCreator API (e.g., 'Capture: await creator.capture_state()') instead of abstract labels.

Add a validation checkpoint to the workflow (e.g., verify the handoff JSON is well-formed and references existing files before saving).

Trim or repurpose the Purpose section, which restates the frontmatter description, to remove redundancy.

DimensionReasoningScore

Conciseness

The body is lean with organized sections and no padding of concepts Claude already knows; the Purpose section mildly restates the description, which keeps it just below a 5.

4 / 5

Actionability

The Quick Start gives copy-paste-ready Python and the JSON example shows the output structure, but minor gaps (undefined `project_dir`, assumed async context) keep it from a 5.

4 / 5

Workflow Clarity

A clear 5-step sequence is present (Capture, Summarize, Extract, Plan, Save) but the steps are abstract labels with no concrete commands or validation checkpoints, matching the anchor for steps listed with checkpoint gaps.

3 / 5

Progressive Disclosure

Sections are well organized and the API Reference cleanly points one level deep to the real scripts/handoff_creator.py bundle file; minor organization gaps (the large inline JSON example could be a reference) keep it below 5.

4 / 5

Total

15

/

20

Passed

Description

78%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.

The description is strong: it states a clear purpose and provides an explicit 'Use when' clause with several natural trigger phrases. Its main limitation is breadth of concrete actions and slight overlap risk with adjacent session skills.

DimensionReasoningScore

Specificity

Names the domain ('handoff packages for session transitions') and one concrete action ('Create'), matching the anchor for a domain plus 1-2 concrete actions; not comprehensive enough for a 4.

3 / 5

Completeness

Explicitly answers both what ('Create handoff packages for session transitions') and when with a concrete 'Use when...' clause listing multiple trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

'ending sessions, preparing for continuation, saving session state, creating resumable context' are natural phrases a user would say; falls short of 5 because it lacks synonym variants or extension-style terms.

4 / 5

Distinctiveness Conflict Risk

'Handoff packages for session transitions' is a distinct niche, but 'saving session state'/'session transitions' overlap with sibling session-management skills, so minor overlap risk keeps it below 5.

4 / 5

Total

16

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
fernandezbaptiste/Skrillz
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.