# Template Skill

> A template skill demonstrating the required structure and metadata for a skill package.

- Skill: `jcorpac/template-skill` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add jcorpac/template-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jcorpac/template-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jcorpac (https://skillmd.com/u/jcorpac)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jcorpac/template-skill

---


# Template Skill Instructions

This skill serves as a reference for creating new skills in this repository. 

## Capabilities
- Demonstrates standard directory structure.
- Shows how to use the YAML frontmatter for identification.

## Structure
- `scripts/`: Python scripts for automation.
- `examples/`: Markdown files with code snippets.
- `resources/`: JSON configuration templates.


