your-skill-name

Transform Skill content into AI-ready security knowledge blocks with YAML frontmatter.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/kalshamsi/claude-security-skills --skill your-skill-name-kalshamsi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/kalshamsi/claude-security-skills/tree/main/skills/_template
Command: npx skills add https://github.com/kalshamsi/claude-security-skills --skill your-skill-name-kalshamsi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-use scaffold for building AI-ready security skills by enforcing a consistent frontmatter schema and a comprehensive body structure.

Core Features & Use Cases

  • Standardized metadata (name, description) via YAML frontmatter at the root SKILL.md.
  • Rich Markdown body that guides instruction loading, activation, and workflow.
  • Optional resource directories (scripts, references, assets) to support on-demand content.

Quick Start

Create a new skill by replacing the placeholder values in SKILL.md and populating the body with actionable instructions.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I create a reusable AI security skill with consistent metadata?

To create a reusable AI security skill, use a standardized template enforcing YAML frontmatter for name and description, alongside a structured Markdown body for activation workflows. This ensures consistent guidance across security domains.

What is the required structure for AI-ready security skill templates?

AI-ready security skill templates require YAML frontmatter at the root SKILL.md containing the name and description. The structure also includes a rich Markdown body and optional directories for scripts and references.

How do I add dependencies and components to a security skill?

You add dependencies and components to a security skill by defining them within the optional YAML frontmatter schema. This explicit listing enables on-demand content loading for automated workflows.

Does this security skill template support multiple programming languages and frameworks?

Yes, the security skill template applies across multiple languages, frameworks, and security domains. It transforms content into an AI-ready knowledge block to enable consistent guidance regardless of the environment.

How do I include toxicity checks when building AI security skills?

To include toxicity checks when building AI security skills, apply the template's explicit structural requirements during content transformation. This ensures the generated knowledge block satisfies necessary safety validations.

Can I use local scripts and reference files with AI security skills?

Yes, you can use local scripts and reference files by populating the optional resource directories. The template supports these assets to provide on-demand content for comprehensive security task execution.