← All creators

thkt

User

Personal Claude Code configuration — 28 skills, 28 agents, deterministic multi-agent workflows, and quality-gate hooks

29 indexed · 0 Featured · 12 stars · avg score 77
Prolific

Categories

Indexed Skills (29)

AI & Automation Listed

census

Discover design decisions that exist in code but have no DR, and produce a DR promotion candidate list ranked by impact and reversibility. Pairs with adrift, which scans existing DRs for drift against code.

12 Updated today
thkt
AI & Automation Listed

challenge

Two-phase challenge that judges whether a discovered problem is real and whether a proposed idea is usable. Phase 1 loops subagent verification and advisor judgment over evidence (OUTCOME.md + parallel subagents) to self-resolve design-tree branches. It asks the user only the irreversible branches that remain and proceeds on stated assumptions for the rest. Phase 2 spawns two critic-design subagents (internal attack / OUTCOME.md attack) as devil's advocate input. The verdict leads the output as a simple GO / NO-GO. Do NOT use for code review findings (use the audit workflow) or outcome assertion (use /assert which has built-in adversarial testing).

12 Updated today
thkt
Code & Development Listed

commit

Analyze Git diff, generate a Conventional Commits format message, and run the commit.

12 Updated today
thkt
AI & Automation Listed

dr

Create a Decision Record (DR) in MADR v4 format with automatic numbering. Its subject is not limited to architecture; it covers every decision that is hard to reverse and surprising without context.

12 Updated today
thkt
AI & Automation Listed

fix

Fix bugs confined to 1-3 files in a development environment. Hand it a filed issue number and that fix carries straight through. Do NOT use for new feature implementation or changes spanning 4 or more files (write the plan via /think and /issue, then hand the number to the build workflow).

12 Updated today
thkt
AI & Automation Listed

issue

Generate a GitHub Issue with a structured title and body. When challenge / research artifacts exist in the conversation, they serve as the body's evidence. When a /think plan draft exists, it moves into the `## Plan` section. Given an issue number, it transfers a plan into a filed issue that has no `## Plan` section.

12 Updated today
thkt
AI & Automation Listed

pr

Analyzes branch changes and opens a draft pull request. Detects the base branch from where this one was cut, refines the body through a prose review before it goes up, and captures a screenshot when the change touches the UI.

12 Updated today
thkt
AI & Automation Listed

qualify

Inspect whether an issue is in shape to hand to build, returning a verdict (build-ready / needs-plan / needs-fix / needs-split) and the findings. Do NOT use to file an issue (use /issue) or to match a PR against its plan (use /preview).

12 Updated today
thkt
AI & Automation Listed

research

Probe project and technical questions. Findings are positions to be challenged with explicit sources, not conclusions. Phase 6 advisor pass argues against the synthesis before it lands. Do NOT use for design planning or plan generation (use /think instead).

12 Updated today
thkt
AI & Automation Listed

slice

Break a plan / spec / PRD into independently-grabbable tracer-bullet vertical-slice issues and publish them to GitHub in dependency order. Each issue is one thin slice cutting through every layer. Do NOT use to file a single request (use /issue instead).

12 Updated today
thkt
AI & Automation Listed

think

Design exploration with adversarial critique by critic-design. Assembles the surviving approach into a structured plan, self-checks it, and returns it to the caller. The issue's Plan section is the plan's only persistent home. Do NOT use for codebase investigation without planning intent (use /research instead).

12 Updated today
thkt
AI & Automation Listed

use-cli-codegraph

Symbol-level code structure queries via codegraph CLI. Callers, callees, change impact, and symbol source trails.

12 Updated today
thkt
AI & Automation Listed

use-context-reviewer-security

OWASP Top 10 security review. Do NOT use for readability (use-context-reviewer-readability) or test design (use-context-reviewer-testability).

12 Updated today
thkt
AI & Automation Listed

use-workflow-pageshot

/pr の内部ヘルパー。PR 本文 (Preview URL + How to Test) を読み取り、agent-browser を駆動してスクリーンショット (1 step) または動画 (2+ step) を撮影し、GitHub web UI への手動添付用に成果物のパスを返す。

12 Updated today
thkt
AI & Automation Listed

ablate

Removes one harness element at a time, reruns, and judges whether that element moves the result. Elements that do not move it are listed as delete candidates.

12 Updated today
thkt
AI & Automation Listed

use-cli-recall

recall CLI 経由で過去の Claude Code/Codex セッションを検索する。

12 Updated today
thkt
AI & Automation Listed

use-cli-scout

scout CLI 経由で Web 検索、ページ取得、GitHub リポジトリ探索を行う。

12 Updated today
thkt
AI & Automation Listed

use-cli-ast-grep

ast-grep CLI 経由で AST パターンによる構造検索・一括書き換えを行う。

12 Updated today
thkt
AI & Automation Listed

use-workflow-tdd-cycle

RGRC サイクルと Baby Steps による TDD。

12 Updated today
thkt
AI & Automation Listed

preview

PR の diff を issue の `## Plan` 節と突き合わせ、未実装の unit、欠けたテスト、スコープ外の変更を返す。

12 Updated today
thkt
AI & Automation Listed

use-context-reviewer-readability

コードの可読性レビュー。セキュリティ (use-context-reviewer-security)、エラーハンドリング (use-context-reviewer-silence)、テスト設計 (use-context-reviewer-testability) には使わない。

12 Updated today
thkt
AI & Automation Listed

outcome

Generates and updates .claude/OUTCOME.md interactively. When the file is absent or empty (Behavior blank or TBD only), collects content via AskUserQuestion and writes the stub; when present, shows the current state and applies updates.

12 Updated today
thkt
AI & Automation Listed

use-cli-gcloud

Reads Google Sheets and Docs through gsheet and gdoc. Authentication comes from a gcloud access token.

12 Updated today
thkt
AI & Automation Listed

use-context-reviewer-silence

Silent failure detection. Do NOT use for security (use-context-reviewer-security) or readability (use-context-reviewer-readability).

12 Updated today
thkt
AI & Automation Listed

use-context-reviewer-testability

テスト可能なコード設計のレビュー。セキュリティ (use-context-reviewer-security)、可読性 (use-context-reviewer-readability) には使わない。

12 Updated today
thkt
AI & Automation Listed

checkout

Git の変更を解析し、適切な名前で新しいブランチを作成する。

12 Updated today
thkt
AI & Automation Listed

scribe

Extract recurring patterns from past closed PRs/issues and the research findings in .claude/workspace/research/, verify them against the latest code, and propose them to docs/wiki/ via PR.

12 Updated today
thkt
Data & Documents Listed

transcribe

Reads a spreadsheet (xlsx, ods, csv) that the Read tool cannot open, converts merged-cell business documents into Markdown, and verifies that no cell was lost.

12 Updated today
thkt
AI & Automation Listed

use-context-root-cause-analysis

仮説の消去による根本原因分析。

12 Updated today
thkt

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.