+ {
+ !hideCommand && (
+
+ )
+ }
+
+ {
+ agents.map(({ key, label }) => {
+ const Icon = getIconComponent(key)
+ return (
+
+
+ {label}
+
+ )
+ })
+ }
+
+
+
+
diff --git a/src/configs/agent-instructions.ts b/src/configs/agent-instructions.ts
index c8a0e6996..4ae40561a 100644
--- a/src/configs/agent-instructions.ts
+++ b/src/configs/agent-instructions.ts
@@ -1,43 +1,28 @@
/**
- * Plugin installation instructions for AI coding agents.
+ * Unified CLI setup instructions for AI coding agents.
* Single source of truth — used across page-actions prompt, llms.txt, copy-markdown button, and meta tag.
*/
/** HTML comment prepended to copied markdown — read by agents that receive raw page content. */
export const AGENT_PLUGIN_HEADER = `
`
/** Plain-text block for the page-actions prompt (injected into "Open in Claude/Cursor" messages). */
export const AGENT_PLUGIN_INLINE = `Building with AI coding agents?
-If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
+Install the Scalekit Auth Stack with a single command:
-Claude Code: claude plugin marketplace add scalekit-inc/claude-code-authstack && claude plugin install