Skip to content

Commit b5da022

Browse files
committed
update readme for vibe coding
1 parent c9a7939 commit b5da022

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,23 @@ Verify the installation by running the following command:
5555
gsmap --help
5656
```
5757

58+
## 🤖 AI-assisted Analysis
59+
60+
gsMap supports AI-assisted workflows that allow users to run spatial GWAS
61+
analysis using modern AI coding agents and Vibe coding environments.
62+
To add the gsMap MCP server and SKILLs in Claude Code:
63+
```bash
64+
cd gsMap/gsmap_vibe
65+
uv pip install -e .
66+
claude mcp add gsmap -- python -m gsmap_mcp
67+
cp -r gsmap_skill ~/.claude/skills/
68+
```
69+
5870
## 📘 Usage
5971

6072
Please check out the documentation and tutorials at [gsMap Documentation](https://yanglab.westlake.edu.cn/gsmap/document/software).
6173

74+
6275
## 🌐 Online Visualization
6376

6477
To visualize the traits-cell association spatial maps,

0 commit comments

Comments
 (0)