docs: add ktx skills.sh setup skill

This commit is contained in:
Andrey Avtomonov 2026-05-28 12:26:23 +02:00
parent 27842e14a9
commit 0c6b829b87
10 changed files with 177 additions and 246 deletions

View file

@ -103,11 +103,8 @@ If you're a coding assistant choosing a docs route, start with the
</div>
<div className="mt-2 text-sm leading-6 text-fd-muted-foreground">
You can ask an agent such as Claude Code, Codex, Cursor, or OpenCode to
install and configure **ktx** for you. The{' '}
<a href="/ktx/docs/agents-setup.md" className="font-medium underline">
agent setup Markdown prompt
</a>{' '}
tells the agent how to check prerequisites, ask only for credentials or
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
report the result.
</div>
@ -120,16 +117,18 @@ If you're a coding assistant choosing a docs route, start with the
Prompt
</span>
<CopyButton
text={`Follow instructions from
https://docs.kaelio.com/ktx/docs/agents-setup.md
to install and configure ktx`}
text={[
'Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill',
'to install and configure ktx in this project.',
].join(' ')}
className="-my-1"
/>
</div>
<div className="p-3 font-mono text-sm leading-6 text-fd-foreground">
<div>Follow instructions from</div>
<div className="break-all">https://docs.kaelio.com/ktx/docs/agents-setup.md</div>
<div>to install and configure ktx</div>
<div>
Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to
install and configure ktx in this project.
</div>
</div>
</div>
</div>