Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问clear审计未展示

dev_skill开发技能

Agent Skill

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

总安装

564

周安装

24

GitHub Stars

公开资料未说明

下载量

198
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add ikatsuba/skills --skill "dev:skill"

简介

dev_skill 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息检索和筛选的场景。
  • 通过 npx skills add ikatsuba/skills --skill "dev:skill" 命令安装使用。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • dev_skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
dev:skill
description
Create New Skill - generates a new skill definition for this repository

Create New Skill

Generates a new skill definition following the repository's conventions and best practices. This meta-skill ensures consistency across all skills in the repository.

When to use

Use this skill when the user needs to:

  • Add a new skill to this repository
  • Create a custom Claude Code skill following best practices
  • Scaffold a skill definition with proper structure

Instructions

Step 1: Gather Information

Ask the user for the following information:

  1. Category - Which category folder should contain this skill?

- spec/ - Specification-driven development skills - utils/ - Utility skills - dev/ - Development and meta skills - Or suggest a new category if none fit

  1. Skill name - Short, descriptive name in kebab-case (e.g., review-code, generate-tests)
  1. Purpose - What does this skill do? What problem does it solve?
  1. Trigger conditions - When should a user invoke this skill?
  1. Arguments (optional) - Does the skill accept any arguments?

Step 2: Analyze Existing Skills

Before writing the new skill:

  1. Read 2-3 existing skills from the repository to understand current patterns
  2. Note the writing style, structure, and level of detail
  3. Identify any patterns specific to the chosen category

Step 3: Create the Skill Definition

Create the file at <category>/<skill-name>/SKILL.md with this structure:

---
name: <category>:<skill-name>
description: <Short Title> - <brief description of what the skill does>
---

# <Short Title>

<1-2 sentence description of what this skill does and its value.>

## When to use

Use this skill when the user needs to:
- <Use case 1>
- <Use case 2>
- <Use case 3>

## Instructions

### Step 1: <First Step Name>

<Clear instructions for what to do in this step.>

### Step 2: <Second Step Name>

<Clear instructions for what to do in this step.>

[Continue with additional steps as needed]

### Step N: Confirm with User

<Instructions for presenting results and asking for feedback.>

## Arguments

- `<args>` - <Description of expected arguments>
  - <Format or example 1>
  - <Format or example 2>

Examples:
- `<skill-name> <example-arg>` - <What this does>

Writing Guidelines

  1. Clear step-by-step structure - Each step should be actionable and specific
  2. Use imperative mood - "Create the file", "Ask the user", "Run the command"
  3. Include examples - Show concrete examples wherever helpful
  4. Handle edge cases - Describe what to do when things go wrong
  5. Keep it focused - One skill should do one thing well
  6. Match existing tone - Read other skills and follow the same style

Step 4: Update CLAUDE.md

After creating the skill, update the repository structure section in CLAUDE.md:

  1. Add the new skill to the appropriate category in the structure tree
  2. If a new category was created, add a description for it

Step 5: Validate and Confirm

Present to the user:

  1. The path of the created SKILL.md file
  2. A summary of the skill's purpose and steps
  3. Any updates made to CLAUDE.md
  4. Ask if they want to make any changes

Arguments

  • <args> - Can include the category and/or skill name

- utils/format-code - Full path with category - format-code - Just the skill name (will ask for category)

Examples:

  • dev:skill utils/format-code - Create a skill in the utils category
  • dev:skill code-review - Create a skill (will prompt for category)

Skill Structure Reference

A well-structured skill typically includes:

SectionRequiredPurpose
FrontmatterYesname and description for the skill
TitleYesH1 heading matching the description title
DescriptionYesBrief explanation of the skill's purpose
When to useYesBullet points of use cases
InstructionsYesStep-by-step guide for Claude Code
ArgumentsIf applicableDescription of accepted arguments
ExamplesRecommendedConcrete usage examples
Edge casesRecommendedHow to handle unusual situations

Naming Conventions

  • Category names: lowercase, single word preferred (e.g., spec, utils, dev)
  • Skill names: kebab-case (e.g., do-next, changelog, skill)
  • Full skill name: category:skill-name (e.g., dev:skill, utils:changelog)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

31.39%
按下载量换算62

windsurf

22.82%
按下载量换算45

OpenCode

18.23%
按下载量换算36

Codex

12.25%
按下载量换算24

Antigravity

8.75%
按下载量换算17

Gemini CLI

3.71%
按下载量换算7

安全审计

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

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills