kt — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kt (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<img src="logo.png" width="100" />
Skills for developing software carefully and steadily. Plan tasks, review code, and refine design to improve overall quality.
First, add the marketplace:
claude plugin marketplace add kt3k/skillsThen, install the plugin:
claude plugin install kt/kt:breakdownBreak down a given task into subtasks with time estimates. Analyzes the codebase and task requirements to produce a structured plan with estimated effort (XS/S/M/L/XL) for each step. Optionally saves the plan as plan.md.
/kt:executeExecute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially with verification at each step.
/kt:simplifyRead source code and find opportunities to simplify, deduplicate, and consolidate. Applies changes after user approval.
/kt:review-testabilityReview code or diffs with a focus on testability, simplicity, and sustainable design. Evaluates dependency injection, side-effect separation, behavior-vs-implementation testing, test quality, YAGNI, quality-speed tradeoffs, technical debt, and refactoring opportunities. Produces a severity-rated report with concrete suggestions.
/kt:review-dddReview the codebase from a Domain-Driven Design perspective. Evaluate bounded contexts, aggregates, entities, value objects, domain services, repositories, domain events, and ubiquitous language usage. Produces a scored report with concrete improvement suggestions.
/kt:find-ubiquitous-languageAnalyze the codebase to discover and extract the ubiquitous language. Identifies domain terms, their definitions, code locations, and inconsistencies such as synonyms, homonyms, and missing terms. Outputs a structured glossary.
/kt:document-dddGenerate or update DDD documentation based on the current state of the codebase. Produces a single DOMAIN.md with context map, glossary, and per-aggregate documentation. Shows a diff and asks for confirmation before writing.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.