v0.1.11

Netw0rkNoob/VulnClawv0.1.11Mar 24, 2026by chonknick

AI Summary

Added support for 10 AI coding agents within the `mx init` command to streamline project setup across various development environments.

Key Highlights

  • Integration with 10 AI coding agents including Claude Code, Cursor, Windsurf, Codex, Cline, Copilot, OpenClaw, Amp, Antigravity, and Gemini.
  • Each agent now supports specific configuration file paths and instructions.
  • Installation remains unchanged via the standard install script.

New Features

  • Support for Claude Code (skills at ~/.claude/skills/mandex/)
  • Support for Cursor (rules at ~/.cursor/rules)
  • Support for Windsurf (rules at ~/.windsurfrules)
  • Support for Codex (instructions at ~/.codex/AGENTS.md)
  • Support for Cline (rules at ~/.cline/rules)
  • Support for Copilot (instructions at .github/copilot-instructions.md)
  • Support for OpenClaw (skill at ~/.openclaw/skills/mandex/)
  • Support for Amp (instructions at AGENTS.md)
  • Support for Antigravity (instructions at GEMINI.md)
  • Support for Gemini (instructions at GEMINI.md)

Full Release Notes

## What's new

Support for 10 AI coding agents in `mx init`:

- **Claude Code** — skill at ~/.claude/skills/mandex/
- **Cursor** — rules at ~/.cursor/rules
- **Windsurf** — rules at ~/.windsurfrules
- **Codex** — instructions at ~/.codex/AGENTS.md
- **Cline** (new) — rules at ~/.cline/rules
- **Copilot** (new) — instructions at .github/copilot-instructions.md
- **OpenClaw** (new) — skill at ~/.openclaw/skills/mandex/
- **Amp** (new) — instructions at AGENTS.md
- **Antigravity** (new) — instructions at GEMINI.md
- **Gemini** (new) — instructions at GEMINI.md

## Install / Upgrade

```bash
curl -fsSL https://mandex.dev/install.sh | sh
```