alibabacloud-sls-sdk-guidance
Installation
SKILL.md
Workflow
- Read
references/route.mdfirst. - Identify the user's primary intent: install, write logs, consume logs, or query logs.
- Pick exactly one scenario file from
references/scenarios/unless the user explicitly asks for comparison across multiple scenarios. - Follow references from the scenario file to the relevant SDK
index.md. - Read SDK-level
write-logs.mdorconsume-logs.mdonly when the scenario points to it or the user asks for concrete code. - Do not scan unrelated SDK directories.
- When recommending an SDK, explain why it fits and mention when it should not be used.
- For version-sensitive installation commands, avoid inventing exact latest versions. Use package-manager commands that resolve latest versions, or use version placeholders for Maven/Gradle production examples.