Skip to content

Prompts

Talos provides MCP prompts that serve as conversation starters to help you build web applications with React, TypeScript, and Ant Design.

Available Prompts

PromptDescription
tutorialInteractive tutorial for building web applications using Talos MCP tools

Tutorial Prompt

The tutorial prompt provides a comprehensive guide to using Talos for web development. It covers:

  1. Project Scaffolding - Creating a new React + TypeScript + Ant Design project
  2. Tech Stack Overview - Understanding project structure and conventions
  3. Page Templates - Generating common pages (login, dashboard, list, form)
  4. Component Documentation - Looking up Ant Design components
  5. Implementation Patterns - API clients, forms, data fetching
  6. Feature Enhancement - Adding filters, modals, pagination to pages

Using Prompts

Prompts are invoked through the MCP client:

# Claude Desktop
Use the tutorial prompt

# Claude Code
@talos.tutorial

Getting Started

The tutorial prompt is the best way to get started with Talos. It walks you through:

  1. Scaffolding your first project with scaffold_project
  2. Understanding the tech stack with get_project_overview
  3. Adding pages with get_page_template
  4. Using Ant Design components with get_component and search_components
  5. Implementing patterns with get_pattern
  6. Adding features with add_component_guide