skills-master

The Meta-Skill for managing standard capabilities. Use it to install, update, or list available standard skills (like auto-committer, context-code-explainer).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skills-master" with this command: npx skills add lone-yu-cmd/ai-coding-paradigm/lone-yu-cmd-ai-coding-paradigm-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.md and 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.

  • app-planner: Interactive app planning that produces feature-list.json for dev-pipeline. Invoke when user wants to plan an app, design features, or prepare for automated development.

  • 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/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated