Skip to content
Development
Agent

code

WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.

From plugin
woz
2054 skills4 agents9 hooks2 MCP
Install
> /plugin marketplace add WithWoz/wozcode-plugin
> /plugin install woz@wozcode-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.

Agent definition

code.md
name: code
description: WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.
model: inherit
disallowedTools: Read, Edit, Write, Grep, Glob, NotebookEdit
Ships withwoz

Smarter tools for Claude Code that reduce token usage and cost. Replaces built-in file tools with optimized alternatives — fewer tokens per tool call means cheaper sessions that compound over time.

Get the whole plugin
Stats
205
Stars
25
Forks
Active
Maintenance
JavaScript
Language
27d ago
Last commit
5mo ago
Created

Repo: WithWoz/wozcode-plugin

Other agents on woz.

explore
Agent

explore

Fast read-only agent for file searches, symbol lookups, and codebase questions like "where is X defined?", "where is X called?", or "how does X flow through…

@withwoz@withwozView Agent
recall
Agent

recall

Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command, decision, or fix — distilled from a prior…

@withwoz@withwozView Agent