Prompts
Talos provides MCP prompts that serve as conversation starters to help you build web applications with React, TypeScript, and Ant Design.
Available Prompts
| Prompt | Description |
|---|---|
tutorial | Interactive 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:
- Project Scaffolding - Creating a new React + TypeScript + Ant Design project
- Tech Stack Overview - Understanding project structure and conventions
- Page Templates - Generating common pages (login, dashboard, list, form)
- Component Documentation - Looking up Ant Design components
- Implementation Patterns - API clients, forms, data fetching
- 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.tutorialGetting Started
The tutorial prompt is the best way to get started with Talos. It walks you through:
- Scaffolding your first project with
scaffold_project - Understanding the tech stack with
get_project_overview - Adding pages with
get_page_template - Using Ant Design components with
get_componentandsearch_components - Implementing patterns with
get_pattern - Adding features with
add_component_guide