{"id":44620823,"url":"https://github.com/paxtone-studio/openkodo","last_synced_at":"2026-02-18T22:02:54.669Z","repository":{"id":334542809,"uuid":"1141372510","full_name":"paxtone-studio/openkodo","owner":"paxtone-studio","description":"OpenKodo (古道) - AI coding assistant memory \u0026 context management. Self-learning CLI that remembers your preferences, syncs with GitHub/Notion, and makes every AI session smarter than the last.","archived":false,"fork":false,"pushed_at":"2026-02-14T19:24:28.000Z","size":448,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T20:58:24.216Z","etag":null,"topics":["agentic-coding","ai","assistant","claude","claude-code","claude-skills","context","context-management","self-learning"],"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/paxtone-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-24T18:33:17.000Z","updated_at":"2026-02-14T19:23:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paxtone-studio/openkodo","commit_stats":null,"previous_names":["paxtone-io/openkodo","paxtone-studio/openkodo"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/paxtone-studio/openkodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paxtone-studio%2Fopenkodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paxtone-studio%2Fopenkodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paxtone-studio%2Fopenkodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paxtone-studio%2Fopenkodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paxtone-studio","download_url":"https://codeload.github.com/paxtone-studio/openkodo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paxtone-studio%2Fopenkodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["agentic-coding","ai","assistant","claude","claude-code","claude-skills","context","context-management","self-learning"],"created_at":"2026-02-14T14:08:56.911Z","updated_at":"2026-02-18T22:02:54.664Z","avatar_url":"https://github.com/paxtone-studio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenKodo 古道\n\n**古道** (kodo - \"Ancient Path\") - Context management CLI and plugin marketplace for AI coding tools.\n\n## Quick Install\n\n### macOS / Linux\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/paxtone-io/openkodo/main/install.sh | bash\n```\n\n### Windows (PowerShell)\n\n```powershell\nirm https://raw.githubusercontent.com/paxtone-io/openkodo/main/install.ps1 | iex\n```\n\n### Manual Download\n\nDownload from [Releases](https://github.com/paxtone-io/openkodo/releases):\n- **macOS Intel**: `kodo-v*-x86_64-apple-darwin.tar.gz`\n- **macOS Apple Silicon**: `kodo-v*-aarch64-apple-darwin.tar.gz`\n- **Linux x64**: `kodo-v*-x86_64-unknown-linux-gnu.tar.gz`\n- **Linux ARM64**: `kodo-v*-aarch64-unknown-linux-gnu.tar.gz`\n- **Windows x64**: `kodo-v*-x86_64-pc-windows-msvc.zip`\n- **Windows ARM64**: `kodo-v*-aarch64-pc-windows-msvc.zip`\n\n## Plugin Marketplace\n\nKodo plugins extend Claude Code with specialized workflows:\n\n| Plugin | Description |\n|--------|-------------|\n| [kodo](plugins/kodo/) | Core development workflows: planning, review, debugging, self-learning, agent teams |\n| [kodo-design](plugins/kodo-design/) | UI/UX design with WCAG AAA accessibility |\n| [kodo-supabase](plugins/kodo-supabase/) | Supabase: databases, migrations, Edge Functions |\n| [kodo-posthog](plugins/kodo-posthog/) | PostHog: events, feature flags, experiments |\n| [kodo-analyzer](plugins/kodo-analyzer/) | Codebase analysis: security, performance, documentation |\n\n### Install Plugins\n\n```bash\n# Install individual plugins\nkodo plugin install kodo\nkodo plugin install kodo-design\n\n# List available plugins\nkodo plugin list --available\n\n# List installed plugins\nkodo plugin list\n```\n\n### Plugin-Only Install (Claude Code)\n\nFor Claude Code users who only want the plugins without the full CLI:\n\n```bash\n# Or use Claude Code's native plugin install\n# In Claude Code, type /plugin → Add Marketplace → paxtone-io/openkodo\n```\n\n## Usage\n\n```bash\n# Initialize in a project\nkodo init\n\n# Capture learnings from a coding session\nkodo reflect\n\n# Query accumulated context\nkodo query \"how do we handle authentication?\"\n\n# Add context manually\nkodo curate --topic architecture \"We use a hexagonal architecture pattern\"\n\n# Analyze codebase\nkodo analyze --tech-stack --architecture\n\n# Multi-agent teams\nkodo team create ./team-config.yaml\nkodo team run my-team\n\n# After updating kodo CLI, update project files\nkodo migrate\n```\n\n## Documentation\n\n- [Getting Started](docs/GETTING-STARTED.md) - Installation and first steps\n- [CLI Reference](docs/CLI-REFERENCE.md) - Full command documentation\n- [Plugin Development](docs/PLUGIN-DEVELOPMENT.md) - Create custom plugins\n\n## License\n\nThis project adopts a dual licensing model:\n\n- The **plugins** (components within the `plugins/` directory) are open-source and licensed under the [MIT License](LICENSE.md).\n- The **OpenKodo CLI** and other parts of this repository are proprietary software. While the CLI is free to use, its source code is not open for modification, redistribution, or any other use outside the terms provided.\n\nBy using this software, you agree to the terms for the OpenKodo CLI. Please refer to the [End User License Agreement](EULA.md) for details about proprietary usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaxtone-studio%2Fopenkodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaxtone-studio%2Fopenkodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaxtone-studio%2Fopenkodo/lists"}