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 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 install and configure **ktx** for you. The installable **ktx** skill tells
the agent how to check prerequisites, ask only for credentials or 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. report the result.
</div> </div>
<div className="mt-3 text-sm leading-6 text-fd-muted-foreground"> <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 <CopyButton
text={[ text={[
'Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill', '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(' ')} ].join(' ')}
className="-my-1" className="-my-1"
/> />
</div> </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> <div>
Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to 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> </div>
</div> </div>