Skip to content

WISCI v1.2.0

Choose a tag to compare

@ph3on1x ph3on1x released this 21 Mar 19:22
· 13 commits to main since this release

Cross-Platform Compatibility

WISCI skills now work across multiple AI coding agents via the Agent Skills open standard.

New

  • Gemini CLI supportgemini-extension.json manifest enables gemini extensions install from the Extensions Gallery
  • Codex CLI & Cursor supportscripts/setup-platforms.sh creates symlinks into .agents/skills/ and .gemini/skills/ for platform discovery
  • Broadened doc discovery/select bare mode now checks for AGENTS.md, GEMINI.md, and .cursor/rules/ alongside CLAUDE.md
  • Expanded AI Context Paths/commit now 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: /isolate uses 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.