test-secondary-skill

Validate secondary skill deployment, placement, metadata, and visibility in CI and manual audits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates that secondary skills are properly deployed to the secondary_skills directory and are not visible in the main skills view.

Core Features & Use Cases

  • Ensures each secondary skill has a root SKILL.md with required name and description in YAML frontmatter.
  • Verifies that the skill directory is correctly placed under the secondary_skills path and isolated from the primary skills catalog.
  • Supports deployment validation in CI/CD pipelines and manual audits across environments.

Quick Start

Validate deployment of a sample secondary skill by checking that its SKILL.md exists at the root of .local/secondary_skills/sample-skill and that the skill does not appear in the primary 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 deployment in a CI pipeline?

To validate secondary skill deployment in a CI pipeline, check that each skill has a root SKILL.md with valid YAML frontmatter containing name and description, and verify its directory is placed correctly under the secondary_skills path to ensure it remains hidden from the main catalog.

What is a secondary skill and when do I need to validate its deployment?

A secondary skill is a capability isolated under the secondary_skills directory to keep it hidden from the primary skills catalog. You need to validate its deployment during CI validation, deployment audits, or manual verifications when adding, updating, or removing these skills across environments.

Does secondary skill validation require specific YAML frontmatter fields?

Yes, secondary skill validation requires a root SKILL.md file containing valid YAML frontmatter. The frontmatter must explicitly include the name and description fields to pass metadata integrity checks and confirm proper deployment structure.

How do I ensure secondary skills remain hidden from the main skills view?

To ensure secondary skills remain hidden from the main skills view, verify they are placed correctly within the dedicated secondary_skills directory. This isolation prevents them from appearing in the primary skills catalog during deployment audits.

What is the best way to audit skill directory structure and metadata integrity?

The best way to audit skill directory structure and metadata integrity is to enforce that each skill has a root SKILL.md with valid YAML frontmatter, checking directory placement under the secondary_skills path and confirming required name and description fields are present.