From a68f3d1a7daecf9f9d26e0a27a6bc1ff80bf5dd1 Mon Sep 17 00:00:00 2001 From: cheliangzhao Date: Tue, 10 Feb 2026 20:29:39 +0800 Subject: [PATCH] fix: remove platform-specific references from README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39f0428..43ca2a3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# OpenCode Skills - HarmonyOS Development +# AI Skills - HarmonyOS Development AI coding agent skills for HarmonyOS/ArkTS application development. ## What are Skills? -Skills are structured documentation that teach AI coding assistants (like OpenCode) how to perform specific development tasks. Each skill contains: +Skills are structured documentation that teach AI coding assistants how to perform specific development tasks. Each skill contains: - **SKILL.md** - Main skill definition with quick reference and detailed guides - **assets/** - Code templates and examples @@ -58,13 +58,13 @@ Or search for skills on [skills.sh](https://skills.sh/) and run the correspondin npx skills add ``` -Once installed, the skill is automatically configured for your AI agent (supports OpenCode, Cursor, Claude Code, Copilot, and other major agents). +Once installed, the skill is automatically configured for your AI agent (supports Cursor, Claude Code, Copilot, and other major agents). > No additional CLI installation required — `npx` downloads and runs it automatically. To disable anonymous telemetry, set the environment variable `DISABLE_TELEMETRY=1`. ## Usage -These skills are automatically loaded by OpenCode when relevant tasks are detected. The AI agent uses the skill documentation to: +These skills are automatically loaded by the AI agent when relevant tasks are detected. The agent uses the skill documentation to: 1. Follow correct build/deploy procedures 2. Write code following ArkTS conventions