Commit 854f6a5
feat: Add SKILL.md for keplergl python package (#3429)
* Add SKILL.md and map type reference files for keplergl-jupyter
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/b75ca334-0504-44a7-8f53-3418eebc3f65
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Add AI coding assistant guide section to bindings/python README.md
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/d4f6dcf5-876f-43cc-9faf-1c9cd60bd9fd
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Rename SKILL.md to CLAUDE.md following Claude Code standard protocol and update README
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/098df374-1773-49d4-8a4c-e13a34df7c47
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Plan: rewrite SKILL.md with YAML frontmatter per official Claude Code skills protocol
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/098df374-1773-49d4-8a4c-e13a34df7c47
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Rewrite SKILL.md with YAML frontmatter per Claude Code skills protocol and update README
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/098df374-1773-49d4-8a4c-e13a34df7c47
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Make skill-references always installed alongside SKILL.md, remove optional step
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/b1583189-44ad-47cf-947d-453f2fcfd433
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Document default quantile+vibrant color guidance and custom-break workflow in SKILL
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/55d2a3b1-1d4e-4eaa-af09-c8f5f26ad2b9
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* Address PR review thread feedback for Python skill docs
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/d4300622-677a-4b98-81ca-4cd43ad5e5c5
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* docs(python): add Codex skill setup and packaging guidance
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/dca4bbac-713d-451b-9f10-0a76a069c50c
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* docs(python): document Codex skill setup and distribution in README
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/dca4bbac-713d-451b-9f10-0a76a069c50c
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* fix: add name to SKILL.md frontmatter, complete add_data/save_to_html API docs
Agent-Logs-Url: https://github.com/keplergl/kepler.gl/sessions/3e282275-ba68-458f-a020-3816c8f0b74b
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
* docs(python): update SKILL.md with kepler.gl-jupyter requirements and visualChannels guidance
- Added requirement for `kepler.gl-jupyter >= 0.4.0` to ensure compatibility with examples.
- Clarified that `colorField`, `colorScale`, `sizeField`, and `heightField` should be placed under `visualChannels` instead of `config` to avoid silent errors.
- Included a new example for creating a GeoJSON choropleth map using visual channels.
* Add keplergl-map skill files for Python integration
- Introduced `cursor-plugin.json` and `plugin.json` to define the keplergl-map skill for interactive map visualizations.
- Updated `README.md` to include references to the new summary panel feature.
- Added SVG icons for the skill in both small and large sizes.
- Created `summary-panel.md` to document the overlay feature for exported HTML maps.
- Added `openai.yaml` for agent configuration related to the keplergl-map skill.
* Update README.md and SKILL.md for keplergl-map skill
- Expanded the setup instructions in README.md to include Codex alongside Claude Code.
- Modified the `.save_to_html` method in SKILL.md to set `read_only` to false by default, enhancing usability.
* Remove deprecated keplergl-map skill files and assets
- Deleted `cursor-plugin.json`, `plugin.json`, and `SKILL.md` as they are no longer needed.
- Removed associated SVG icons and YAML configuration for the OpenAI agent.
- Cleaned up the README.md by removing references to the now-removed files and features.
* Update publish workflow and plugin version
- Added a step to build and zip the source package for the kepler.gl skill in the GitHub Actions workflow.
- Updated the version in `plugin.json` from 1.0.0 to 0.0.1 to reflect a new release.
* Update README.md to include direct download links for kepler.gl skill
- Added specific download links for the kepler.gl skill for Claude, Codex, and source versions.
- Clarified installation instructions for better user guidance.
* follow up
Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>
---------
Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lixun910 <2423887+lixun910@users.noreply.github.com>
Co-authored-by: Xun Li <lixun910@gmail.com>
Co-authored-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>1 parent f00fd20 commit 854f6a5
16 files changed
Lines changed: 1323 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments