{"id":49883506,"url":"https://github.com/fcoury/brand-naming-codex-skill","last_synced_at":"2026-05-15T16:35:22.579Z","repository":{"id":355607982,"uuid":"1208066448","full_name":"fcoury/brand-naming-codex-skill","owner":"fcoury","description":"Codex plugin for creating and evaluating distinctive brand names","archived":false,"fork":false,"pushed_at":"2026-04-11T19:16:53.000Z","size":8,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T13:48:43.202Z","etag":null,"topics":["branding","codex","codex-skill","naming","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcoury.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-11T19:16:49.000Z","updated_at":"2026-04-23T20:41:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fcoury/brand-naming-codex-skill","commit_stats":null,"previous_names":["fcoury/brand-naming-codex-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fcoury/brand-naming-codex-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcoury%2Fbrand-naming-codex-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcoury%2Fbrand-naming-codex-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcoury%2Fbrand-naming-codex-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcoury%2Fbrand-naming-codex-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcoury","download_url":"https://codeload.github.com/fcoury/brand-naming-codex-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcoury%2Fbrand-naming-codex-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["branding","codex","codex-skill","naming","plugin"],"created_at":"2026-05-15T16:35:21.718Z","updated_at":"2026-05-15T16:35:22.574Z","avatar_url":"https://github.com/fcoury.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brand Naming Codex Skill\n\nA Codex plugin that installs the `$brand-naming` skill.\n\nUse it when you want Codex to help name or rename a company, product, app,\nfeature, startup, open source project, or internal initiative.\n\nThis is distributed as a GitHub plugin repository because self-serve publishing\nto the official Codex Plugin Directory is not available yet. Install it as a\npersonal local plugin or ask Codex to do that for you.\n\nThe skill guides Codex through a practical naming workflow:\n\n- Map the competitive naming landscape.\n- Build a benefit ladder from feature to ultimate benefit.\n- Generate a large candidate pool from adjacent fields, roots, metaphors,\n  invented words, and sound.\n- Filter names without optimizing away tension.\n- Test emotional reactions instead of asking whether people \"like\" a name.\n- Score finalists for distinctiveness, processing fluency, resonance, energy,\n  longevity, and availability.\n\n## Ask Codex To Install It\n\nOpen Codex and say:\n\n```text\nInstall the Codex plugin from https://github.com/fcoury/brand-naming-codex-skill.\n\nClone it into ~/.codex/plugins/brand-naming-codex-skill, run its\nscripts/install.sh, and restart Codex if the $brand-naming skill does not\nappear.\n```\n\nThat prompt is usually enough. The installer updates your personal Codex\nplugin marketplace at `~/.agents/plugins/marketplace.json`.\n\n## Manual Install\n\n```bash\nmkdir -p ~/.codex/plugins\ngit clone https://github.com/fcoury/brand-naming-codex-skill.git \\\n  ~/.codex/plugins/brand-naming-codex-skill\n~/.codex/plugins/brand-naming-codex-skill/scripts/install.sh\n```\n\nThen restart Codex and invoke the skill:\n\n```text\n$brand-naming help me name a B2B analytics product for finance teams\n```\n\n## What The Installer Does\n\nThe installer creates or updates:\n\n```text\n~/.agents/plugins/marketplace.json\n```\n\nwith this plugin entry:\n\n```json\n{\n  \"name\": \"brand-naming-codex-skill\",\n  \"source\": {\n    \"source\": \"local\",\n    \"path\": \"./.codex/plugins/brand-naming-codex-skill\"\n  },\n  \"policy\": {\n    \"installation\": \"AVAILABLE\",\n    \"authentication\": \"ON_INSTALL\"\n  },\n  \"category\": \"Productivity\"\n}\n```\n\nCodex reads personal marketplaces from `~/.agents/plugins/marketplace.json`.\nThe `source.path` is relative to your home directory, so this repo is installed\nunder `~/.codex/plugins/brand-naming-codex-skill`.\n\n## Repo-Scoped Install\n\nTo make the plugin available to everyone working in one repository, ask Codex:\n\n```text\nInstall https://github.com/fcoury/brand-naming-codex-skill as a repo-scoped\nCodex plugin for this project.\n\nCopy the plugin into ./plugins/brand-naming-codex-skill and add or update\n./.agents/plugins/marketplace.json so Codex can install it from that local\nrepo marketplace.\n```\n\nUse this when a team wants the same naming workflow available from a shared\nproject checkout.\n\n## Update\n\n```bash\ncd ~/.codex/plugins/brand-naming-codex-skill\ngit pull\n./scripts/install.sh\n```\n\nRestart Codex if the updated skill does not appear.\n\n## Use\n\nTry prompts like:\n\n```text\n$brand-naming create a naming brief for my developer tool\n```\n\n```text\n$brand-naming generate 80 name candidates for a climate fintech startup\n```\n\n```text\n$brand-naming score these finalists: Luma, Northline, Axio, Brightmark\n```\n\n```text\n$brand-naming help us decide whether to rename from CloudTech Solutions\n```\n\n## Contents\n\n```text\n.codex-plugin/plugin.json\nskills/brand-naming/SKILL.md\nskills/brand-naming/agents/openai.yaml\nscripts/install.sh\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcoury%2Fbrand-naming-codex-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcoury%2Fbrand-naming-codex-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcoury%2Fbrand-naming-codex-skill/lists"}