test-skill

Verify MCP skill loading, listing, and teardown processes.

28|3|Updated May 10, 2026
One-click install
npx skills add https://github.com/CES-Ltd/Lumi --skill test-skill-ces-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/CES-Ltd/Lumi/tree/main/crates/lumi-mcp/tests/fixtures/skills/test-skill
Command: npx skills add https://github.com/CES-Ltd/Lumi --skill test-skill-ces-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures that the MCP skill loader correctly identifies and loads a single skill from the directory, facilitating reliable integration testing.

Core Features & Use Cases

  • Skill Validation: Confirms that the MCP correctly recognizes a skill directory containing a SKILL.md file.
  • Operational Testing: Verifies the skill's presence, ensuring the loader can list available tools without errors.
  • Use Case: Use this skill in automated tests to guarantee the MCP's stability during deployment, by checking that the skill loads and reports correctly.

Quick Start

Call the MCP skill loader to confirm it lists this fixture skill as available.

Frequently Asked Questions about test-skill

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

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

MCP skill loading validation requires a minimal fixture skill to confirm the loader correctly identifies a directory with a SKILL.md file and lists the tool without errors. This ensures system stability for skill management workflows during integration testing.

What is an MCP fixture skill used for?

An MCP fixture skill is used solely for validation purposes to verify skill loading, listing, and teardown processes. It provides a simple constant response to test the loader's ability to recognize and load a single skill from the directory.

Do I need any dependencies to test MCP skill listing?

No dependencies are required to test MCP skill listing. This validation skill operates with zero special dependencies, allowing you to quickly confirm the MCP correctly recognizes the skill directory and lists available tools in your automated tests.

How do I test MCP teardown processes automatically?

You can test MCP teardown processes automatically by deploying this minimal validation skill in your test suite. It verifies the loader's stability during deployment by checking that the skill loads and reports correctly before teardown occurs.

Why is my MCP skill loader not recognizing a new skill directory?

If your MCP skill loader is not recognizing a new skill directory, verify the directory contains a valid SKILL.md file. Use this fixture skill to confirm the loader's basic recognition capabilities and isolate whether the issue is with the loader or the specific skill configuration.