skills-master
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkills Master
Skills Master
This skill acts as a package manager for the Skill ecosystem. It contains a library of "Standard Skills" that can be deployed to any project.
该技能充当Skill生态系统的包管理器,包含可部署到任何项目的「标准技能」库。
Capabilities
功能特性
The following skill templates are available in :
assets/skill-templates/-
add-in-skills-master: Adds or updates skill templates in the skills-master library. Invoke when user wants to contribute a new skill to the master library.
-
auto-committer: Automates git commits with Context Refresh checks.
-
context-code-explainer: Generates structured code analysis reports with AI_CONTEXT awareness.
-
context-aware-coding: Managesand enforces Context-First Architecture.
AI_README.md -
context-project-analyzer: Bootstraps AI_CONTEXT documentation for new/legacy projects.
-
skill-creator: Creates new skills and maintains the index.
-
git-diff-requirement: Analyzes git diff HEAD to evaluate code changes against business requirements, detects defects, and generates structured analysis reports. Invoke when reviewing code changes or validating requirement implementation.
-
subagent-creator: 专门用于生成子智能体的 skill,通过交互式问答收集信息并生成标准化的子智能体配置文档
-
git-diff-requirement: Analyzes git diff HEAD to evaluate code changes against business requirements, detects defects, and generates structured analysis reports. Invoke when reviewing code changes or validating requirement implementation.
-
playwright-pro: 增强版 Playwright 页面分析工具:通过 CDP 连接本地已运行的 Chrome/Edge/Brave,无需新开窗口,保留登录态和扩展,一键分析页面 DOM、样式、网络请求、Console 日志和性能指标。
-
context-ai-sync: Intelligent AI context documentation system for projects. Invoke with 'AI Context Sync' to initialize project docs or sync with code changes.
-
context-requirements-analysis: Context-aware requirements analysis skill. Automatically triggered when users request to complete specific requirements by reading existing AI documents or AI_CONTEXT documentation. The skill intelligently identifies scenario types and reads relevant documentation.
-
update-skills-master: Pull latest skills-master from GitHub using sparse checkout. Auto-detects target directory and works universally across different project structures.
-
codebuddy-speckit-summary: Extends the Speckit pipeline with a Feature Registry system. This skill should be used when working with Speckit commands (speckit.specify, speckit.plan, speckit.implement) to maintain a centralized feature index. It adds a speckit.summarize command for archiving completed features and injects REGISTRY.md awareness into existing Speckit commands via a project rule.
assets/skill-templates/-
add-in-skills-master:向skills-master库中添加或更新技能模板。当用户想要向主库贡献新技能时调用。
-
auto-committer:通过Context Refresh检查自动执行git提交。
-
context-code-explainer:结合AI_CONTEXT感知生成结构化代码分析报告。
-
context-aware-coding:管理并强制执行Context-First架构。
AI_README.md -
context-project-analyzer:为新项目/遗留项目快速构建AI_CONTEXT文档。
-
skill-creator:创建新技能并维护索引。
-
git-diff-requirement:分析git diff HEAD以根据业务需求评估代码变更,检测缺陷并生成结构化分析报告。在评审代码变更或验证需求实现时调用。
-
subagent-creator:专门用于生成子智能体的skill,通过交互式问答收集信息并生成标准化的子智能体配置文档
-
git-diff-requirement:分析git diff HEAD以根据业务需求评估代码变更,检测缺陷并生成结构化分析报告。在评审代码变更或验证需求实现时调用。
-
playwright-pro:增强版Playwright页面分析工具:通过CDP连接本地已运行的Chrome/Edge/Brave,无需新开窗口,保留登录态和扩展,一键分析页面DOM、样式、网络请求、Console日志和性能指标。
-
context-ai-sync:面向项目的智能AI上下文文档系统。输入“AI Context Sync”调用以初始化项目文档或与代码变更同步。
-
context-requirements-analysis:上下文感知的需求分析技能。当用户请求通过读取现有AI文档或AI_CONTEXT文档完成特定需求时自动触发。该技能可智能识别场景类型并读取相关文档。
-
update-skills-master:使用稀疏检出从GitHub拉取最新的skills-master。自动检测目标目录,可在不同项目结构中通用。
-
codebuddy-speckit-summary:通过Feature Registry系统扩展Speckit流水线。在使用Speckit命令(speckit.specify、speckit.plan、speckit.implement)时应使用该技能,以维护集中式功能索引。它添加了speckit.summarize命令用于归档已完成功能,并通过项目规则将REGISTRY.md感知注入现有Speckit命令。
Instructions
使用说明
If you want to use the following command, you need to change the current directory to the upper directory of .
skills/如果要使用以下命令,需要将当前目录切换到的上级目录。
skills/List Available Skills
列出可用技能
To see what can be installed:
bash
python3 skills/skills-master/scripts/install.py --list查看可安装的技能:
bash
python3 skills/skills-master/scripts/install.py --listInstall a Specific Skill
安装特定技能
To install a single skill (e.g., ):
auto-committerbash
python3 skills/skills-master/scripts/install.py --name auto-committerNote: After installation, run 's update script to refresh the README index.
skill-creator安装单个技能(例如):
auto-committerbash
python3 skills/skills-master/scripts/install.py --name auto-committer注意:安装完成后,运行的更新脚本以刷新README索引。
skill-creatorInstall All Standard Skills
安装所有标准技能
To bootstrap a full environment:
bash
python3 skills/skills-master/scripts/install.py --all搭建完整环境:
bash
python3 skills/skills-master/scripts/install.py --all