your-skill-name

Define a Skill unit manifest with YAML frontmatter for the securable-claude-plugin repository.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Securability-Engineering/securable-claude-plugin --skill your-skill-name-securability-engineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/Securability-Engineering/securable-claude-plugin/tree/main/template
Command: npx skills add https://github.com/Securability-Engineering/securable-claude-plugin --skill your-skill-name-securability-engineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines a placeholder Skill unit structure to help teams model, document, and discover securability-focused capabilities in Claude Code.

Core Features & Use Cases

  • Provides a minimal template for skill metadata, including name, description, request embedding, complexity, and category.
  • Enables discovery and cataloging of skills across the securable-claude-plugin repo.
  • Serves as a starting point for implementing real skills that integrate with scripts/references/assets when present.

Quick Start

Create or update SKILL.md with a concrete name and description, then implement the steps outlined in the Skill documentation.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I define a Claude Code skill with security-focused metadata for repository discovery?

To define a Claude Code skill with security-focused metadata, create a SKILL.md file containing a concrete name, description, and YAML frontmatter. This structured manifest enables human- and machine-readable cataloging and discovery within the securable-claude-plugin repository.

What is a skill definition manifest and when do I need it for Claude Code?

A skill definition manifest is a structured, human- and machine-readable document that outlines a skill's name, description, and metadata. You need it when modeling, documenting, and discovering securability-focused capabilities within the Claude Code repository.

Does Claude Code skill frontmatter validation require specific YAML fields?

Yes, Claude Code skill frontmatter validation requires the name and description fields to be present in the YAML metadata. Satisfying these frontmatter requirements ensures the skill unit can be properly consumed by the Skills catalog.

How do I catalog securability-focused skills across a Claude Code plugin repository?

You catalog securability-focused skills by applying metadata extraction and frontmatter validation to skill units, generating a structured manifest. This enables searchable discovery and cataloging across the entire securable-claude-plugin repository.

Can I include optional resource components when creating a Claude Code skill?

Yes, you can include optional resource components when creating a Claude Code skill. The skill definition process covers metadata extraction, frontmatter validation, and optional resource components when present, serving as a starting point for real implementations.