Skip to main content
thewoolleyman
GitHub クリエイタープロフィール

thewoolleyman

10 件の GitHub リポジトリにある 173 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
173
リポジトリ
10
更新
2026年8月23日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
tab-groups-windows-list
73 件の skills · 2026年2月2日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家ウェブ・デジタルインターフェースデザイナーマネジメントアナリスト作家・著者
13 件の職業カテゴリ · 100% 分類済み
42%比率
#02
livespec-orchestrator-beads-fabro
36 件の skills · 2026年8月17日
ソフトウェア開発者その他コンピュータ職
2 件の職業カテゴリ · 83% 分類済み
21%比率
#03
livespec-overseer
16 件の skills · 2026年8月23日
その他コンピュータ職ソフトウェア開発者
2 件の職業カテゴリ · 44% 分類済み
9.2%比率
#04
cxdb-graph-ui
12 件の skills · 2026年3月23日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
6.9%比率
#05
livespec-driver-claude
8 件の skills · 2026年8月21日
分類待ち
4.6%比率
#06
livespec-driver-codex
8 件の skills · 2026年8月20日
その他コンピュータ職ソフトウェア開発者
2 件の職業カテゴリ · 88% 分類済み
4.6%比率
#07
livespec-driver-pi
8 件の skills · 2026年8月20日
ソフトウェア開発者
1 件の職業カテゴリ · 38% 分類済み
4.6%比率
#08
livespec-orchestrator-git-jsonl
8 件の skills · 2026年8月6日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4.6%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

収集済み skill 73 件中 8 件を表示しています。
livespec-orchestrator-beads-fabro-capture-impl-gaps
未分類

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.

2026年8月17日
livespec-orchestrator-beads-fabro-capture-spec-drift
未分類

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.

2026年8月17日
livespec-orchestrator-beads-fabro-capture-work-item
未分類

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…

2026年8月17日
livespec-orchestrator-beads-fabro-drive
未分類

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…

2026年8月17日
livespec-orchestrator-beads-fabro-implement
未分類

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.

2026年8月17日
livespec-orchestrator-beads-fabro-plan
未分類

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…

2026年8月17日
livespec-orchestrator-beads-fabro-detect-impl-gaps
ソフトウェア開発者

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…

2026年8月15日
livespec-orchestrator-beads-fabro-groom
ソフトウェア開発者

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.

2026年8月15日
収集済み skill 36 件中 8 件を表示しています。
収集済み skill 16 件中 8 件を表示しています。
収集済み skill 12 件中 8 件を表示しています。
critique
未分類

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".

2026年8月21日
doctor
未分類

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",…

2026年8月21日
help
未分類

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.

2026年8月21日
next
未分類

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…

2026年8月21日
propose-change
未分類

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…

2026年8月21日
prune-history
未分類

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…

2026年8月21日
revise
未分類

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…

2026年8月21日
seed
未分類

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.

2026年8月21日
revise
未分類

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…

2026年8月20日
critique
その他コンピュータ職

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".

2026年6月27日
doctor
その他コンピュータ職

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",…

2026年6月27日
next
その他コンピュータ職

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…

2026年6月27日
propose-change
その他コンピュータ職

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…

2026年6月27日
prune-history
その他コンピュータ職

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…

2026年6月27日
seed
ソフトウェア開発者

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.

2026年6月27日
help
ソフトウェア開発者

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.

2026年6月23日
livespec-revise
未分類

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…

2026年8月20日
livespec-critique
未分類

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…

2026年8月17日
livespec-propose-change
未分類

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…

2026年8月17日
livespec-prune-history
未分類

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…

2026年8月17日
livespec-seed
未分類

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…

2026年8月17日
livespec-doctor
ソフトウェア開発者

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…

2026年8月15日
livespec-help
ソフトウェア開発者

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.

2026年8月15日
livespec-next
ソフトウェア開発者

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…

2026年8月15日
needs-attention
ソフトウェア開発者

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>]`.

2026年8月6日
capture-impl-gaps
ソフトウェア開発者

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…

2026年6月27日
capture-spec-drift
ソフトウェア開発者

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…

2026年6月27日
capture-work-item
ソフトウェア開発者

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…

2026年6月27日
detect-impl-gaps
ソフトウェア開発者

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…

2026年6月27日
implement
ソフトウェア開発者

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…

2026年6月27日
list-work-items
ソフトウェア開発者

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]`.

2026年6月27日
next
ソフトウェア開発者

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…

2026年6月27日
10 件中 10 件のリポジトリを表示
すべてのリポジトリを表示しました