Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

shift-training-year轮班培训年

Agent Skill

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

总安装

259

周安装

11

GitHub Stars

21

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/thepexcel/agent-skills --skill shift-training-year

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前尚无详细功能描述,需查阅原始 SKILL.md 获取更多信息。

SKILL.md

Shift Training Year

Shift year references in training data files (CSV, XLSX) by a specified amount. Designed for annual updates to course training data — handles filenames, CSV content (Order Numbers, dates), and XLSX year columns.

When to Use

  • Updating training data files so the years match the current course year
  • User says "เลื่อนปี", "shift year", "update year in data/training files"
  • Preparing Power BI, Excel, or data analytics training materials for a new year

How It Works

Run the bundled script which handles everything:

python "<skill-path>/scripts/shift_year.py" "<folder-path>" [--shift N]
  • folder-path: Directory containing the data files (CSV + XLSX)
  • --shift N: How many years to shift (default: 1). Use negative values to shift backwards.

What the Script Does

CSV files:

  • Detects which year(s) appear in each file by scanning quoted strings
  • Shifts years only inside quoted strings — this protects unquoted numeric values (StoreKey, CustomerKey, ProductKey, etc.) from accidental changes
  • Handles Order Numbers (e.g., "202401011CS952""202501011CS952") and dates in DD/MM/YYYY format (e.g., "01/01/2024""01/01/2025")
  • Renames files that have years in their names (e.g., contoso-online-2024.csvcontoso-online-2025.csv)

XLSX files:

  • Shifts any numeric cell value that looks like a year (2000-2099 range) in columns named "Year" or similar
  • Also scans all cells for standalone year values if no Year column is found
  • Does not rename XLSX files (usually named generically like TargetReport.xlsx)

Important Notes

  • The script processes files in reverse year order (highest year first) to prevent double-shifting when multiple years exist in the same file
  • Always creates a backup (_backup/) before modifying files — the backup is placed inside the target folder
  • CSV encoding is preserved (UTF-8)

Workflow

  1. User provides the folder path containing training data
  2. Confirm with user: which files to process and the shift amount
  3. Run the script
  4. Verify a sample of the output to make sure it looks correct
  5. If user is satisfied, the backup folder can be deleted

Example

User: เลื่อนปีใน training data ไป 1 ปี folder C:\...\Contoso

Step 1: List files in the folder
Step 2: Confirm with user
Step 3: Run script
  python "<skill-path>/scripts/shift_year.py" "C:\...\Contoso"
Step 4: Spot-check a few rows from each file

Related Skills

  • /xlsx-thepexcel — Read/edit XLSX files directly; use when year-shifted data needs further spreadsheet manipulation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.21%
按下载量换算32

Claude

26.78%
按下载量换算24

Cursor

19.64%
按下载量换算18

Gemini CLI

9.22%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills