dummy-skill

Provide a minimal no-op Skill for testing monorepo discovery and loading.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill dummy-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dummy-skill
Source: https://github.com/danmestas/wardrobe/tree/main/hooks/monorepo-profiles/test/fixtures/sample/apps/web/.claude/skills/dummy-skill
Command: npx skills add https://github.com/danmestas/wardrobe --skill dummy-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a harmless, self-contained Skill unit used solely for testing discovery, loading, and integration flows in monorepo-profiles.

Core Features & Use Cases

  • Self-contained with YAML frontmatter that includes a name and description, enabling quick validation of the Skill discovery pipeline.
  • No operational logic or external dependencies, making it ideal for safe, isolated testing across harness components.
  • Use Case: validate that a Skill can be discovered, loaded, and referenced within a monorepo-based harness without affecting real components.

Quick Start

Use the harness to load this skill and validate discovery and integration workflows.

Frequently Asked Questions about dummy-skill

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

FAQPage Schema
How do I test skill discovery and loading in a monorepo setup?

To test skill discovery and loading in a monorepo setup, use a minimal no-op fixture skill with YAML frontmatter to validate that your harness can correctly discover and reference components without affecting real operational logic.

What is a test fixture skill used for in monorepo integration testing?

A test fixture skill in monorepo integration testing provides a self-contained, dependency-free unit used solely to validate discovery, loading, and integration flows across harness components in isolated test environments.

Do I need external dependencies to validate a monorepo skill discovery pipeline?

No, you do not need external dependencies to validate a monorepo skill discovery pipeline; a minimal no-op fixture with stable YAML frontmatter provides a harmless, self-contained structure for safe isolated testing.

Can I use a no-op skill to validate monorepo integration workflows without affecting real components?

Yes, you can use a no-op skill to validate monorepo integration workflows without affecting real components because it contains no operational logic and relies on a stable, dependency-free structure for safe isolated testing.

What frontmatter does a test skill require to satisfy monorepo harness loading requirements?

A test skill requires YAML frontmatter including a name and description to satisfy monorepo harness loading requirements, enabling quick validation of the skill discovery pipeline alongside a descriptive body.

When should I use a minimal fixture skill instead of a full skill for monorepo testing?

Use a minimal fixture skill instead of a full skill for monorepo testing when you need to validate discovery, loading, and integration flows safely in isolated test environments without triggering real operational logic.