test-secondary-skill

Validates secondary skill deployment and visibility in the skills directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It verifies that secondary skills are correctly deployed to the secondary skills directory and confirms they remain hidden from the main skills view, helping developers test skill deployment pipelines. ## Core Features & Use Cases - Deployment Validation: Confirms that a secondary skill lands in the correct secondary skills directory. - Visibility Check: Ensures secondary skills do not appear in the primary skills view. - Use Case: When building a skill management system, use this test skill to run a smoke test that verifies your deployment logic routes secondary skills to the right location. ## Quick Start Ask the assistant to run the test-secondary-skill to confirm secondary skill deployment works 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 the test-secondary-skill to your secondary skills directory and verify it appears there while remaining absent from the main skills view. A successful deployment confirms your routing logic works.

What is a secondary skill in a skill management system?▼

A secondary skill is a skill unit deployed to a separate secondary skills directory rather than the primary skills location. It is typically used for testing or internal purposes and is hidden from the main skills view.

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

If a secondary skill appears in the main view, the deployment routing is misconfigured. Check that the skill was placed in the secondary skills directory and that the view filters exclude that path.

What makes a directory a valid skill unit?▼

A valid skill unit requires a SKILL.md file at its root containing YAML frontmatter with at least a name and description field. Optional scripts, references, and assets directories can extend its functionality.