Explorar skills

12.583 skills encontradas

Alerta por categoría

Recibe nuevas skills de Desenvolvimento todos los lunes

pr-create

0

Prepare commits for the current feature branch, push, and create or update a PR to main.

Desenvolvimento#git#aipor AnotherSava

reset

0

Soft-reset unpushed commits back into the working tree for re-committing

Desenvolvimento#gitpor AnotherSava

skill

0

Guidelines for creating and updating Claude Code skills. TRIGGER when: writing a new SKILL.md, modifying an existing skill, or the user asks about skill conventions.

Desenvolvimento#gitpor AnotherSava

learn

0

交互式学习技能。按知识点逐项推进,每个知识点分阶段(概念→实例→测试),用户控制节奏。两种用法:/learn 任务编号(如 /learn 3|Python|基础语法复习)从任务清单读取,/learn 自由内容(如 /learn 什么是装饰器)快速学习。仅通过 /learn 主动调用,不响应对话中的关键词。

Desenvolvimento#pythonpor RainZZZYYY

session

0

管理学习会话的开始和结束。开始时指定项目并读取任务进度;结束时分析成果、确认任务完成状态、更新任务清单、自动整理笔记。当用户说"开始学习""继续学习""开始工作""今天做""收工""结束学习""今天做完了""先这样"时触发。

Desenvolvimentopor RainZZZYYY

headsup-notifications

0

Manage the macOS notification that fires when a Claude Code tab has been waiting on the user for more than N minutes. Use when the user types /headsup-notifications, asks to enable/disable the "Claude is waiting" notification, wants to change how long it waits before notifying, or wants to test that notifications are working. Accepts on/off, a numeric threshold (minutes), "test" to fire a one-off

Desenvolvimento#ai#testpor wasulajr

push-skills

0

检测 Claude Code 技能目录的变更,自动更新 README 并推送到 GitHub。仅通过 /push-skills 主动调用。

Desenvolvimento#github#gitpor RainZZZYYY

headsup-update

0

Pull the latest headsup release from GitHub and apply it in-place. Use when the user types /headsup-update, asks to "update headsup", or wants to pull the newest version of the tab-color/status hooks.

Desenvolvimento#github#gitpor wasulajr

headsup-diagnose

0

Actively exercise the headsup hook stack end-to-end. Flashes the three tab colors (idle → processing → waiting) on the current tab and verifies each round-trips through the daemon. Use when the user asks "is the headsup thing actually working", "test the headsup hooks", "/headsup-diagnose", or wants confirmation after a change. Different from /headsup-status (passive snapshot) — this skill perform

Desenvolvimento#ai#testpor wasulajr

commit-message

0

Generate a conventional commit message by analyzing staged git changes. Use when the user wants to create, write, or generate a git commit message from their current staged diff. Trigger on phrases like \"commit\", \"commit message\", \"commit msg\", \"寫 commit\", \"提交訊息\", \"generate commit\", or when the user has just finished making code changes and wants to commit them. Also trigger when the u

Desenvolvimento#gitpor appleboy

copilot-review

0

Runs a single Copilot review check-fix cycle on a PR using gh CLI. Use this skill whenever the user wants to: check and fix Copilot review comments, request a Copilot code review on a PR, or iterate on PR feedback. Trigger on phrases like 'copilot review', 'fix PR comments', 'iterate on PR', 're-review', or when the user mentions 'gh pr' with 'copilot'. Combine with /loop for automated repeated cy

Desenvolvimentopor appleboy

pr-prepare

0

Prepare a Pull Request description that follows team conventions for AI-authored code. Use this skill whenever the user wants to open a PR, push for review, merge a branch, or create a pull request — phrases like "prepare PR", "open a PR", "ready to merge", "PR description", "push this for review", "write a PR", "I'm done, let's ship". Reads the git diff, asks about AI authorship, classifies the c

Desenvolvimento#git#aipor appleboy