一键导入
ossd-add-logo
Use when adding a logo image for an existing project in oss-directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when adding a logo image for an existing project in oss-directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ossd-add-logo |
| description | Use when adding a logo image for an existing project in oss-directory |
Logos are optional per project but must follow strict naming and placement rules enforced by pnpm validate and CI.
.png, .jpg, .jpeg, .svg, .gif, .webpuniswap.png for project uniswap)data/logos/[first-char]/[slug].[ext]
uniswap → data/logos/u/uniswap.png1inch → data/logos/1/1inch.pngdata/projects/[first-char]/[slug].yaml existsdata/logos/[first-char]/[slug].[ext]pnpm validate:logos
git add data/logos/[first-char]/[slug].[ext]
git commit -m "Add logo for [slug]"
git mv data/logos/[old-char]/[old-slug].[ext] data/logos/[new-char]/[new-slug].[ext]Enrich project metadata (display names, descriptions, websites, Twitter) for a list of projects — from a collection file, explicit slug list, or glob pattern. Dispatches parallel subagents to research each project via GitHub and web search.
Use when adding a new project to oss-directory — creating a YAML file for a new open source project, processing a community PR, or onboarding a project from external data
Use when modifying an existing project or collection in oss-directory — adding fields, updating URLs, fixing errors, renaming projects, or managing collection membership
Use when creating a new collection of related projects in oss-directory — by ecosystem, grant round, thematic grouping, or external list
Use when importing or updating many projects at once from external data sources (APIs, JSON, CSV), or building collections from external rankings and lists
Use when reviewing a community pull request to oss-directory — validating schema compliance, naming conventions, blockchain addresses, and running automated checks before merging