handoff

Load a minimal public handoff skill fixture for profile validation tests.

9|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/corca-ai/charness --skill handoff-corca-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/corca-ai/charness/tree/main/evals/fixtures/profile-valid/skills/public/handoff
Command: npx skills add https://github.com/corca-ai/charness --skill handoff-corca-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This fixture provides a minimal, valid public Skill Unit used for profile validation smoke tests. It ensures there is a SKILL.md at the root with proper YAML frontmatter (name and description) and a simple Markdown body, plus an associated references directory to simulate linked documentation.

Core Features & Use Cases

  • Validates presence of SKILL.md with required name and description fields in the frontmatter.
  • Includes a lightweight Markdown body suitable for test loading in evaluation pipelines.
  • Provides a references/demo.md to emulate linked references during profile validation.

Quick Start

Use this fixture to verify that a minimal public handoff skill is recognized during profile validation tests.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a minimal handoff skill fixture for profile validation tests?

A minimal handoff skill fixture is a lightweight public Skill Unit containing a root SKILL.md with required YAML frontmatter and a references directory, used to verify profile validation pipelines recognize valid structures.

How do I validate SKILL.md frontmatter and body structure for a profile smoke workflow?

You validate SKILL.md frontmatter by loading a minimal handoff fixture that checks for required name and description fields in the YAML header and ensures the Markdown body plus linked references/demo.md are properly structured.

Do I need a references directory to run a profile validation smoke test?

Yes, a references directory containing a demo.md file is required to emulate linked documentation and satisfy the end-to-end profile validation smoke test requirements for a valid Skill Unit.

What fields are required in the YAML frontmatter for a valid Skill Unit fixture?

The YAML frontmatter requires the name and description fields to be present in the SKILL.md file to pass profile validation tests for a minimal public handoff skill fixture.

Can I use this minimal fixture to test linked references in an evaluation pipeline?

Yes, the fixture includes a references/demo.md file specifically to emulate linked references during profile validation, ensuring evaluation pipelines correctly load and recognize associated documentation.