Pular para o conteúdo
mattpocock/skills

click-path-audit

click-path-audit
Peso
pesado
245 linhas · 200–600 linhas
Gatilho
o agente chama
O agente dispara sozinho quando a descrição bate com a tarefa.
Encaixe
livre
Nenhum par documentado.

Ficha técnica

Descrição original
Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.
Caminho no repo
skills/click-path-audit/SKILL.md
SKILL.md
245 linhas
Seções
The Problem This Solves · How It Works · Execution Steps · Scope Control · When to Use · When NOT to Use · Integration with Other Skills · Example: The Bug That Inspired This Skill

Instalar — vem com o pacote inteiro (443 skills)

CLI skills

No terminal, de qualquer diretório.

  1. npx skills@latest add mattpocock/skills

A instalação não liga nada — mas a esteira só funciona inteira depois de rodar /setup-matt-pocock-skills uma vez no repositório, e é ela que grava configuração por projeto.

O que essa instalação faz na sua máquinaFechar

Como o método funciona

O gerenciador da Vercel Labs. Usa o GitHub como registro, copia para ~/.agents/skills e cria symlink para cada agente instalado na máquina.

Precisa ter

  • Node 18+

Onde cai no disco

~/.agents/skills/ + symlink em ~/.claude/skills/

Sair

npx skills remove mattpocock/skills

Do mesmo pacote