원클릭으로
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