WISCI v1.2.0
Cross-Platform Compatibility
WISCI skills now work across multiple AI coding agents via the Agent Skills open standard.
New
- Gemini CLI support —
gemini-extension.jsonmanifest enablesgemini extensions installfrom the Extensions Gallery - Codex CLI & Cursor support —
scripts/setup-platforms.shcreates symlinks into.agents/skills/and.gemini/skills/for platform discovery - Broadened doc discovery —
/selectbare mode now checks forAGENTS.md,GEMINI.md, and.cursor/rules/alongsideCLAUDE.md - Expanded AI Context Paths —
/commitnow tracks Gemini CLI files (GEMINI.md,.gemini/**) and.cursor/rules/**
Platform Support
| Platform | Installation |
|---|---|
| Claude Code (primary) | /plugin marketplace add ph3on1x/wisci then /plugin install wisci@wisci-framework |
| Gemini CLI | gemini extensions install <github-url> |
| Codex CLI | Clone repo, run ./scripts/setup-platforms.sh |
| Cursor | Auto-discovers .claude/skills/ — no setup needed with Claude Code plugin installed |
Note:
/isolateuses Claude Code's subagent spawning. On other platforms, research runs in a single agent — functional, but without parallel exploration.
Unchanged
All existing Claude Code functionality is fully preserved. ${CLAUDE_SKILL_DIR}, allowed-tools, $ARGUMENTS, and tool names in skill bodies are untouched.