ai-docs/docs/ai/crossplatform/cross-platform.md
Matt Bruce 3586f39e8e More refactoring
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-22 15:02:58 -06:00

1.4 KiB
Raw Permalink Blame History

Cross-Platform AI Usage (Overview)

You are here: AI Docs Home > Cross-Platform AI Usage

Contents

  • What This Section Covers
  • Quick Links
  • Repo Instructions (Always-On Rules)
  • Agents and Skills
  • Example Starting Prompt
  • Next Steps

What This Section Covers

This page gives a high-level overview of cross-platform AI usage, agent workflows, and prompting patterns. For detailed patterns, anti-patterns, and workflows, see the linked guides below.

Repo Instructions (Always-On Rules)

Instructions are repo-scoped rules that auto-apply based on file patterns. See your repos instructions directory (e.g., assets/instructions/).

Agents and Skills

  • Agents: Use for multi-step, structured tasks (see Agents.md).
  • Skills: Use for focused, repeatable workflows (see Skills Library).

Example Starting Prompt

Example prompt:

I need to refactor this file safely. First, provide a 5-step plan. Wait for approval before editing.

Next Steps