con un clic
ossd-add-logo
Use when adding a logo image for an existing project in oss-directory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when adding a logo image for an existing project in oss-directory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional 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]