Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计未展示

new-skillNEW 技能

Agent Skill

new-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

282

周安装

12

GitHub Stars

2,397

下载量

99
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/onekeyhq/app-monorepo --skill new-skill

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态或代码变更进行整理时使用。
  • 可结合原始 README 和安装命令进一步验证具体功能。
  • 安装方式:通过 npx skills add 命令从指定 GitHub 仓库添加。
  • 涉及写入操作时应确认 token 权限和目标仓库范围。

SKILL.md

Creating a New Skill

Follow this workflow when creating a new Claude Code Skill.

0) Fetch latest best practices (REQUIRED)

Before writing any skill content, you MUST fetch and read the latest documentation:

  1. Skills overview: https://code.claude.com/docs/en/skills
  2. Best practices: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices

Use WebFetch to retrieve these pages and extract key guidelines before proceeding.

1) Gather requirements

Ask the user:

  • What task should this skill automate?
  • What triggers should activate this skill? (keywords, file types, contexts)
  • Should it be project-scoped (.claude/skills/) or personal (~/.claude/skills/)?
  • What tools does it need? (Read, Grep, Glob, Bash, WebFetch, Write, etc.)

2) Review existing skills for patterns

Check existing skills in the project for naming conventions and structure:

ls -la .claude/skills/

Read similar skills if they exist to maintain consistency.

3) Create skill structure

Directory structure

.claude/skills/<skill-name>/
├── SKILL.md              # Main instructions (required)
├── reference/            # Optional: detailed docs
│   └── *.md
└── scripts/              # Optional: utility scripts
    └── *.py|*.sh

SKILL.md format (required fields)

---
name: skill-name-in-kebab-case
description: Brief description of what this Skill does and when to use it. Include specific trigger keywords.
allowed-tools: Read, Grep, Glob  # Optional: restrict tool access
---

# Skill Title

## Instructions
Clear, step-by-step guidance...

4) Apply best practices checklist

Naming

  • REQUIRED: Use 1k- prefix for all OneKey project skills: 1k-date-formatting, 1k-transaction-handling
  • Use gerund form after prefix: 1k-processing-pdfs, 1k-analyzing-code, 1k-creating-commits
  • Max 64 chars, lowercase letters/numbers/hyphens only
  • No reserved words: "anthropic", "claude"

Description

  • Write in third person ("Processes...", not "I can help..." or "You can use...")
  • Include what it does AND when to use it
  • Include specific trigger keywords users would say
  • Max 1024 chars

Content

  • Keep SKILL.md body under 500 lines
  • Be concise - Claude is already smart
  • Use progressive disclosure: put detailed content in separate files
  • Keep file references one level deep from SKILL.md
  • Use Unix-style paths (forward slashes)
  • Avoid time-sensitive information

Structure

  • Provide concrete examples, not abstract descriptions
  • Use consistent terminology throughout
  • Include workflows for complex tasks
  • Add validation/feedback loops for quality-critical tasks

5) Output the skill

After gathering requirements and applying best practices:

  1. Create the skill directory
  2. Write SKILL.md with proper frontmatter
  3. Add reference files if needed (for content > 500 lines)
  4. Summarize what was created

Example: Simple skill

---
name: 1k-generating-commit-messages
description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
---

# Generating Commit Messages

## Instructions

1. Run `git diff --staged` to see changes
2. Suggest a commit message with:
   - Summary under 50 characters
   - Detailed description
   - Affected components

## Best practices

- Use present tense
- Explain what and why, not how
Note: All OneKey project skills MUST use the 1k- prefix in the skill name.

Anti-patterns to avoid

  • Vague descriptions like "Helps with documents"
  • Multiple approaches without clear defaults
  • Assuming packages are installed without listing them
  • Windows-style paths (\ instead of /)
  • Deeply nested file references (keep one level deep)
  • Over-explaining what Claude already knows

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

29.56%
按下载量换算29

Gemini CLI

20.58%
按下载量换算20

Antigravity

15.94%
按下载量换算16

OpenCode

11.69%
按下载量换算12

Codex

7.07%
按下载量换算7

github-copilot

3.23%
按下载量换算3

安全审计

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

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills