portable-skill-07

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

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.

Core Features & Use Cases

  • Skill Discovery Testing: Acts as a valid SKILL.md-based unit for validating extension and plugin loading logic.
  • Portability Verification: Confirms that a skill with only a name and description can be parsed and activated.
  • Use Case: A developer testing the Compozy extension system uses this fixture to confirm that the agent plugin correctly enumerates and loads all skills in a directory.

Quick Start

Ask the agent to load and use portable skill 07 to verify the skill loading pipeline works.

Frequently Asked Questions about portable-skill-07

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 discovered and loaded by the Compozy extension system without additional dependencies.

How do I test skill loading in Compozy?

Place a valid skill directory containing SKILL.md into the plugin's skills folder and run the extension loading logic. Fixtures like portable-skill-07 exist in testdata to verify enumeration works correctly.

What is the minimum required content for a valid skill?

A valid skill requires a SKILL.md file at its root with YAML frontmatter defining at least a name and a description. The Markdown body after the frontmatter provides the operational instructions.

Does portable-skill-07 perform any real task?

No, it is a test fixture with placeholder content. It exists to validate the skill discovery and loading pipeline rather than to execute meaningful user-facing work.