Agent Skills: Template New Skill

Generate a skeleton template for a new Claude Code Skill.

UncategorizedID: arustydev/ai/template-new-skill

Repository

aRustyDevLicense: AGPL-3.0
72

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aRustyDev/agents/tree/HEAD/content/.context/legacy/skills/template-new-skill

Skill Files

Browse the full folder contents for template-new-skill.

Download Skill

Loading file tree…

content/.context/legacy/skills/template-new-skill/SKILL.md

Skill Metadata

Name
template-new-skill
Description
Generate a skeleton template for a new Claude Code Skill.

Template New Skill

This Skill provides read-only file access.

Instructions

  1. Use Read to view file contents
  2. Use Grep to search within files
  3. Use Glob to find files by pattern

Requirements

Packages must be installed in your environment:

NAME="skill name here" \
SCOPE="personal||project" \
DESC="Some description of the skill here" \
just init