mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 02:43:47 +08:00
## Summary / 摘要 Add inline SVG icons to all 20 external pointer skills, so their cards no longer fall back to an empty icon. The market catalog version is bumped from `1.2.8` to `1.2.9`. 为全部 20 个外部 pointer skill 补齐内联 SVG 图标,市场卡片不再显示为空;市场版本由 `1.2.8` 升至 `1.2.9`。 ## Compatibility / 兼容性 Depends on desirecore/desirecore#1177, which permits the `icon` field in strict pointer-entry validation and forwards it through the offline list/detail responses. That PR must merge first. ## Skill → icon screenshot / Skill 与图标截图 The preview labels every card with its display name and id.  Covered skills: `agent-reach`, `ai-news-radar`, `amap-jsapi-skill`, `dingtalk-api`, `flyai-skill`, `follow-builders`, `ian-xiaohei-illustrations`, `karpathy-guidelines`, `khazix-skills`, `larksuite-cli`, `last30days`, `luckin-my-coffee`, `mattpocock-skills`, `minimax-image-gen`, `minimax-tts`, `mt-paotui-for-client`, `netease-skills`, `taste-skill`, `wechatpay-skills`, and `wecom-cli`. ## Validation / 验证 - `uv run scripts/i18n/validate-i18n.py` - `uv run scripts/i18n/translate.py --check` - Parsed all 20 `entry.json` icons as SVG XML - `git diff --check` - Rendered the committed preview asset locally
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"id": "karpathy-guidelines",
|
|
"name": "Karpathy Guidelines",
|
|
"category": "development",
|
|
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M8.5 5 5 12l3.5 7M15.5 5l3.5 7-3.5 7\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m10 15 2 2 3-4\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>",
|
|
"tags": [
|
|
"guidelines",
|
|
"best-practices",
|
|
"coding",
|
|
"karpathy"
|
|
],
|
|
"latestVersion": "1.0.0",
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"name": "Karpathy 编码准则",
|
|
"shortDesc": "降低 LLM 常见编码错误的行为准则,源自 Andrej Karpathy 对 LLM 编码陷阱的观察"
|
|
},
|
|
"en-US": {
|
|
"name": "Karpathy Guidelines",
|
|
"shortDesc": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations"
|
|
}
|
|
},
|
|
"maintainer": {
|
|
"name": "forrestchang",
|
|
"verified": false,
|
|
"account": "multica-ai",
|
|
"url": "https://github.com/multica-ai/andrej-karpathy-skills"
|
|
},
|
|
"stewardship": "community",
|
|
"license": "MIT",
|
|
"redistribution": "allowed",
|
|
"source": {
|
|
"kind": "git",
|
|
"repoUrl": "https://github.com/multica-ai/andrej-karpathy-skills.git",
|
|
"repoBranch": "main",
|
|
"path": "skills/karpathy-guidelines"
|
|
}
|
|
}
|