What problem does it solve?
Users working with Teamshare need to know which sub-skill and CLI commands to use for tasks like managing Base multi-dimensional tables, files, records, views, and dashboards, without loading irrelevant instructions.
Core Features & Use Cases
- Skill Routing: Directs requests to the correct Teamshare sub-skill (
teamshare-shared for auth, teamshare-base for Base operations) so only needed instructions are loaded.
- Authentication Guidance: Covers login, credential status checks, and environment selection (cn-saas or International) via
teamshare-cli auth commands.
- Command Discovery: Encourages checking
--help output before guessing parameters for auth, config, and base command groups.
- Use Case: A user asks to update records in a Teamshare Base table; the skill first loads
teamshare-shared for authentication, then teamshare-base for the record operations.
Quick Start
Ask the assistant to load the teamshare-shared skill and check Teamshare login status before operating on any Base tables.