test

Verify Skill loading and activation with a minimal YAML-frontmatter example.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/fdshg693/AI --skill test-fdshg693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/fdshg693/AI/tree/main/samples/.cursor/skills/test
Command: npx skills add https://github.com/fdshg693/AI --skill test-fdshg693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a simple, self-contained example to verify Skill loading, activation, and basic metadata handling within the platform.

Core Features & Use Cases

  • Lightweight, self-contained unit for validation
  • Quick onboarding for new Skill units and tooling
  • Serves as a baseline for future extensions

Quick Start

Use the test skill to perform a basic discovery and activation check in your development environment.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate skill loading and activation in a development environment?

To validate skill loading, deploy a minimal self-contained test unit to verify activation and basic YAML frontmatter handling. This confirms the platform correctly discovers and processes skill metadata during quick onboarding checks.

What is a skill unit used for in development and testing?

A skill unit is used for quick validation scenarios across development, testing, and onboarding. It serves as a lightweight, self-contained baseline example to verify platform loading and activation before adding future extensions.

Does a basic skill require any dependencies to test discovery?

No dependencies are required to test discovery. The basic skill unit is self-contained and satisfies the minimal YAML frontmatter requirement for name and description to validate loading without external components.

Can I extend a minimal test skill with optional resources?

Yes, you can extend a minimal test skill with optional resources. The simple body serves as a baseline for future extensions, allowing developers to build upon the validated foundation after confirming initial activation.

Why does my skill unit fail the validation check for frontmatter?

Skill unit validation fails when the YAML frontmatter does not satisfy the basic requirement for name and description. Ensure your minimal skill includes these required metadata fields to pass loading and activation checks.

What's the best way to perform a basic discovery check for new skill units?

The best way to perform a basic discovery check is using a lightweight, self-contained test unit. It applies to quick validation scenarios, verifying that the platform correctly loads and activates new skill units during onboarding.