portable-skill-10

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

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 handle portable skill units within the Compozy extension system.

Core Features & Use Cases

  • Skill Loading Validation: Acts as a known-good skill unit for testing the agent plugin's skill discovery pipeline.
  • Portability Testing: Demonstrates that a skill consisting of only a SKILL.md file with valid frontmatter can be loaded and activated.
  • Use Case: A developer working on the Compozy extension system uses this fixture in automated tests to confirm that skills in a plugin's skills directory are enumerated and parsed correctly.

Quick Start

Ask the agent to use portable skill 10 to confirm the skill loading pipeline works.

Frequently Asked Questions about portable-skill-10

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 loaded by the agent plugin without additional scripts or resources.

How do I create a minimal skill for Compozy?

Create a directory containing a SKILL.md file with YAML frontmatter defining a name and description, followed by Markdown instructions. This fixture shows the minimum viable structure.

Does a Compozy skill require scripts or references directories?

No, scripts, references, and assets directories are optional. A skill only requires a SKILL.md file with valid frontmatter to be discovered and loaded.

Why is this skill used in testdata directories?

It serves as a deterministic fixture for automated tests of the extension system's skill discovery logic, ensuring the loader handles portable skills correctly without external dependencies.