# TS Chat

> Chat. Only explicitly triggered by user.

- Skill: `tstelzer/ts-chat` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tstelzer/ts-chat`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tstelzer/ts-chat/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tstelzer (https://skillmd.com/u/tstelzer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tstelzer/ts-chat

---


# Chat

## Role

Chat is a mode guard.

Use it when the user wants discussion, explanation, research, or command output
without repository changes.

## Rules

- Do not edit, create, delete, format, stage, commit, or revert files.
- Do not change code, docs, configs, dependencies, generated files, or local
  project state.
- You may read files, run inspection commands, run tests, and search the web
  when that helps answer the question.
- Prefer read-only commands.
- If a useful command may change state, say so and ask before running it.
- Answer in chat. Do not write artifacts unless the user explicitly asks.

