Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

skill-creator技能创建器

Agent Skill

skill-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

776

周安装

32

GitHub Stars

11

下载量

253
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/fusengine/agents --skill skill-creator

简介

用于查找技能创建相关的模板、规范和开发指南。

  • 适合在开发新技能时参考结构设计与接口定义。
  • 可结合源码仓库了解实际实现逻辑与扩展方式。
  • 建议先阅读原始文档再开始自定义开发工作。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • skill-creator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Skill Creator

Agent Workflow (MANDATORY)

Before ANY skill creation, use TeamCreate to spawn 3 agents:

  1. fuse-ai-pilot:explore-codebase - Check existing skills, analyze structure
  2. fuse-ai-pilot:research-expert - Fetch latest official documentation online
  3. mcp__context7__query-docs - Get code examples from official sources

After creation, run fuse-ai-pilot:sniper for validation.


Overview

ActionWhen to Use
New SkillLibrary/framework not yet documented
RestructureExisting skill doesn't follow pattern
ImproveMissing references or outdated content
AdaptCopy from similar skill (Next.js → React)

Critical Rules

  1. ALL content in English - Never French or other languages
  2. SKILL.md is descriptive - Guides agent to references/templates
  3. References are conceptual - WHY + WHEN, max 150 lines
  4. Templates are complete - Copy-paste ready code
  5. Register in agent + marketplace.json - Or skill won't load
  6. Run sniper after creation - Validate all files

Architecture

skills/<skill-name>/
├── SKILL.md                    # Entry point (guides agent)
└── references/                 # All documentation
    ├── installation.md         # Setup, configuration (conceptual)
    ├── patterns.md             # Core patterns (conceptual)
    ├── ...                     # Other references
    └── templates/              # Complete code examples
        ├── basic-setup.md      # Full project setup
        └── feature-example.md  # Feature implementation

→ See architecture.md for details


Reference Guide

Concepts

TopicReferenceWhen to Consult
Workflowworkflow.mdCreating/improving skills
Architecturearchitecture.mdUnderstanding skill structure
Content Rulescontent-rules.mdWriting references/templates
Registrationregistration.mdMaking skill available
Adaptationadaptation.mdConverting between frameworks

Templates

TemplateWhen to Use
SKILL-template.mdCreating new SKILL.md
reference-template.mdCreating reference files
template-template.mdCreating code templates

Quick Reference

Create New Skill

# 1. Research documentation
→ research-expert + context7/exa

# 2. Create structure
mkdir -p plugins/<agent>/skills/<name>/references/templates

# 3. Create files
→ SKILL.md (from template)
→ references/*.md (conceptual)
→ references/templates/*.md (code)

# 4. Register
→ agent frontmatter + marketplace.json

# 5. Validate
→ sniper

Improve Existing Skill

# 1. Analyze
→ explore-codebase

# 2. Research updates
→ research-expert (latest docs)

# 3. Add missing files
→ references + templates

# 4. Validate
→ sniper

Validation Checklist

  • ALL content in English
  • SKILL.md has proper frontmatter
  • All references listed in frontmatter
  • Agent Workflow section present
  • Reference Guide has Concepts + Templates tables
  • References < 150 lines each
  • Templates have complete, working code
  • Registered in agent + marketplace.json

Best Practices

DO

  • Research official docs before writing
  • Use tables for organization
  • Link references to templates
  • Keep references conceptual
  • Make templates copy-paste ready

DON'T

  • Write in French (English only)
  • Copy-paste raw documentation
  • Exceed 150 lines in references
  • Forget registration step
  • Skip sniper validation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

34.1%
按下载量换算86

Claude

28.66%
按下载量换算73

Cursor

17.73%
按下载量换算45

Gemini CLI

9.6%
按下载量换算24

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/fusengine/agents --skill skill-creator 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills