Claude Code Plugins

Community-maintained marketplace

Feedback

template-new-skill

@aRustyDev/dotfiles
0
0

Generate a skeleton template for a new Claude Code Skill.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name template-new-skill
description Generate a skeleton template for a new Claude Code Skill.
allowed-tools Read, Grep, Glob, Bash:just
id B90F6D72-BB47-434C-8BDC-3C880E13AC9A

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