thkt

39 mods across 2 repositories, 13 stars between them.

ablate

02

thkt/dotclaude

Skill Claude CodeCodex

An ablation workflow for testing a harness by removing one element at a time and measuring whether that element changes the result. A harness is the surrounding setup used to run and evaluate a system.

11 2d ago A 57 tokens original MIT

census

03

thkt/dotclaude

Skill Claude CodeCodex

A design-decision audit that finds important choices present in code but missing from Decision Records (DRs), then ranks them by impact and how easy they are to reverse. It also scans for differences between existing records and the code.

11 2d ago A 60 tokens original MIT

challenge

04

thkt/dotclaude

Skill Claude CodeCodex

A two-phase decision check for testing whether a problem is real and whether a proposed idea is useful. It examines evidence, asks about only high-impact irreversible choices, and ends with a GO or NO-GO decision.

11 2d ago A 204 tokens original MIT

checkout

05

thkt/dotclaude

Skill Claude CodeCodex

A Git command workflow for creating a new branch from the current repository changes and optional ticket or task context. Git is a tool for tracking code changes and branches are separate lines of work.

11 2d ago A 24 tokens original MIT

commit

06

thkt/dotclaude

Skill Claude CodeCodex

A workflow that examines staged Git changes, creates a Conventional Commits message, and commits the changes. Conventional Commits use labels such as feat, fix, or docs to describe the kind of change.

11 2d ago A 27 tokens original MIT

dr

07

thkt/dotclaude

Skill Claude CodeCodex

A workflow for creating numbered Decision Records in MADR v4 format. A Decision Record documents an important choice, its context, alternatives, and the reasons for selecting one option.

11 2d ago A 59 tokens original MIT

fix

08

thkt/dotclaude

Skill Claude CodeCodex

A quick bug-fixing workflow for problems that can be safely corrected in one to three files. It also accepts an existing issue number or a finding from an audit.

11 2d ago A 86 tokens original MIT

issue

09

thkt/dotclaude

Skill Claude CodeCodex

A GitHub Issue drafting workflow that creates structured titles and issue bodies. It can include findings from challenge or research work and copy a draft plan into the issue.

11 2d ago B 90 tokens original MIT

outcome

10

thkt/dotclaude

Skill Claude CodeCodex

An interactive workflow for creating or updating a project's OUTCOME.md file. The file records the project's desired behavior, exclusions, and constraints.

11 2d ago A 58 tokens original MIT

pr

11

thkt/dotclaude

Skill Claude CodeCodex

A workflow for analyzing branch changes and creating a draft pull request, including a screenshot step when the changes affect the user interface.

11 2d ago A 62 tokens original MIT

preview

12

thkt/dotclaude

Skill Claude CodeCodex

A pull-request review command that compares code changes with the plan written in the related GitHub issue or project file.

11 2d ago A 41 tokens original MIT

qualify

13

thkt/dotclaude

Skill Claude CodeCodex

An issue-readiness check for deciding whether a GitHub Issue is ready to enter the build workflow. It examines the issue's plan and acceptance criteria, meaning the conditions that must be met for the work to count as complete.

11 2d ago A 63 tokens original MIT

research

14

thkt/dotclaude

Skill Claude CodeCodex

A source-based investigation workflow for researching a project or technical question. It records findings as claims that include explicit sources and exposes them to challenge before reaching a conclusion.

11 2d ago A 90 tokens original MIT

scribe

15

thkt/dotclaude

Skill Claude CodeCodex

A documentation tool that finds recurring practices and failure patterns in closed pull requests, issues, research notes, and the current code.

11 2d ago B 55 tokens original MIT

slice

16

thkt/dotclaude

Skill Claude CodeCodex

A planning tool that splits a large software request into small, independently workable GitHub issues. Each issue covers one narrow path through all relevant parts of the system.

11 2d ago B 87 tokens original MIT

think

17

thkt/dotclaude

Skill Claude CodeCodex

A design-planning workflow that compares at least two possible approaches, has them critiqued, and turns the surviving approach into a structured plan.

11 2d ago A 82 tokens original MIT

transcribe

18

thkt/dotclaude

Skill Claude CodeCodex

A spreadsheet-reading workflow for converting XLSX, ODS, or CSV files into Markdown, including documents that use merged cells for layout. It checks that every spreadsheet cell survives the conversion.

11 2d ago A 57 tokens original MIT

use-cli-ast-grep

19

thkt/dotclaude

Skill Claude CodeCodex

A command guide for ast-grep, a tool that searches and rewrites code by its syntax structure rather than by plain text. It distinguishes this work from text search and symbol call-graph analysis.

11 2d ago A 35 tokens original MIT

use-cli-codegraph

20

thkt/dotclaude

Skill Claude CodeCodex

A code-structure search tool that follows named symbols, such as functions or classes, through their definitions and calls.

11 2d ago A 59 tokens original MIT

use-cli-gcloud

21

thkt/dotclaude

Skill Claude CodeCodex

Skill "use-cli-gcloud" from thkt/dotclaude, covering use-cli-gcloud, コマンド, 前提 and 落とし穴.

11 2d ago A 36 tokens original MIT

use-cli-recall

22

thkt/dotclaude

Skill Claude CodeCodex

A command-line tool for searching records of earlier coding sessions and checking the current code with fast file-search tools.

11 2d ago A 26 tokens original MIT

use-cli-scout

23

thkt/dotclaude

Skill Claude CodeCodex

A command-line research tool that fetches web pages, searches for sources, and reads GitHub repositories and files.

11 2d ago A 33 tokens original MIT

thkt/dotclaude

Skill Claude CodeCodex

A code-review guide for making programs easier to read, using limits for function size, file size, nesting, arguments, and branching complexity.

11 2d ago A 59 tokens original MIT