This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-skills.git


The following commit(s) were added to refs/heads/main by this push:
     new c747273  docs: broaden install/usage beyond Claude Code
c747273 is described below

commit c7472737487c5b2feb0338e929ca9c4d5f2729a4
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri May 29 15:43:40 2026 +0800

    docs: broaden install/usage beyond Claude Code
    
    The skills are plain Agent Skills (SKILL.md) and work across agent tools, 
not just
    Claude Code. Document `npx skills add apache/doris-skills` (cross-agent, 
auto-discovers
    both skills and bundles references/) as the primary install, keeping manual 
cp as fallback.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
---
 README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aba702c..0c71331 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # Agent Skills for Apache Doris
 
-Apache Doris agent skills for use with Claude Code. This repository contains 
the
+Apache Doris agent skills in the open Agent Skills (`SKILL.md`) format — 
usable by
+Claude Code, Cursor, Codex, Cline, Amp, and other agent tools. This repository 
contains the
 **kernel knowledge** for any Apache Doris deployment: table design, sizing, 
query
 investigation, and architecture decisions.
 
@@ -27,7 +28,15 @@ intentionally out of scope here; use your platform's 
cluster-management console
 
 ## How to use
 
-Copy the skills into your Claude Code skills directory:
+Install with the open [`skills`](https://github.com/vercel-labs/skills) CLI — 
it works
+across agent tools (Claude Code, Cursor, Codex, Cline, Amp, …), auto-discovers 
both
+skills in this repo, and bundles their `references/`:
+
+```bash
+npx skills add apache/doris-skills
+```
+
+Or copy them in manually:
 
 ```bash
 cp -r skills/* ~/.claude/skills/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to