{"id":50492078,"url":"https://github.com/ccarvalho-eng/codex-elixir-phoenix","last_synced_at":"2026-06-02T03:31:05.885Z","repository":{"id":350920231,"uuid":"1208785470","full_name":"ccarvalho-eng/codex-elixir-phoenix","owner":"ccarvalho-eng","description":"Portable Elixir and Phoenix skills for Codex.","archived":false,"fork":false,"pushed_at":"2026-04-19T20:49:16.000Z","size":376,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T22:30:30.772Z","etag":null,"topics":["codex","elixir","openai","phoenix"],"latest_commit_sha":null,"homepage":"","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/ccarvalho-eng.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-12T18:35:48.000Z","updated_at":"2026-04-19T20:49:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ccarvalho-eng/codex-elixir-phoenix","commit_stats":null,"previous_names":["ccarvalho-eng/codex-elixir-phoenix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccarvalho-eng/codex-elixir-phoenix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccarvalho-eng%2Fcodex-elixir-phoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccarvalho-eng%2Fcodex-elixir-phoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccarvalho-eng%2Fcodex-elixir-phoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccarvalho-eng%2Fcodex-elixir-phoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccarvalho-eng","download_url":"https://codeload.github.com/ccarvalho-eng/codex-elixir-phoenix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccarvalho-eng%2Fcodex-elixir-phoenix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33805340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["codex","elixir","openai","phoenix"],"created_at":"2026-06-02T03:31:05.173Z","updated_at":"2026-06-02T03:31:05.880Z","avatar_url":"https://github.com/ccarvalho-eng.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codex-elixir-phoenix\n\nPortable Elixir and Phoenix skills for Codex.\n\nThis repository packages custom skills from a local Codex setup so they can be installed on any machine into `~/.codex/skills`.\n\nEach install writes a manifest of the skills this repository manages. Future installs use that manifest to prune skills that were removed from the repo without touching unrelated skills in the target directory.\n\n## Included\n\n- Elixir/Phoenix skills under [`skills/`](skills/)\n- Skill definitions in `SKILL.md`\n- Related `agents/` and `references/` folders when present\n- Runtime durability review coverage for state-machine, persistence, retry, pause/resume, and restart-sensitive changes\n\n## Not Included\n\n- Codex-curated `.system` skills\n- Personal Codex data (auth, sessions, logs, memories, plugin caches)\n\n## Install\n\n```bash\ngit clone https://github.com/ccarvalho-eng/codex-elixir-phoenix.git\ncd codex-elixir-phoenix\n./install.sh\n```\n\nDefault target: `~/.codex/skills`\n\nCustom target:\n\n```bash\nCODEX_HOME=/path/to/.codex ./install.sh\n```\n\nDry run:\n\n```bash\n./install.sh --dry-run\n```\n\n## Update\n\n```bash\ngit pull\n./install.sh\n```\n\nIf a previously installed skill has been removed from this repository, a subsequent install prunes it automatically by consulting the stored manifest.\n\n## Uninstall\n\n```bash\n./uninstall.sh\n```\n\nDry run:\n\n```bash\n./uninstall.sh --dry-run\n```\n\nCustom target:\n\n```bash\nCODEX_HOME=/path/to/.codex ./uninstall.sh\n```\n\n## Validate\n\n```bash\nbash ./scripts/validate_skills.sh\n```\n\nThis checks the skill catalog for broken local `references/...` links and verifies the install and uninstall scripts, including the guarantee that `install.sh --dry-run` leaves the filesystem untouched.\n\n## Acknowledgment\n\nInspired by [oliver-kriska/claude-elixir-phoenix](https://github.com/oliver-kriska/claude-elixir-phoenix). This repository is a Codex-oriented adaptation and is not an official fork.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccarvalho-eng%2Fcodex-elixir-phoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccarvalho-eng%2Fcodex-elixir-phoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccarvalho-eng%2Fcodex-elixir-phoenix/lists"}