{"id":51167725,"url":"https://github.com/chrisduvillard/pathfinder-skill","last_synced_at":"2026-06-26T21:01:53.154Z","repository":{"id":365101915,"uuid":"1270423375","full_name":"chrisduvillard/pathfinder-skill","owner":"chrisduvillard","description":"Pathfinder: an agent skill for Claude Code and Codex that maps an unfamiliar repo, picks the highest-value next move, and forges a bounded /goal.","archived":false,"fork":false,"pushed_at":"2026-06-23T15:55:21.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T17:29:03.745Z","etag":null,"topics":["agent-skill","ai-agents","claude-code","claude-code-plugin","codebase-analysis","codex","developer-tools"],"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/chrisduvillard.png","metadata":{"files":{"readme":"README-INSTALL.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-06-15T17:42:56.000Z","updated_at":"2026-06-23T15:55:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chrisduvillard/pathfinder-skill","commit_stats":null,"previous_names":["chrisduvillard/pathfinder-skill"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisduvillard/pathfinder-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisduvillard%2Fpathfinder-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisduvillard%2Fpathfinder-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisduvillard%2Fpathfinder-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisduvillard%2Fpathfinder-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisduvillard","download_url":"https://codeload.github.com/chrisduvillard/pathfinder-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisduvillard%2Fpathfinder-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34832916,"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-26T02:00:06.560Z","response_time":106,"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":["agent-skill","ai-agents","claude-code","claude-code-plugin","codebase-analysis","codex","developer-tools"],"created_at":"2026-06-26T21:01:51.934Z","updated_at":"2026-06-26T21:01:53.149Z","avatar_url":"https://github.com/chrisduvillard.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinder Skill Installation\n\nThis file is kept for users who open the original install note directly. The main repository README has the same information plus the safety model.\n\n## Install with Claude Code `/plugin`\n\n```text\n/plugin marketplace add chrisduvillard/pathfinder-skill\n/plugin install pathfinder@pathfinder\n```\n\nThen invoke the namespaced plugin skill:\n\n```text\n/pathfinder:pathfinder\n```\n\nClaude Code namespaces plugin skills as `/plugin-name:skill-name` to avoid collisions.\n\n## Install with Codex `plugin`\n\n```bash\ncodex plugin marketplace add chrisduvillard/pathfinder-skill\ncodex plugin add pathfinder@pathfinder\n```\n\nThen invoke it in Codex with `$pathfinder`, or run `/skills` to pick it.\n\nCodex reads the marketplace entry from `.agents/plugins/marketplace.json` and the plugin manifest from `.codex-plugin/plugin.json` at the repository root.\n\n## Manual Claude Code install\n\nCopy this repo's `skills/pathfinder/` directory, including its `SKILL.md` and `references/`, to one of:\n\n```text\n\u003crepo\u003e/.claude/skills/pathfinder/\n~/.claude/skills/pathfinder/\n```\n\nInvoke directly in Claude Code:\n\n```text\n/pathfinder\n```\n\nor:\n\n```text\nUse the pathfinder skill on this repository. Start the full Pathfinder process.\n```\n\nNo separate slash-command wrapper is required.\n\n## Manual Codex install\n\nIf your Codex setup supports Agent Skills, copy this repo's `skills/pathfinder/` directory (its `SKILL.md` and `references/`) to your Codex skills folder, commonly:\n\n```text\n~/.codex/skills/pathfinder/\n```\n\nInvoke it in Codex with `$pathfinder` or by running `/skills`. If your Codex runtime does not auto-discover skills, include `SKILL.md` as context and invoke it the same way.\n\n## Claude Code `/goal` compatibility\n\n`/goal` requires Claude Code v2.1.139 or newer.\n\nPathfinder saves both a ready-to-copy `/goal \u003ccondition\u003e` command and an equivalent `Implementation Goal` Markdown fallback for Codex, older Claude Code versions, or environments where slash commands cannot be executed directly.\n\nThe generated `/goal` condition is bounded, measurable, under the character budget, and requires the implementation agent to surface proof in the transcript because the `/goal` evaluator does not independently run tools or read files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisduvillard%2Fpathfinder-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisduvillard%2Fpathfinder-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisduvillard%2Fpathfinder-skill/lists"}