Skip to main content

Repo workflow and code intelligence

These skills operate on local repositories, code search, cleanup, external source inspection, and evidence-gated public research.

k-code-qualityโ€‹

FieldValue
Use whenediting, reviewing, or refactoring implementation code or repository artifacts
Sourceexact_k-code-quality
Boundaryimplementation-quality details, including minimal edit-scope detail, artifact necessity, semantic dedupe, and state-machine verification at point of use

k-code-quality routes to narrower skills when the surface is present: k-code-quality-react for React/JSX/TSX/hooks, k-code-quality-tests for tests/fixtures/assertions, and k-code-quality-web for HTML/CSS/accessibility/browser UI.

k-code-quality-reactโ€‹

FieldValue
Use whenediting React, JSX, TSX, hooks, components, props, state, effects, or client-side UI behavior
Sourceexact_k-code-quality-react

k-code-quality-testsโ€‹

FieldValue
Use whenadding, editing, reviewing, or debugging tests, fixtures, mocks, snapshots, assertions, or coverage
Sourceexact_k-code-quality-tests

k-code-quality-webโ€‹

FieldValue
Use whenediting HTML, CSS, DOM markup, layout, responsive styles, accessibility, or browser UI
Sourceexact_k-code-quality-web

k-codebase-designโ€‹

FieldValue
Use whendesigning a module interface, deciding a seam, deepening a module, or making code testable
Sourceexact_k-codebase-design
Boundarydesign vocabulary only; SOP owns compatibility/scope; k-code-quality owns implementation style
Pivotsreceives k-diagnosing-bugs architectural handoffs; hands to k-code-quality-tests once settled

k-diagnosing-bugsโ€‹

FieldValue
Use whendiagnosing a hard bug, failure, flake, or performance regression โ€” build a tight red loop first
Sourceexact_k-diagnosing-bugs
Boundaryroutes into SOP ยง3.4 plus k-code-quality State-Machine Verification; not the runtime-truth chain for "is X set up right"
Pivotsno-correct-seam / architectural post-mortem โ†’ k-codebase-design; regression test โ†’ k-code-quality-tests

k-prototypeโ€‹

FieldValue
Use whenbuilding throwaway code to answer a design question (logic/state model, or what a UI should be)
Sourceexact_k-prototype
Boundaryexplicit throwaway exception to artifact necessity; delete or absorb when done
Pivotscloses k-spec empirical forks โ€” the verdict returns to the packet's Context line

k-gitโ€‹

FieldValue
Use whenlocal git operations: status/diff/log, branching, committing, pushing, rebasing, conflicts
Sourceexact_k-git
Boundaryno GitHub side effects; no worktree management; no commit without an explicit current-conversation request

k-worktreesโ€‹

FieldValue
Use when,w, ,gh-worktree, PR/issue worktrees, listing/pruning/removing worktrees
Sourceexact_k-worktrees
Preferenceprefer ,w / ,gh-worktree over raw git worktree

k-tmuxโ€‹

FieldValue
Use whenrunning, probing, or automating tmux commands, panes, sessions, sockets, or interactive CLIs
Sourceexact_k-tmux
Boundarynever mutate the default tmux server unless the current target is verified or user-requested
FieldValue
Use whenSCSI semantic search, base-branch context, verifying/selecting a semantic index
Sourceexact_k-semantic-code-search
Boundarynot durable memory; use Agent memory for that

k-sem skill (,sem CLI)โ€‹

FieldValue
Use whenentity-level git diff, blame, impact analysis, dependency graphs
Sourceexact_k-sem
Tool,sem CLI

k-weaveโ€‹

FieldValue
Use whenpreparing merges, previewing/resolving conflicts at function/class granularity
Sourceexact_k-weave
Toolweave CLI

k-researchโ€‹

FieldValue
Use wheninspecting public source, or synthesizing factual claims across multiple public sources
Sourceexact_k-research
Boundaryexplicit repo URLs stay source-first; multi-source synthesis requires quoted primary evidence and a separate verifier

The multi-source branch separates candidate finding, independent verification, and deepening. Every numeric literal must occur verbatim in the supporting quote; unsupported claims are rejected without discarding the entity. Deepening sees verified claims only, and every new claim loops back through verification before synthesis or durable ,ai-kb storage. Cross-family verification is preferred; a fresh same-family verifier is labeled degraded.

k-jscpdโ€‹

FieldValue
Use whenduplicate-code detection during refactor or cleanup
Sourceexact_k-jscpd
Tooljscpd

k-knipโ€‹

FieldValue
Use whenunused files, dependencies, and exports in JS/TS projects
Sourceexact_k-knip
Toolknip

k-cli-skillsโ€‹

FieldValue
Use whencreating or upgrading CLI tool skills
Sourceexact_k-cli-skills
BoundaryCLI-tool skill mechanics; general skill craft lives in k-writing-great-skills

k-writing-great-skillsโ€‹

FieldValue
Use whenauthoring or refactoring any skill: invocation choice, information hierarchy, leading words, pruning
Sourceexact_k-writing-great-skills
Routingmodel-invoked; auto-loads when authoring/refactoring a skill
Boundarygeneral skill craft; k-cli-skills owns CLI-tool-specific mechanics

k-walkthroughโ€‹

FieldValue
Use wheninteractive codebase exploration, architecture tracing, diagrams
Sourceexact_k-walkthrough
Routingmanual