portable-skill-01

Provides a minimal portable skill definition for agent plugin testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill serves as a minimal, self-contained test fixture used to verify that agent plugins can discover and load portable skill units from a skills directory.

Core Features & Use Cases

  • Portable Skill Definition: Defines a standalone skill unit with only a SKILL.md file containing name and description frontmatter.
  • Plugin Loading Validation: Acts as test data for the Compozy extension system to confirm skills are discovered and registered correctly.
  • Use Case: When developing or testing an agent plugin that bundles multiple skills, use this fixture to confirm the loader enumerates and activates each skill unit.

Quick Start

Ask the agent to use portable skill 01 to confirm the plugin skill loading works.

Frequently Asked Questions about portable-skill-01

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

FAQPage Schema
What is a portable skill in an agent plugin?

A portable skill is a self-contained directory with a SKILL.md file at its root containing YAML frontmatter with a name and description. Agent plugins load these skill units from a skills directory to extend agent capabilities.

How do I test skill loading in an agent plugin?

Place minimal skill fixtures like portable-skill-01 in the plugin's skills directory and run the extension loader. Verify each skill's name and description are discovered and registered correctly.

What files are required for a valid skill unit?

A valid skill unit requires only a SKILL.md file at its root with YAML frontmatter defining at least a name and description. Optional scripts, references, and assets directories can be added but are not mandatory.

Does portable-skill-01 include executable scripts?

No, portable-skill-01 contains only a SKILL.md file with frontmatter and a one-line instruction. It has no scripts, references, or assets directories and declares no external dependencies.