Remove dedicated test script per reviewer feedback. No other integration
has a dedicated test script and it adds an unnecessary PyYAML dependency.
Closes review feedback on PR #195
Remove redundant tools list from agent.yaml generation since extend: default
already inherits Kimi's default toolset. This simplifies maintenance and
follows the reviewer's suggestion to avoid hardcoded tool lists.
Closes review feedback on PR #195
Refined from #51 by @SiamakSafari — restructured into standard template
with proper YAML frontmatter, deliverable templates, and platform-specific
citation patterns.
Co-Authored-By: SiamakSafari <SiamakSafari@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Anthropologist, Geographer, Historian, Narratologist, and Psychologist
agents to support world-building and narrative design with scholarly rigor.
Update README with new Academic Division table.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Korean business culture for foreign professionals — 품의 decision process,
nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and
relationship-first deal mechanics.
Solution architecture agent for Salesforce platform — multi-cloud design,
integration patterns, governor limits, deployment strategy, and data model
governance for enterprise-scale orgs.
Clarify what belongs in a PR vs. a Discussion — agent files are always
welcome, but tooling/architecture/bulk changes should start as a
Discussion first. Committed build output will always be closed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update README.md with complete Kimi Code CLI integration documentation.
- Add Kimi Code to Option 3 in Quick Start section
- Add Kimi Code to Supported Tools list
- Update installer UI example to show 11 tools
- Add tool-specific details section for Kimi Code
- Update roadmap to include Kimi Code
Users can now discover Kimi Code CLI support from the main README.
Add complete support for Kimi Code CLI agent format.
- Add convert_kimi() function to generate YAML agent specs
- Add install_kimi() function to install agents to ~/.config/kimi/agents/
- Add Kimi to tool detection and installer UI
- Add integrations/kimi/ directory (generated files gitignored)
- Update integrations/README.md with Kimi documentation
- Add generated agent directories to .gitignore
Users can generate agents with: ./scripts/convert.sh --tool kimi
Running `convert.sh --tool aider` previously also wrote the Windsurf
output (and vice versa) because write_single_file_outputs dumped all
formats unconditionally. Each single-file format now only writes when
its tool is selected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>