portable-skill-16

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-16
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portable-skill-16
Source: https://github.com/compozy/compozy/tree/main/internal/extension/testdata/agent-plugin-30-skills/skills/portable-skill-16
Command: npx skills add https://github.com/compozy/compozy --skill portable-skill-16

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill serves as a minimal, self-contained skill definition used to verify that agent plugins can load and activate portable skills correctly within the Compozy extension system.

Core Features & Use Cases

  • Portable Skill Definition: Defines a standalone skill with only a name and description in its frontmatter.
  • Plugin Loading Test Fixture: Acts as test data for validating the agent plugin skill discovery mechanism.
  • Use Case: When developing or testing the Compozy extension loader, use this skill to confirm that skills packaged inside agent plugins are discovered and registered as expected.

Quick Start

Ask the agent to use portable skill 16 to confirm the skill loads and responds.

Frequently Asked Questions about portable-skill-16

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 name and description frontmatter. It can be packaged inside agent plugins and loaded by the Compozy extension system without additional resources.

How do I create a minimal skill for an agent plugin?

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

Does a skill require scripts or references directories?

No, scripts, references, and assets directories are optional. A valid skill only requires a SKILL.md file with name and description in its frontmatter, as demonstrated by this portable skill.

Why is my skill not being discovered by the plugin loader?

Discovery fails when the SKILL.md file is missing, misnamed, or lacks the required name and description frontmatter fields. Verify the file sits at the skill directory root and the YAML frontmatter is well-formed.