skills-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.
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: Manages
AI_README.mdand enforces Context-First Architecture. -
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.
-
codebuddy-speckit-code-review: Adds a speckit.codereview command to the Speckit pipeline for automated code review after implementation. Reviews code against the feature spec, plan, and best practices. Sits between implement and summarize in the pipeline. Trigger keywords include speckit, review, code review, CR.
-
prizm-kit: Full-lifecycle self-improving dev toolkit (28 skills). Covers spec-driven development, Prizm context docs, learning memory, code quality, debugging, deployment, and knowledge management. Install with
install-prizmkit.py. Skills include:- Foundation: prizmkit-init, prizmkit-memory, prizmkit-evolution
- Documentation: prizmkit-prizm-docs (AI-only progressive context loading)
- Spec-Driven: prizmkit-specify, prizmkit-clarify, prizmkit-plan, prizmkit-tasks, prizmkit-implement, prizmkit-code-review, prizmkit-summarize
- Commit & Retrospective: prizmkit-committer, prizmkit-retrospective
- Quality: prizmkit-security-audit, prizmkit-dependency-health, prizmkit-tech-debt-tracker
- Operations: prizmkit-ci-cd-generator, prizmkit-deployment-strategy, prizmkit-db-migration, prizmkit-monitoring-setup
- Debugging: prizmkit-error-triage, prizmkit-log-analyzer, prizmkit-perf-profiler, prizmkit-bug-reproducer
- Knowledge: prizmkit-onboarding-generator, prizmkit-api-doc-generator, prizmkit-adr-manager, prizmkit-knowledge-extractor
Instructions
If you want to use the following command, you need to change the current directory to the upper directory of skills/.
List Available Skills
To see what can be installed:
python3 skills/skills-master/scripts/install.py --list
Install a Specific Skill
To install a single skill (e.g., auto-committer):
python3 skills/skills-master/scripts/install.py --name auto-committer
Note: After installation, run skill-creator's update script to refresh the README index.
Install All Standard Skills
To bootstrap a full environment:
python3 skills/skills-master/scripts/install.py --all
Install prizm-kit
To install the prizm-kit comprehensive development toolkit:
python3 skills/skills-master/assets/skill-templates/prizm-kit/scripts/install-prizmkit.py --target skills/ --hooks --project-root .
To list available prizm-kit skills:
python3 skills/skills-master/assets/skill-templates/prizm-kit/scripts/install-prizmkit.py --list
To install a specific prizm-kit skill:
python3 skills/skills-master/assets/skill-templates/prizm-kit/scripts/install-prizmkit.py --skill prizmkit-init --target skills/