diff --git a/.git-ai/lancedb.tar.gz b/.git-ai/lancedb.tar.gz index 01f28e7..a9fce4f 100644 --- a/.git-ai/lancedb.tar.gz +++ b/.git-ai/lancedb.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b26905d50777bca5e6b6daff6c79aa4b39697ba00d4d5fd6cd2df2f52414b23 -size 268099 +oid sha256:2acdc2fd613d523225880fe284363e9786c83722e22fdca829af10611f2d19ae +size 268403 diff --git a/README.md b/README.md index fdb9d0d..6f2bc42 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,32 @@ [![license](https://img.shields.io/github/license/mars167/git-ai-cli)](./LICENSE) [![npm version](https://img.shields.io/npm/v/@mars167/git-ai)](https://www.npmjs.com/package/@mars167/git-ai) [![npm downloads](https://img.shields.io/npm/dm/@mars167/git-ai)](https://www.npmjs.com/package/@mars167/git-ai) +[![Agent Skill](https://img.shields.io/badge/Agent_Skill-git--ai--mcp-blue)](https://skills.sh) [🇨🇳 简体中文](./README.zh-CN.md) | **English** --- +
+ +### 🚀 Quick Install + +**For AI Agents (Claude Code, Cursor, Windsurf, etc.)** + +```bash +npx skills add mars167/git-ai-cli/skills/git-ai-mcp +``` + +**For CLI Usage** + +```bash +npm install -g @mars167/git-ai +``` + +
+ +--- + ## Adding a Semantic Layer to Your Codebase, Enabling AI to Evolve from "Reading Code" to "Understanding Code" **Code semantics should be versioned and traceable, just like code itself** diff --git a/README.zh-CN.md b/README.zh-CN.md index f61ab77..b3cdce2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,11 +5,32 @@ [![license](https://img.shields.io/github/license/mars167/git-ai-cli)](./LICENSE) [![npm version](https://img.shields.io/npm/v/@mars167/git-ai)](https://www.npmjs.com/package/@mars167/git-ai) [![npm downloads](https://img.shields.io/npm/dm/@mars167/git-ai)](https://www.npmjs.com/package/@mars167/git-ai) +[![Agent Skill](https://img.shields.io/badge/Agent_Skill-git--ai--mcp-blue)](https://skills.sh) **简体中文** | [English](./README.md) --- +
+ +### 🚀 快速安装 + +**AI Agent 技能安装 (Claude Code, Cursor, Windsurf 等)** + +```bash +npx skills add mars167/git-ai-cli/skills/git-ai-mcp +``` + +**CLI 工具安装** + +```bash +npm install -g @mars167/git-ai +``` + +
+ +--- + ## 为代码库添加语义层,让 AI 从"读代码"进化到"懂代码" **代码的语义,应该像代码本身一样版本化、可追溯**