Cross-agent hook manager for AI coding assistants — installs and orchestrates lifecycle hooks across Claude Code, Cursor, and Gemini from a single manifest.
AI coding agents are capable of impressive things. They're also capable of forgetting to commit, shipping debug statements, ignoring failing CI, losing track of what they were supposed to do, and declaring "task complete" the moment they want to stop. swiz is a hook framework that doesn't let them get away with any of it.
One manifest of TypeScript hook scripts gets installed across Claude Code, Cursor, Cursor CLI, and Codex CLI — translating tool names, event names, and config formats automatically so every agent plays by the same rules. The hooks enforce discipline at every stage of the agent loop: before tools run, after they complete, and before the session is allowed to stop.
When swiz idea and swiz continue are used together, the system can enter a self-directed loop — a closed-loop state where the agent's own outputs become the next inputs, expanding the project without external prompts. See docs/ai-providers.md for the canonical terminology.
116 hooks. 12 event types. Every agent. Zero compromises.
bun install
bun link
Then use swiz from anywhere.
Every agent exposes hook events at key moments in the loop. swiz intercepts those moments:
User prompt submitted → userpromptsubmit-* hooks inject context (git state, active tasks)
↓
Agent calls a tool → pretooluse-* hooks can block the call before it executes
↓
Tool completes → posttooluse-* hooks validate results, remind about tests
↓
Agent tries to stop → stop-* hooks audit the full session state and block if anything is unresolved
Hooks communicate back using polyglot JSON — a single output format that all four agents understand. A hook script written once works identically whether it was triggered by Cursor, Cursor, Cursor, or Codex.
{
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource