sample-skill

Validate installer plugin integration by copying a sample skill into the plugin structure.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill sample-skill-stevegjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sample-skill
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-core/skills/commission/templates/sample-bundle/skills/sample-skill
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill sample-skill-stevegjones

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a mock skill used to validate the installer workflow and plugin integration during commissioning.

Core Features & Use Cases

  • Placeholder skill to validate discovery, copying, and activation of skills within the plugin structure.
  • Useful for unit and integration tests to ensure the installer can recognize and place skills correctly.
  • Use Case: During a CI run, install the sample bundle and verify that sample-skill appears in the available skills.

Quick Start

Run the installer to copy this mock skill into the plugin directory and verify it appears in the available skills.

Frequently Asked Questions about sample-skill

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

FAQPage Schema
How do I validate a plugin installer flow during commissioning?

To validate a plugin installer flow during commissioning, use a lightweight mock skill to test the end-to-end installation path. This confirms the sample skill is correctly copied to the project's plugin structure and is discoverable.

What is a mock skill used for in plugin setup and unit tests?

A mock skill is a placeholder used to validate discovery, copying, and activation of skills within the plugin structure. It is specifically useful for unit and integration tests to ensure the installer recognizes and places skills correctly.

Does the sample mock skill require any external dependencies for testing?

No, the mock skill requires no external dependencies to validate the installer workflow. It provides a lightweight way to test plugin integration and ensure the skill is discoverable across sample bundles.

How do I verify that a skill appears in the available skills list after a CI run?

To verify a skill appears in the available skills list after a CI run, install the sample bundle and run the installer. This copies the mock skill into the plugin directory, confirming successful end-to-end activation.

Can I use a mock skill to test plugin discovery across sample bundles?

Yes, you can use a mock skill to test plugin discovery across sample bundles. It validates the installer workflow by ensuring the skill is correctly integrated and discoverable within the project's plugin structure during commissioning.

What are the limitations of using a mock skill for installer validation?

The mock skill is strictly a lightweight placeholder for validating the installer workflow and plugin integration. It does not perform functional tasks beyond confirming the skill is copied and discoverable in the plugin directory.