Token导航 LogoToken导航TokenDH.com
开发需要联网unknown未标认证来源可访问许可证需确认审计未展示

skill-generator技能生成器

Agent Skill

skill-generator 用于补充开发相关能力,适合在 Local Agent 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

504

周安装

21

下载量

168
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-generator(技能生成器)
来源仓库:https://smithery.ai
仓库路径:skill-generator
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于补充开发相关能力。skill-generator 属于开发类 Skill,可作为该场景下的辅助能力补充。

  • 适合让 Agent 承接技能生成或自动化任务。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。适用宿主包括 Local Agent,接入前应确认版本、权限和运行环境要求。
  • 注意是否会触发联网、命令执行或文件读写操作。

SKILL.md

Skill Generator

Generate concise, focused Claude Code skills through guided questions.

Process

Follow these steps:

1. Understand the Purpose

Ask:

  • "What should this skill help you accomplish?"
  • "Give me 2-3 concrete examples of when you'd use it"
  • "What would you say to Claude to trigger this?"

2. Recommend Structure

Based on use cases:

  • Workflow-based: Sequential steps (pipeline, workflow)
  • Task-based: Distinct operations (toolkit with separate commands)
  • Reference/Guidelines: Standards or specs to follow
  • Capabilities-based: Integrated system with related features

3. Recommend Resources (if needed)

  • Scripts (scripts/) - for automation or repetitive code
  • References (references/) - for API docs, schemas, specs
  • Assets (assets/) - for templates or boilerplate

Most simple skills don't need resources.

4. Generate SKILL.md

Create directory and SKILL.md:

# Personal: ~/.claude/skills/[skill-name]/
# Project: .claude/skills/[skill-name]/

SKILL.md template (keep it concise - aim for <200 lines):

---
name: [hyphen-case-name]
description: [What it does + when to use + trigger keywords]
---

# [Skill Title]

[1-2 sentence overview]

## [Main Section]

[Core instructions - keep focused]

### [Subsection if needed]

[Concrete examples, not lengthy explanations]

Key requirements:

  • Description includes what, when, and triggers
  • Use hyphen-case for name
  • Keep concise - split long content to references/
  • Provide examples over explanations
  • Validate YAML frontmatter

5. Show Result & Usage

Present the generated skill concisely and explain how to use it:

Created: ~/.claude/skills/[name]/SKILL.md

To use:
1. Restart Claude Code
2. Test with: "[example trigger phrase]"

To share: Move to .claude/skills/ and commit

Quick Templates

Workflow-based:

## Workflow
### Step 1: [Action]
### Step 2: [Process]
### Step 3: [Output]

Task-based:

## Tasks
### 1. [Task]
[Brief description + example]
### 2. [Task]
[Brief description + example]

Reference/Guidelines:

## Guidelines
### [Category]
[Standard/spec + example]

Best Practices

Effective descriptions:

  • State what it does + when to use + trigger words
  • ✅ "Extract PDF text, fill forms, merge docs. Use when working with PDFs."
  • ❌ "Helps with data" (too vague)

Keep it concise:

  • Aim for <200 lines in SKILL.md
  • Move details to references/ files
  • Prefer examples over lengthy explanations

Resource organization:

skill-name/
├── SKILL.md           # Main (required)
├── references/        # Docs (optional)
├── scripts/          # Utils (optional)
└── assets/           # Templates (optional)

Common Issues

  • Skill not triggering: Add more trigger keywords to description
  • YAML invalid: Check --- markers are on their own lines
  • Scripts fail: chmod +x scripts/*.py

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

70.1%
按下载量换算118

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills