返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

template-new-skill

为一个新的Claude代码技能生成一个骨架模板。

person作者: jakexiaohubgithub

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