tkt avatar

tkt

Community

@tktcorporation · Japan

27Followers
|
227Public Repos
|
19Published Skills

tkt provides 17 skills spanning pull-request review loops, autonomous code implementation, game design analysis, data-backed PRD authoring, and Japanese technical writing standards.

Skills Distribution
DomainDeveloper To...Code Review & Impl.. (40%)Technical Document.. (25%)Product Requiremen.. (15%)Game Design & UX (12%)

Agent Skills by tkt

Showing 19 vetted skills indexed across 3 GitHub repositories.

tktcorporationtktcorporation

ui-ux-pro-max

Generates design system recommendations by searching UI/UX style, color, and typography databases.

Community
Advanced
tktcorporationtktcorporation

structured-doc-writing

Writes long research-based Markdown documents through staged brief, evidence, outline, section, and review artifacts.

Community
Advanced
tktcorporationtktcorporation

functional-ddd

Embeds domain knowledge into types and data using functional domain-driven design.

Community
Advanced
tktcorporationtktcorporation

pr-review-loop

Repeats deep review and root-cause fixes on branch diffs until findings converge.

Community
Advanced
tktcorporationtktcorporation

pr-first-reader-check

Inspects pull request titles, descriptions, commits, and comments for jargon and readability issues.

Community
Intermediate
tktcorporationtktcorporation

pr-deep-review

Reviews pull request diffs with surrounding code context across four technical lenses.

Community
Advanced
tktcorporationtktcorporation
1

dot-line-design

Designs and reviews game mechanics using dot-connection and foreshadowing principles.

Community
Intermediate
tktcorporationtktcorporation
1

game-design

Analyzes game codebases and proposes prioritized improvements to game design and fun.

Community
Intermediate
tktcorporationtktcorporation

data-driven-prd

Generates PRD skeletons from user interviews and fills gaps with data from BI tools and email platforms.

Community
Intermediate
tktcorporationtktcorporation

package-upgrade

Upgrade npm and Cargo dependencies while auditing vulnerabilities and minimizing override debt.

Community
Advanced
tktcorporationtktcorporation

evergreen-writing

Applies evergreen documentation principles when writing Markdown docs and code comments.

Community
Intermediate
tktcorporationtktcorporation

prd-review

Review PRD documents against eight quality criteria and output structured feedback.

Community
Intermediate
tktcorporationtktcorporation

technical-writing-style

Reviews and rewrites Japanese technical documents against paragraph, argumentation, and style norms.

Community
Intermediate
tktcorporationtktcorporation

pr-impact-review

Review pull request diffs for user value impact and product quality from a PdM perspective.

Community
Advanced
tktcorporationtktcorporation
2

upstream-fix

Identify and plan upstream root-cause fixes across multi-module data flows.

Community
Advanced
tktcorporationtktcorporation
1

autonomous-dev

Implements code changes autonomously through test-first development and iterative self-review.

Community
Advanced
tktcorporationtktcorporation
2

faithful-doc-writing

Record user statements verbatim into structured document drafts.

Community
Intermediate
tktcorporationtktcorporation
2

ui-craft

Implement UI components using reference libraries and design tokens.

Community
Intermediate
tktcorporationtktcorporation
2

ui-design-research

Conduct parallel web searches and synthesize findings into UI design recommendations.

Community
Advanced

Frequently Asked Questions About tkt

FAQPage Schema
What tasks can I accomplish with tkt's skills?▼

You can run iterative PR review-and-fix loops, deep four-perspective code reviews, autonomous feature implementation with self-review and tests, dependency upgrades with vulnerability remediation, game design analysis, data-backed PRD creation and review, and Japanese technical writing checks for READMEs, design docs, and PR descriptions.

Who are the target users of these skills?▼

Software engineers handling pull requests and package maintenance, product managers validating PRs against user value and issue intent, game designers improving mechanics and foreshadowing, and technical writers producing Japanese PRDs, Wiki articles, and design documents.

How do the PR review skills work together in practice?▼

pr-deep-review examines diffs plus surrounding callers, similar implementations, and tests across spec, correctness, quality, and design; pr-impact-review judges user value from a PdM perspective; pr-first-reader-check removes jargon and readability issues; pr-review-loop repeats review and upstream-fix cycles until findings converge.

What prerequisites or dependencies do these skills require?▼

Skills operate on local Git branch diffs, Markdown files, and codebases using npm/pnpm or Cargo. data-driven-prd additionally expects access to email delivery platforms, BI environments with SQL execution, and code repositories to fill PRD placeholders with measured data.

How does the package-upgrade skill handle security risks?▼

It prioritizes patching vulnerable packages first, accounts for supply-chain attack risks such as Shai-Hulud-style worms, and treats pnpm.overrides and [patch.crates-io] entries as debt—avoiding new overrides and evaluating whether existing ones can be removed in the same pass.