Per code review feedback: cli-anything-plugin/ should only contain
Claude Code related files. Created new top-level qoder-plugin/
directory following the same organization pattern as opencode-commands/.
Changes:
- Create qoder-plugin/ directory with setup-qodercli.sh
- Update script's PLUGIN_DIR to resolve to ../cli-anything-plugin
- Add Qodercli platform section to README.md and README_CN.md
- Update .gitignore to track qoder-plugin/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add qodercli-skill/SKILL.md with build/refine/test/validate modes
- Add qodercli-skill/scripts/install.sh for local installation
- Update .gitignore to track qodercli-skill/
- Add Qodercli section to README.md and README_CN.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AnyGen spans slides, docs, diagrams, websites, and research reports via
cloud AI — it does not fit neatly into Creative & Media or any existing
category. Give it a dedicated row in the When to Use table.
Made-with: Cursor
Add a complete CLI harness for AnyGen (https://www.anygen.io), an AI-powered
content generation platform that produces slides, documents, websites, diagrams,
and more via a cloud REST API.
Built following the HARNESS.md methodology with the standard directory structure:
- anygen_backend.py wraps the full AnyGen OpenAPI (create/poll/download/upload/prepare)
- Click CLI with task, file, config, and session command groups
- Unified REPL interface via repl_skin.py
- 40 unit tests (mocked HTTP) + E2E tests (real API, verified PPTX download)
- File format verification for OOXML, PDF, PNG, SVG, drawio, JSON outputs
Also updates README.md (demos 8→9, tests 1298→1361) and .gitignore whitelist.
Made-with: Cursor