portable-skill-02

Provides a minimal portable skill definition for testing skill loading.

2.7k|171|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/compozy/compozy --skill portable-skill-02
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portable-skill-02
Source: https://github.com/compozy/compozy/tree/main/internal/extension/testdata/agent-plugin-30-skills/skills/portable-skill-02
Command: npx skills add https://github.com/compozy/compozy --skill portable-skill-02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill serves as a minimal, self-contained test fixture used to verify that skill discovery and loading mechanisms correctly parse a SKILL.md file with valid frontmatter.

Core Features & Use Cases

  • Minimal Skill Definition: Contains only the required name and description frontmatter plus a single instruction line.
  • Portability Testing: Acts as a fixture in the Compozy extension test suite to validate that skills can be loaded from plugin directories.
  • Use Case: A developer working on the Compozy agent plugin system uses this fixture to confirm that the skill loader discovers and registers portable skills correctly.

Quick Start

Ask the agent to use portable skill 02 to verify that the skill loading pipeline registers this fixture correctly.

Frequently Asked Questions about portable-skill-02

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

FAQPage Schema
What is a portable skill in Compozy?

A portable skill is a self-contained directory with a SKILL.md file containing YAML frontmatter with a name and description. It can be distributed with agent plugins and loaded by the Compozy extension system.

How do I create a minimal skill for testing?

Create a directory containing a SKILL.md file with YAML frontmatter defining a name and description, followed by a Markdown body with instructions. No scripts, references, or assets directories are required.

What fields are required in SKILL.md frontmatter?

The SKILL.md frontmatter must define at least a name and a description for the skill to be discovered and loaded. The Markdown body after the frontmatter provides the operational instructions.

Does portable-skill-02 include executable scripts?

No, this skill contains only the SKILL.md file with frontmatter and a single instruction line. It has no scripts, references, or assets directories and performs no executable operations.