Agent Skills: Test Skill

A test skill to verify slash command functionality

UncategorizedID: Dwsy/agent/test-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Dwsy/agent/tree/HEAD/skills/test-skill

Skill Files

Browse the full folder contents for test-skill.

Download Skill

Loading file tree…

skills/test-skill/SKILL.md

Skill Metadata

Name
"test-skill"
Description
"A test skill to verify slash command functionality"

Test Skill

This is a test skill used to verify that skill slash commands are working correctly.

When executed, this skill should be loaded and its content sent to the agent.

Usage

Type /test-skill in the pi CLI to trigger this skill.

Test Steps

  1. Load this skill
  2. Execute /test-skill command
  3. Verify that the skill content is sent to the agent
  4. Agent should respond based on this skill's instructions

Notes

This skill demonstrates the automatic skill discovery and registration system.