portable-skill-25

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

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 an agent plugin are discovered and registered.

Quick Start

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

Frequently Asked Questions about portable-skill-25

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 bundled inside an agent plugin and loaded by the Compozy extension system without additional resources.

How do I test skill loading in an agent plugin?โ–ผ

Place a skill directory containing a valid SKILL.md under the plugin's skills folder, then load the plugin through the extension system. Minimal fixture skills like this one confirm discovery and registration work correctly.

Does a skill require scripts or references directories?โ–ผ

No, scripts, references, and assets directories are optional. A skill only requires a SKILL.md file with name and description in its YAML frontmatter to be valid.

What are the limitations of a minimal skill definition?โ–ผ

A minimal skill provides only a short instruction body with no executable scripts or reference material. It cannot perform deterministic tasks or supply in-depth documentation, so it suits testing rather than real workflows.