Skip to main content
thewoolleyman
Perfil de criador do GitHub

thewoolleyman

Visão por repositório de 173 skills coletadas em 10 repositórios do GitHub.

skills coletadas
173
repositórios
10
atualizado
23 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
tab-groups-windows-list
73 skills · 2 de fev. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosAnalistas de gestãoDesigners de interfaces web e digitaisEscritores e autores
13 categorias ocupacionais · 100% classificado
42%participação
#02
livespec-orchestrator-beads-fabro
36 skills · 17 de ago. de 2026
Desenvolvedores de softwareOutras ocupações de informática
2 categorias ocupacionais · 83% classificado
21%participação
#03
livespec-overseer
16 skills · 23 de ago. de 2026
Outras ocupações de informáticaDesenvolvedores de software
2 categorias ocupacionais · 44% classificado
9,2%participação
#04
cxdb-graph-ui
12 skills · 23 de mar. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
6,9%participação
#05
livespec-driver-claude
8 skills · 21 de ago. de 2026
classificação pendente
4,6%participação
#06
livespec-driver-codex
8 skills · 20 de ago. de 2026
Outras ocupações de informáticaDesenvolvedores de software
2 categorias ocupacionais · 88% classificado
4,6%participação
#07
livespec-driver-pi
8 skills · 20 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 38% classificado
4,6%participação
#08
livespec-orchestrator-git-jsonl
8 skills · 6 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
4,6%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

Mostrando 8 de 73 skills coletadas.
livespec-orchestrator-beads-fabro-capture-impl-gaps
sem classificação

Detect specification-to-implementation gaps, then file a gap-tied work-item per gap with per-gap user consent. Use when the user wants detected gaps turned into tracked work. Mutating: it writes one record per consented gap.

17 de ago. de 2026
livespec-orchestrator-beads-fabro-capture-spec-drift
sem classificação

Detect implementation-to-specification drift and hand each finding off to the propose-change operation with user consent. Use when the implementation has moved ahead of the spec and the spec must catch up. Mutating: it files proposed changes the user approves.

17 de ago. de 2026
livespec-orchestrator-beads-fabro-capture-work-item
sem classificação

File an implementation-side work item directly from free-form user intent — a bug, a refactor, a tactical task. Use when the user wants something recorded in the work-items store that no gap or drift detection produced. Mutating: it writes a record after the…

17 de ago. de 2026
livespec-orchestrator-beads-fabro-drive
sem classificação

Execute exactly one operator action id against the target repository — a dispatch action, a human valve or policy action, or a config action. Use when the user has selected an action id from the attention surface and wants it executed. Mutating: it drives…

17 de ago. de 2026
livespec-orchestrator-beads-fabro-implement
sem classificação

Drive one work-item from a failing test to a passing implementation, verifying gap closure by re-running detection when the item is gap-tied. Use when the user asks to implement a specific work-item. Mutating: it edits code and closes the record.

17 de ago. de 2026
livespec-orchestrator-beads-fabro-plan
sem classificação

Open or resume a durable plan, route scoped work to the spec side or to ledger children, and archive only after the disposition and completeness evidence gates pass. Use when the user starts, resumes, or closes a plan. Mutating: it writes plan state and…

17 de ago. de 2026
livespec-orchestrator-beads-fabro-detect-impl-gaps
Desenvolvedores de software

Detect specification-to-implementation gaps mechanically via the Spec Reader and emit the current gap-id set. Use when the user asks which spec rules have no implementation, or as the detection step a capture operation composes. Pure read-and-emit — never…

15 de ago. de 2026
livespec-orchestrator-beads-fabro-groom
Desenvolvedores de software

Regroom an oversized or non-converging work-item into ready, dependency-layered slices. Use when an item keeps failing to converge or is too large to dispatch. Drafting is read-only; the maintainer owns the cut and nothing is filed until they approve it.

15 de ago. de 2026
Mostrando 8 de 36 skills coletadas.
Mostrando 8 de 16 skills coletadas.
Mostrando 8 de 12 skills coletadas.
critique
sem classificação

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Invoked by /livespec:critique, "critique the livespec spec", or "find issues in the spec".

21 de ago. de 2026
doctor
sem classificação

Run the doctor checks against a livespec spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Invoked by /livespec:doctor, "run livespec doctor",…

21 de ago. de 2026
help
sem classificação

Explain what livespec does and route the user to the right sub-command (seed, propose-change, critique, revise, doctor, prune-history). Invoked by /livespec:help, "what can livespec do", or when the user asks for an overview of livespec capabilities.

21 de ago. de 2026
next
sem classificação

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current `<spec-target>/proposed_changes/` and `<spec-target>/history/` state, emitting structured JSON. Invoked by /livespec:next, "what should I work on next…

21 de ago. de 2026
propose-change
sem classificação

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Invoked by /livespec:propose-change, "propose a change to the spec", or when the user wants to record a spec amendment that the next…

21 de ago. de 2026
prune-history
sem classificação

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation (model-driven invocation is disabled). Invoked only via /livespec:prune-history or an explicit "prune the livespec history" request from…

21 de ago. de 2026
revise
sem classificação

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

21 de ago. de 2026
seed
sem classificação

Author the initial natural-language specification for a new project, populating the chosen template's spec_root layout. Invoked by /livespec:seed, "seed a livespec spec", "set up a livespec", or when starting a brand-new spec in an empty SPECIFICATION/ tree.

21 de ago. de 2026
revise
sem classificação

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

20 de ago. de 2026
critique
Outras ocupações de informática

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Invoked by livespec:critique, "critique the livespec spec", or "find issues in the spec".

27 de jun. de 2026
doctor
Outras ocupações de informática

Run the doctor checks against a livespec spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Invoked by livespec:doctor, "run livespec doctor",…

27 de jun. de 2026
next
Outras ocupações de informática

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current `<spec-target>/proposed_changes/` and `<spec-target>/history/` state, emitting structured JSON. Invoked by livespec:next, "what should I work on next on…

27 de jun. de 2026
propose-change
Outras ocupações de informática

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Invoked by livespec:propose-change, "propose a change to the spec", or when the user wants to record a spec amendment that the next…

27 de jun. de 2026
prune-history
Outras ocupações de informática

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation (model-driven invocation is disabled). Invoked only via livespec:prune-history or an explicit "prune the livespec history" request from…

27 de jun. de 2026
seed
Desenvolvedores de software

Author the initial natural-language specification for a new project, populating the chosen template's spec_root layout. Invoked by livespec:seed, "seed a livespec spec", "set up a livespec", or when starting a brand-new spec in an empty SPECIFICATION/ tree.

27 de jun. de 2026
help
Desenvolvedores de software

Explain what livespec does and route the user to the right sub-command (seed, propose-change, critique, revise, doctor, prune-history). Invoked by livespec:help, "what can livespec do", or when the user asks for an overview of livespec capabilities.

23 de jun. de 2026
livespec-revise
sem classificação

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

20 de ago. de 2026
livespec-critique
sem classificação

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Use when the user asks to critique the spec or find issues in it. This mutating operation can…

17 de ago. de 2026
livespec-propose-change
sem classificação

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Use when the user wants to record a spec amendment that the next revise pass will accept or reject. This mutating operation writes a…

17 de ago. de 2026
livespec-prune-history
sem classificação

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation because model-driven invocation is disabled, and a generic mention of history NEVER activates it. Invoked only via…

17 de ago. de 2026
livespec-seed
sem classificação

Author the initial natural-language livespec specification for a new project, populating the chosen template's spec_root layout. Use when starting a brand-new spec in an empty SPECIFICATION/ tree, or when the user asks to "seed a livespec spec" or "set up a…

17 de ago. de 2026
livespec-doctor
Desenvolvedores de software

Run the livespec doctor checks against a spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Use when the user asks to run livespec doctor or…

15 de ago. de 2026
livespec-help
Desenvolvedores de software

Explain what livespec does and route the user to the right livespec operation (seed, propose-change, critique, revise, doctor, prune-history, next). Use when the user asks what livespec can do or wants an overview of its capabilities. Read-only.

15 de ago. de 2026
livespec-next
Desenvolvedores de software

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current <spec-target>/proposed_changes/ and <spec-target>/history/ state, emitting structured JSON. Use when the user asks what to work on next on the spec…

15 de ago. de 2026
needs-attention
Desenvolvedores de software

Compose spec, implementation, human-valve, and hygiene gather primitives into a Markdown attention list. Invoke as `/livespec-orchestrator-git-jsonl:needs-attention [--project-root <path>]`.

6 de ago. de 2026
capture-impl-gaps
Desenvolvedores de software

Detect spec→impl gaps by invoking the sibling detect-impl-gaps thin-transport skill, then file gap-tied work-items into the JSONL store with per-gap user consent. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as…

27 de jun. de 2026
capture-spec-drift
Desenvolvedores de software

Detect impl→spec drift heuristically (LLM-driven) and hand off each finding to /livespec:propose-change with user consent. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as…

27 de jun. de 2026
capture-work-item
Desenvolvedores de software

Freeform direct filing of an impl-side work item (bugs, refactors, tactical tasks). Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Filed records carry `origin: freeform` and `gap_id: null`. Invoke as…

27 de jun. de 2026
detect-impl-gaps
Desenvolvedores de software

Detect spec→impl gaps mechanically via the Spec Reader and emit the current gap-id set as JSON. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Pure read-and-emit pass-through — never mutates the work-items JSONL, never prompts the…

27 de jun. de 2026
implement
Desenvolvedores de software

Drive Red→Green for a single work-item. For gap-tied items, verify closure by re-running capture-impl-gaps in dry-run mode. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-git-jsonl:implement…

27 de jun. de 2026
list-work-items
Desenvolvedores de software

List work-items from the JSONL work-items store. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-git-jsonl:list-work-items [--filter <name>] [--with-gap-id <id>] [--json]`.

27 de jun. de 2026
next
Desenvolvedores de software

Rank the most-ripe impl-side action from the JSONL work-items store. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Pure function of file state; no LLM in the ranking path. Invoke as `/livespec-orchestrator-git-jsonl:next [--limit…

27 de jun. de 2026
Mostrando 10 de 10 repositórios
Todos os repositórios foram exibidos