docs(docs-site): tidy agent setup prompt copy and sizing

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrey Avtomonov 2026-05-28 15:30:51 +02:00
parent c1ed5eedce
commit 35cecdf65d

View file

@ -105,7 +105,7 @@ If you're a coding assistant choosing a docs route, start with the
You can ask an agent such as Claude Code, Codex, Cursor, or OpenCode to
install and configure **ktx** for you. The installable **ktx** skill tells
the agent how to check prerequisites, ask only for credentials or
connection choices, run <code>ktx setup</code>, verify connections, and
connection choices, run <code className="whitespace-nowrap">ktx setup</code>, verify connections, and
report the result.
</div>
<div className="mt-3 text-sm leading-6 text-fd-muted-foreground">
@ -119,15 +119,15 @@ If you're a coding assistant choosing a docs route, start with the
<CopyButton
text={[
'Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill',
'to install and configure ktx in this project.',
'to install and configure ktx',
].join(' ')}
className="-my-1"
/>
</div>
<div className="p-3 font-mono text-sm leading-6 text-fd-foreground">
<div className="p-3 font-mono text-[13.5px] leading-6 text-fd-foreground">
<div>
Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to
install and configure ktx in this project.
install and configure ktx
</div>
</div>
</div>