CtrlK
BlogDocsLog inGet started
Tessl Logo

paseo-handoff

Hand off the current task to another agent with full context. Use when the user says "handoff", "hand off", "hand this to", or wants to pass work to another agent.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

75%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 well-structured, actionable instruction skill that assumes Claude's competence and gives concrete tool calls plus a reusable template. It is solid across all dimensions but stops just short of fully executable, self-contained guidance.

Suggestions

Add an explicit validation checkpoint before launch (e.g., confirm the chosen profile's notes actually match the task before calling create_agent) to strengthen workflow_clarity.

Inline the minimal create_agent/create_workspace argument shape instead of deferring entirely to the paseo skill, so the handoff flow is executable without a second skill loaded.

Trim the closing negatives ('Do not encode independence as a create mode...') into a single concise constraint line to tighten conciseness.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, avoiding explanations of known concepts; the inline prompt template is the necessary artifact rather than padding. A few framing sentences could still be trimmed.

4 / 5

Actionability

It names concrete tool calls (list_profiles, create_agent, create_workspace) and supplies a copy-paste prompt template, but defers some execution detail to the external paseo skill, leaving minor gaps.

4 / 5

Workflow Clarity

The sequence from prerequisites through parsing, prompt building, and launch is clear with a checkpoint to read profiles before creating the agent, though explicit validation/feedback loops are not spelled out.

4 / 5

Progressive Disclosure

Content is well organized into clearly signaled sections with the core template inline and a one-level reference to the paseo skill; no bundle files exist, and structure is clean with only minor organization gaps.

4 / 5

Total

16

/

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 concise, third-person description that clearly answers both what and when with natural trigger synonyms. It is slightly light on enumerated concrete actions, but otherwise excellent.

DimensionReasoningScore

Specificity

The phrase 'Hand off the current task to another agent with full context' names the domain and one concrete action, but does not enumerate multiple specific actions, matching the anchor that names domain plus 1-2 actions without comprehensive coverage.

3 / 5

Completeness

It explicitly states what the skill does ('Hand off the current task to another agent with full context') and when to use it with concrete trigger phrases, satisfying both requirements.

5 / 5

Trigger Term Quality

The trigger list 'handoff', 'hand off', 'hand this to', and 'pass work to another agent' provides comprehensive coverage of the natural synonyms a user would actually say.

5 / 5

Distinctiveness Conflict Risk

Agent handoff is a clear niche with distinct user-facing triggers and minimal overlap with other skills.

5 / 5

Total

18

/

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
getpaseo/paseo
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.