From 1b2107d2f67c0a42e01eac4b0cf7ed88f74070e5 Mon Sep 17 00:00:00 2001 From: seveibar Date: Tue, 11 Aug 2026 12:11:29 -0700 Subject: [PATCH] Link quickstart to AI prompting guide --- .../generating-circuit-boards-with-ai.mdx | 8 +------- docs/intro/quickstart-web.md | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/guides/circuit-generation/generating-circuit-boards-with-ai.mdx b/docs/guides/circuit-generation/generating-circuit-boards-with-ai.mdx index f666cfe3..642aa373 100644 --- a/docs/guides/circuit-generation/generating-circuit-boards-with-ai.mdx +++ b/docs/guides/circuit-generation/generating-circuit-boards-with-ai.mdx @@ -30,13 +30,7 @@ export default () => ( ## Start with the tscircuit skill -Install the [`tscircuit` skill](https://github.com/tscircuit/skill) so your AI assistant has the syntax, CLI workflows, component-selection guidance, and layout conventions it needs: - -```bash -bunx skills add tscircuit/skill -``` - -The skill is especially useful when the task involves importing parts, choosing footprints, running `tsci build`, inspecting placement, or iterating on a real board. See [Use tscircuit with AI](/advanced/ai-context) for the general setup. +[Install the `tscircuit` skill](https://skills.sh/tscircuit/skill/tscircuit) for tscircuit syntax, CLI workflows, component guidance, and layout conventions. ## A useful prompt structure diff --git a/docs/intro/quickstart-web.md b/docs/intro/quickstart-web.md index 6a07a8db..db231512 100644 --- a/docs/intro/quickstart-web.md +++ b/docs/intro/quickstart-web.md @@ -44,6 +44,6 @@ When you're ready to order your board, check out the [ordering prototypes guide] electronics fully assembled and ready to use from the many services that accept our standard fabrication files. -## Using the AI Assistant +## Using an AI Assistant -Our AI assistant is available in beta but is undergoing a big overhaul. We'll update this section when we're happy with it! +See [how to prompt AI to build tscircuit circuits](../guides/circuit-generation/generating-circuit-boards-with-ai.mdx) for a simple prompt structure and examples.