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

skill-create技能创造

Agent Skill

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

总安装

235

周安装

10

GitHub Stars

520

下载量

82
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/popup-studio-ai/bkit-claude-code --skill skill-create

简介

skill-create 用于查找、检索和筛选相关信息,适合根据关键词或任务场景快速定位候选结果。

  • 它能帮助 Agent 组织信息线索或缩小搜索范围,使用时需明确查询目标和筛选条件。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

skill-create - Interactive Skill Creation Workflow

프로젝트 컨텍스트를 분석하여 project-local 스킬을 생성하는 워크플로우.

Workflow Steps

Step 1: Gather Information

If /skill-create (no args):

  1. Ask user for skill name (kebab-case)
  2. Ask user for skill purpose/description
  3. Ask user for classification: workflow or capability

If /skill-create {name}:

  1. Use provided name
  2. Analyze project context to infer purpose
  3. Ask user to confirm/modify

If /skill-create from-btw {btw-id}:

  1. Read btw suggestion from .bkit/btw-suggestions.json
  2. Use suggestion text as seed for skill description
  3. Use suggestion context for project context

Step 2: Analyze Project Context

  1. Read CLAUDE.md for project conventions
  2. Scan project structure:

- Identify tech stack (Java/Spring, Next.js, Python, etc.) - Find relevant patterns in source code - Check existing project-local skills for overlap

  1. Determine appropriate:

- Allowed tools for the skill - Trigger keywords (Korean + English) - Related files/patterns to reference

Step 3: Generate SKILL.md

Create .claude/skills/project/{name}/SKILL.md with:

---
name: {name}
classification: {workflow|capability}
classification-reason: "{reason based on analysis}"
deprecation-risk: none
effort: low
description: |
  {Generated description}
  Triggers: {trigger commands}
  Keywords: {keywords in Korean and English}
argument-hint: "{usage hint}"
user-invocable: true
allowed-tools:
  - Read
  - Write
  - Edit
  - Glob
  - Grep
  - Bash
---

Body content includes:

  • Purpose and when to use
  • Step-by-step instructions for workflow skills
  • Pattern reference for capability skills
  • Code examples from actual project files
  • Integration points with other skills

Step 4: Generate Eval Files (optional)

Create evals/{name}/ directory with:

evals/{name}/
  eval.yaml        - Test configuration
  prompt.txt       - Test prompt
  expected.txt     - Expected behavior description

eval.yaml format:

name: "{name} skill eval"
skill: ".claude/skills/project/{name}/SKILL.md"
tests:
  - name: "basic trigger"
    prompt: "{trigger command}"
    expected:
      - "{expected behavior 1}"
      - "{expected behavior 2}"
  - name: "edge case"
    prompt: "{edge case prompt}"
    expected:
      - "{expected behavior}"

Step 5: Confirm and Report

  1. Show generated file paths
  2. Show skill summary (name, classification, triggers)
  3. Suggest: "Test with /{name} or review at .claude/skills/project/{name}/SKILL.md"

Project-Local Skill Location

All generated skills go to: .claude/skills/project/{name}/SKILL.md

This location:

  • Is git-trackable for team sharing
  • Takes precedence over bkit core skills (2-layer architecture)
  • Is auto-loaded by Claude Code's skill discovery

Naming Conventions

PatternExampleUse When
{project}-{domain}hunikflow-modelDomain-specific capability
{action}-{target}validate-entityAction-oriented workflow
{tool}-{purpose}proxy-guideTool/pattern guide

From-BTW Integration

When creating from a /btw suggestion:

  1. Read the suggestion's context.file to understand what code was being worked on
  2. Read the suggestion's context.feature to understand the PDCA feature context
  3. Use suggestion text as the primary description seed
  4. After creation, update the btw suggestion's promotedTo field with the new skill name

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.12%
按下载量换算31

Claude

29.12%
按下载量换算24

Cursor

18.78%
按下载量换算15

Gemini CLI

10.29%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills