Skip to content

Commit f7edceb

Browse files
authored
Merge pull request #522 from chdb-io/feature/cursor-ai-skill
Add AI Agent Skill for chdb multi-source data analytics
2 parents b5ee73a + 8c3c61b commit f7edceb

File tree

5 files changed

+701
-0
lines changed

5 files changed

+701
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,15 @@ For more examples, see [examples](examples) and [tests](tests).
543543
- For DataStore API, see [Pandas Compatibility Guide](docs/PANDAS_COMPATIBILITY.md)
544544

545545

546+
## AI Coding Agent Skill
547+
548+
chdb provides an [AI Skill](agent/skills/using-chdb/) that teaches AI coding agents (Cursor, Claude Code, etc.) chdb's multi-source data analytics API. Install it so your AI assistant can write correct chdb code out of the box:
549+
550+
```bash
551+
curl -sL https://raw.githubusercontent.com/chdb-io/chdb/main/install_skill.sh | bash
552+
```
553+
554+
546555
## Events
547556

548557
- Demo chDB at [ClickHouse v23.7 livehouse!](https://t.co/todc13Kn19) and [Slides](https://docs.google.com/presentation/d/1ikqjOlimRa7QAg588TAB_Fna-Tad2WMg7_4AgnbQbFA/edit?usp=sharing)

agent/skills/using-chdb/SKILL.md

Whitespace-only changes.

0 commit comments

Comments
 (0)