test-secondary-skill

Verify secondary skills deploy to the designated directory and stay hidden.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill test-secondary-skill-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-secondary-skill
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/secondary_skills/test-secondary-skill
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill test-secondary-skill-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that secondary skills are correctly deployed to the designated secondary skills directory and remain hidden from the primary skills view.

Core Features & Use Cases

  • Deployment verification: ensures the skill is placed in the secondary skills folder and that its SKILL.md frontmatter includes a valid name and description.
  • Visibility control: confirms the skill does not appear in the main skills catalog, preventing confusion between primary and secondary skills.
  • Lightweight validation: runs with minimal overhead to support rapid, repeated checks during deployment workflows.

Quick Start

Run the test to confirm that this secondary skill is deployed to the correct directory and remains hidden from the main skills view.

Frequently Asked Questions about test-secondary-skill

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

FAQPage Schema
How do I validate secondary skill deployments and ensure they remain hidden from the main skills view?

To validate secondary skill deployments, verify the skill is placed in the designated secondary skills directory and remains hidden from the primary skills catalog. This confirms correct deployment boundaries and prevents visibility confusion between primary and secondary skills.

What's the best way to check directory layout and exposure rules for secondary skills?

The best way to check directory layout and exposure rules for secondary skills is running a lightweight validation test. This verifies the required directory structure and confirms the skill does not appear in the main skills catalog, ensuring proper deployment boundaries.

Do I need any dependencies to run validation checks for secondary skill deployment boundaries?

No dependencies are required to validate secondary skill deployment boundaries. The validation runs with minimal overhead as a standalone process, allowing rapid and repeated checks during deployment workflows without needing external tools or components.

Why does my secondary skill still appear in the main skills catalog after deployment?

A secondary skill appears in the main skills catalog when it is not deployed to the correct secondary skills directory. Running a deployment validation check confirms the proper directory placement and ensures the skill remains hidden from the primary view.

Can I automate secondary skill validation during deployment workflows?

Yes, you can automate secondary skill validation during deployment workflows. The lightweight validation runs with minimal overhead, supporting rapid and repeated checks to confirm correct directory placement and frontmatter compliance automatically.