Skip to content
Development
Agent

code-free

WOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.

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 free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.

Agent definition

code-free.md
name: code-free
description: WOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.
model: inherit
disallowedTools: mcp__plugin_woz_code__Search, mcp__plugin_woz_code__Edit, mcp__plugin_woz_code__Sql
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