demo

Provide a minimal SKILL.md fixture for evaluation pipeline validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This minimal public skill fixture is designed for evaluation validation workflows, enabling quick tests of skill discovery and loading.

Core Features & Use Cases

  • Lightweight, self-contained skill with a SKILL.md frontmatter and a references/ directory.
  • Serves as a deterministic fixture for evaluation scripts that require a valid skill unit.

Quick Start

Initialize evaluation pipelines with this fixture to validate skill loading and discovery.

Frequently Asked Questions about demo

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

FAQPage Schema
How do I validate skill discovery in an evaluation pipeline?

You can validate skill discovery by loading this minimal skill fixture into your evaluation pipeline to test that discovery and loading mechanisms correctly parse the SKILL.md frontmatter and references directory.

What is a skill fixture used for in evaluation workflows?

A skill fixture provides a deterministic, self-contained unit with standard metadata structure, enabling evaluation scripts to test skill loading and validate tooling without relying on complex external dependencies.

Can I use a minimal demo skill to test evaluation scripts?

Yes, this minimal demo skill serves as a lightweight, self-contained fixture designed specifically for evaluation scripts that require a valid skill unit to test loading and discovery workflows.

Does the evaluation fixture include any external dependencies?

No, the evaluation fixture is fully self-contained with zero dependencies, relying only on its internal SKILL.md frontmatter and a references directory for basic validation tasks.

What components are included for skill validation?

The skill validation fixture includes a SKILL.md file with name and description frontmatter alongside a references directory, providing the minimal structure needed to test loading and discovery.

When do I need a fixture for skill evaluation?

You need a fixture for skill evaluation when your validation pipelines require a deterministic, standard skill unit to test discovery tooling, skill loading, and metadata parsing mechanisms.