mock-package-skill

Verify package-scoped skill discovery and execution in the hiddink-harness architecture.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill mock-package-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mock-package-skill
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/tests/fixtures/skills/mock-package-skill
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill mock-package-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a baseline template for testing the integration and execution of package-scoped skills within the hiddink-harness environment.

Core Features & Use Cases

  • Integration Testing: Validates that the harness correctly identifies and loads skills with a package scope.
  • Workflow Verification: Serves as a placeholder to ensure that skill execution pipelines are functioning as expected during development.
  • Use Case: Use this skill to verify that your agent environment is correctly configured to recognize and trigger custom skill modules.

Quick Start

Invoke the mock package skill to confirm that the system is correctly identifying and loading your custom skill modules.

Frequently Asked Questions about mock-package-skill

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

FAQPage Schema
How do I verify skill discovery and execution within a testing harness?

To verify skill discovery and execution within a testing harness, invoke a minimal, non-functional mock skill to validate that the system correctly identifies and loads package-scoped modules during development.

What is a mock package skill used for in integration testing?

A mock package skill is used for integration testing by acting as a placeholder to ensure the agent environment correctly recognizes and triggers custom skill modules within the package scope.

How do I validate that my agent environment is correctly configured to load custom skill modules?

You validate your agent environment by executing a baseline mock skill template that checks if the execution pipeline successfully registers and triggers package-scoped skills as expected.

Do I need any dependencies to test package-scoped skill workflows?

No dependencies are required to test package-scoped skill workflows; the mock skill operates independently to provide a foundational testing mechanism for system integrity validation.

When should I use a minimal non-functional test case for workflow verification?

Use a minimal non-functional test case for workflow verification during development to confirm that the harness architecture properly executes skill pipelines without needing full functional logic.