10 Commits

Author SHA1 Message Date
Ryanba
cef2105207
docs: add Qwen integration guide (#232)
Adds Qwen integration guide documenting convert_qwen/install_qwen behavior and project-scoped setup.
2026-04-11 23:25:56 -05:00
Ryanba
30f6f18d41
文档: 同步 OpenClaw 安装与集成说明 (#432)
Syncs OpenClaw install docs and integration paths. Aligns README examples with current script behavior.
2026-04-10 18:54:58 -05:00
Celso de Sá
422fa1bd68 feat(kimi): add Kimi Code CLI integration support
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
2026-03-14 15:05:06 -03:00
Smit Devrukhkar
d8454d308d Copilot agents need to be copied to ~/.copilot/agents in order to show up as usable agents in github copilot 2026-03-13 15:09:25 -07:00
stablegenius49
3ddf9b6b4b fix gemini cli installer preflight 2026-03-12 14:45:18 -07:00
Yimikami
ca1fa75a23 docs: clarify scoped installs and openclaw setup 2026-03-11 16:48:26 +03:00
Yimikami
927d0ee42b docs: align integration docs with supported tools 2026-03-11 16:27:41 +03:00
4shil
ba6ac1ba18 Replace tool tables with bullet lists in both READMEs 2026-03-08 21:55:32 +05:30
4shil
c2aa576321 Fix table formatting in README.md and integrations/README.md
- Use spaced separator rows (| ---- |) for consistent GitHub rendering
- Remove asterisk-wrapped italic text inside table cells
- Add missing OpenCode row to integrations/README.md table
- Remove (project-scoped) qualifiers from Install Target column (cleaner)
2026-03-08 21:37:30 +05:30
4shil
4f68131a01 feat: add multi-tool integration scripts and converted agent files
Adds support for installing The Agency agents across 7 agentic coding
tools via two scripts:

scripts/convert.sh
  - Reads all 61 agents and converts them into tool-specific formats
  - Supports: Antigravity, Gemini CLI, OpenCode, Cursor, Aider, Windsurf
  - Shellcheck-clean, pure bash, no external deps
  - Run: ./scripts/convert.sh [--tool <name>]

scripts/install.sh
  - Interactive terminal UI with auto-detection of installed tools
  - Pre-selects detected tools, toggle by number or bulk commands
  - Falls back gracefully in CI / non-interactive mode
  - Cross-platform: Linux, macOS (bash 3.2+), Windows Git Bash / WSL
  - Run: ./scripts/install.sh [--tool <name>] [--no-interactive]

integrations/ (generated, committed for reference)
  - antigravity/   SKILL.md per agent (61 files)
  - gemini-cli/    SKILL.md per agent + gemini-extension.json
  - opencode/      .md agent files for .opencode/agent/
  - cursor/        .mdc rule files for .cursor/rules/
  - aider/         single CONVENTIONS.md (all agents combined)
  - windsurf/      single .windsurfrules (all agents combined)
  - claude-code/   README only (agents copied directly from repo root)
  - README.md      full usage + tool-specific instructions

README.md
  - Added Multi-Tool Integrations section with supported tools table,
    quick-start guide, per-tool expandable instructions, and updated
    roadmap marking integrations as complete
2026-03-08 20:30:01 +05:30