available tools

31 tools for your agent

Everything an AI agent needs to plan, scaffold, review, and deploy production-quality apps — organized into six categories.

Planning & Architecture
2
plan_app
Generate a complete, phased build plan for any TanStack Start app — with files, commands, and tool calls. Call this first.
try demo →
validate_plan
Validate a build plan for completeness — checks missing phases, stack requirements, and TanStack best practices.
Knowledge & Standards
10
get_design_system
Complete design tokens — colors, typography, spacing, shadows, motion, and component guidelines. Call before any UI work.
get_font_imports
Required font package installations and CSS imports for IBM Plex Sans and Space Mono.
get_stack_info
Full tech stack spec with React 19, TanStack Start, MUI 6, Vite 7, TypeScript config, and exact package versions.
get_coding_standards
TypeScript rules, React patterns, naming conventions, file organization, import order, and MUI sx prop guidelines.
get_project_structure
Standard directory layout showing where to place components, routes, layouts, pages, and shared code.
get_component_patterns
12 production-ready code examples: layouts, pages, chat, forms, tables, dialogs, sidebars, and more.
get_theme_source
Complete MUI theme.ts source — 1200+ lines of fully configured palette, typography, shape, and component overrides.
get_ui_component_standards
UI component standards: accessibility, responsive design, state management, animations, and MUI usage guide.
get_documentation_standards
Standards for JSDoc/TSDoc, README files, changelogs, API docs, and inline help text.
get_api_patterns
API patterns: typed fetch client, TanStack Query hooks, Zod schemas, validation, and error handling.
Scaffolding & Generation
9
scaffold_component
Generate a production-ready component — page, layout, form, dialog, data-table, card, sidebar, list, or empty-state.
try demo →
scaffold_route
Generate a TanStack Router route + page component pair with typed parameters and proper file structure.
try demo →
scaffold_api
Generate a full API resource: Zod schemas, typed fetch methods, and TanStack Query hooks (list, get, create, update, delete).
try demo →
scaffold_test
Generate test files for components, APIs, services, or hooks using Vitest and Testing Library.
try demo →
generate_ui_component
Full-featured UI components with loading states and error handling: dashboard, data-list, chat, form-page, detail-page, modal-form, nav-tabs, status-card.
try demo →
generate_documentation
Generate READMEs, changelogs, component JSDoc, hook docs, API docs, and interface docs from templates.
try demo →
get_setup_guide
Step-by-step new project setup from npm create to first deploy — every command and config file.
get_testing_guide
Testing setup: Vitest config, Testing Library, MUI+Query test wrappers, component and hook test patterns.
create_mockup
Generate a self-contained HTML mockup with the "te" design system. Supports page, dashboard, sidebar, settings, landing, and auth layouts. Save to .html and open in a browser.
try demo →
Code Review
5
review_code
Review a code snippet against design system tokens, coding standards, naming conventions, and MUI best practices.
review_ui_component
Specialized UI review: accessibility, responsive design, state patterns, loading/error handling, and animation.
review_documentation
Review code for documentation quality — missing JSDoc on exports, stale comments, and redundant annotations.
try demo →
assess_codebase
Full codebase assessment returning a structured Markdown report with health score, findings, and recommendations.
assess_codebase_html
Styled, printable HTML codebase health report with pass/warn/error scores. Save to a .html file and open in a browser.
try live demo →
Adoption & Migration
3
build_adoption_plan
Create a phased plan to migrate a vibe-coded or legacy codebase to the tech-lead standard. Returns Markdown with health score and phases.
build_adoption_plan_html
Same as build_adoption_plan but returns a styled, shareable HTML document with collapsible phases and effort estimates.
try live demo →
adopt_repo
Execute a specific adoption phase (0–6: Inventory, Foundation, Design System, Code Quality, Testing, CI-CD, Docs) with step-by-step shell commands.
CI/CD & Deployment
2
get_ci_config
Generate GitHub Actions or GitLab CI pipelines with lint, type-check, test, build, and optional Docker jobs. Includes Dependabot and PR template.
setup_deployment
Complete deployment setup for Cloudflare Workers or Azure Static Web Apps — config files, GitHub Actions workflow, required secrets, and a checklist.