{"id":50357197,"url":"https://github.com/fergus/claude-kimi-delegate","last_synced_at":"2026-05-29T23:05:07.776Z","repository":{"id":354938321,"uuid":"1225142770","full_name":"fergus/claude-kimi-delegate","owner":"fergus","description":"Delegate tasks from Claude Code to Kimi Code CLI via a structured file-based bridge","archived":false,"fork":false,"pushed_at":"2026-05-01T02:03:57.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-01T04:05:47.339Z","etag":null,"topics":["claude","claude-code","claude-skills","kimi","kimi-code","kimi-skill"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fergus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-30T01:47:37.000Z","updated_at":"2026-05-01T02:04:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fergus/claude-kimi-delegate","commit_stats":null,"previous_names":["fergus/claude-kimi-delegate"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fergus/claude-kimi-delegate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergus%2Fclaude-kimi-delegate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergus%2Fclaude-kimi-delegate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergus%2Fclaude-kimi-delegate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergus%2Fclaude-kimi-delegate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fergus","download_url":"https://codeload.github.com/fergus/claude-kimi-delegate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergus%2Fclaude-kimi-delegate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33673690,"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-05-29T02:00:06.066Z","response_time":107,"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":["claude","claude-code","claude-skills","kimi","kimi-code","kimi-skill"],"created_at":"2026-05-29T23:05:07.159Z","updated_at":"2026-05-29T23:05:07.771Z","avatar_url":"https://github.com/fergus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude ↔ Kimi Delegation Bridge\n\nA production-ready Claude Code skill that enables seamless handoff from Claude Code to Kimi Code CLI. One task file in, one structured result out. No terminal switching, no context loss.\n\n## What It Does\n\nWhen you're working in Claude Code and want Kimi's take on a task — planning, debugging, research, or anything where Kimi's skills add value — this bridge handles the entire round-trip:\n\n1. **Claude writes a task file** with YAML frontmatter and clear instructions\n2. **The bridge script invokes Kimi** non-interactively (`kimi --afk --yolo`)\n3. **Kimi produces a structured result** written to a predictable file path\n4. **Claude reads the result** and summarizes it for you\n\n## Quick Start\n\n### Prerequisites\n\n- `kimi` CLI installed and on `PATH`\n- `yq` installed and on `PATH`\n- `timeout` (coreutils) installed and on `PATH`\n\n### Installation\n\nFrom within any project where you want to use the bridge:\n\n```bash\n# Clone the skill repo (or install via marketplace)\ngit clone https://github.com/fergus/claude-kimi-delegate.git /tmp/claude-kimi-delegate\n\n# Run the install script\ncd your-project\nbash /tmp/claude-kimi-delegate/scripts/install.sh\n```\n\nOr let Claude do it — the skill includes auto-setup detection.\n\n### Usage\n\nJust say:\n\n\u003e \"Kimi, plan the authentication flow.\"\n\nClaude will:\n1. Create `.kimi/delegations/YYYYMMDD-NNN-short-slug.md`\n2. Run `./scripts/kimi-delegate.sh .kimi/delegations/YYYYMMDD-NNN-short-slug.md`\n3. Read the result and present it to you\n\n## Project Structure\n\n```\nclaude-kimi-delegate/\n├── SKILL.md                          # Claude Code skill (main artifact)\n├── plugin.json                       # Marketplace plugin manifest\n├── scripts/\n│   ├── install.sh                    # One-command setup for target projects\n│   └── kimi-delegate.sh              # The bridge script\n├── assets/\n│   ├── task-template.md              # Task file template\n│   └── claude-instructions.md        # Snippet for project's CLAUDE.md\n├── references/\n│   └── setup-guide.md                # Detailed installation guide\n└── kimiskill/                        # Kimi-side skill\n    ├── SKILL.md\n    └── references/\n        └── delegation-format.md\n```\n\n## Naming Convention\n\nAll delegation files follow `YYYYMMDD-NNN-short-slug`:\n\n- `YYYYMMDD` — today's date\n- `NNN` — sequential daily counter (001, 002, ...)\n- `short-slug` — brief task descriptor\n\nExamples:\n- Task: `20260429-001-plan-onboarding.md`\n- Result: `20260429-001-plan-onboarding-result.md`\n- Log: `.20260429-001-plan-onboarding.log`\n\n## Validation\n\nThe install script validates your environment. You can also run the standalone validator:\n\n```bash\n./scripts/validate-delegation.sh .kimi/delegations/20260429-001-plan-onboarding.md\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergus%2Fclaude-kimi-delegate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffergus%2Fclaude-kimi-delegate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergus%2Fclaude-kimi-delegate/lists"}