test-secondary-skill

Validates secondary skill deployment and visibility behavior in the skills directory.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/BotchaVarun/EduBot --skill test-secondary-skill-botchavarun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-secondary-skill
Source: https://github.com/BotchaVarun/EduBot/tree/main/.local/secondary_skills/test-secondary-skill
Command: npx skills add https://github.com/BotchaVarun/EduBot --skill test-secondary-skill-botchavarun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It verifies that secondary skills are correctly deployed to the secondary skills directory and remain hidden from the main skills view, helping developers confirm their skill deployment pipeline works as expected. ## Core Features & Use Cases - Deployment Validation: Confirms that a secondary skill is placed in the correct secondary skills directory. - Visibility Check: Ensures secondary skills do not appear in the primary skills view. - Use Case: A developer building a skill management system uses this test skill to run deployment checks and confirm that secondary skills are isolated from the primary skill listing. ## Quick Start Ask the assistant to run the test secondary skill to confirm secondary skill deployment is working correctly.

Frequently Asked Questions about test-secondary-skill

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

FAQPage Schema
How do I test secondary skill deployment?▼

Deploy this test skill to the secondary skills directory and verify it loads with its SKILL.md frontmatter. Then confirm it does not appear in the primary skills view, which validates the deployment pipeline.

What is a secondary skill in a skill system?▼

A secondary skill is a skill unit deployed to a separate secondary skills directory rather than the primary location. It remains functional but is hidden from the main skills view, useful for internal or auxiliary capabilities.

Why is my secondary skill showing in the skills view?▼

If a secondary skill appears in the main skills view, the deployment isolation is not working correctly. Use this test skill to reproduce the issue and check the directory configuration separating primary and secondary skills.

What are the limitations of this test skill?▼

This skill contains only a SKILL.md file with no scripts, references, or assets. It validates deployment and visibility only and does not perform any functional processing or automation tasks.