claude-unlimited

claude-unlimited is a skill for Claude Code from luisxavierxd/claude-unlimited. It costs 141 tokens per session (1,504 once invoked), scanned A, original, MIT.

A workflow that coordinates several software-development steps: planning, coding, quality checks, review, and revisions, using a local OpenAI-compatible gateway called OmniRoute.

In plain words
What is it for?
Use it to build a feature or project through small planned tasks, with visual checks for browser-based interfaces and logic checks for other software.
Why use it?
It organizes repeated development and review work for projects ranging from web interfaces to scripts, libraries, and configuration.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the claude-unlimited plugin — 1 skill shipped together

Good fit Use it to build a feature or project through small planned tasks, with visual checks for browser-based interfaces and logic checks for other software.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luisxavierxd/claude-unlimited/claude-unlimited
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add luisxavierxd/claude-unlimited --skill claude-unlimited
Clone the repo
git clone --depth 1 https://github.com/luisxavierxd/claude-unlimited

Made for: Claude Code.

Or install claude-unlimited, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-unlimited

README.md
[![agentmods](https://agentmods.dev/badge/skills/luisxavierxd/claude-unlimited/claude-unlimited/github.svg)](https://agentmods.dev/skills/luisxavierxd/claude-unlimited/claude-unlimited)
Your own site
<a href="https://agentmods.dev/skills/luisxavierxd/claude-unlimited/claude-unlimited"><img src="https://agentmods.dev/badge/skills/luisxavierxd/claude-unlimited/claude-unlimited/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for claude-unlimited

Your own site · 80×15
<a href="https://agentmods.dev/skills/luisxavierxd/claude-unlimited/claude-unlimited"><img src="https://agentmods.dev/badge/skills/luisxavierxd/claude-unlimited/claude-unlimited.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00141 $0.01504
Opus 5 $0.00071 $0.00752
Sonnet 5 $0.00028 $0.00301
Haiku 4.5 $0.00014 $0.00150

Measured 12d ago against content hash 8b7b8f6c7472, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

claude-unlimited scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/claude-unlimited/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

claude-unlimited

Convierte un prompt en un proyecto trabajado por un loop multi-agente:

  1. plan — el orchestrator descompone el objetivo en un Blueprint (tareas, archivos, criterios de QA y, por tarea, si necesita QA visual).
  2. code → QA → review → iterar — por cada tarea, un coder escribe los archivos, y un reviewer los aprueba o devuelve críticas que se realimentan.
  3. cierre — resumen por tarea y código de salida.

No es solo para frontend. El QA visual con websight solo se usa cuando el orchestrator marca una tarea como visual_qa: true (UI web renderizable donde ver el resultado aporta); para backend, CLIs, scripts, librerías o config la revisión es solo lógica (contenido de archivos contra criterios), sin navegador.

Prerrequisitos

  • OmniRoute corriendo en local (gateway OpenAI-compatible; las claves de proveedor viven ahí, no en esta skill).
  • Una skill de renderizado solo si vas a usar QA visual. Por defecto websight (npm i -g github:luisxavierxd/websight), pero vale cualquier CLI con el contrato render <target> --viewport <vp> --base64 → data-URI; apúntala con RENDER_BIN. No es obligatoria: claude-unlimited y websight son skills separadas. Si una tarea pide QA visual y no hay renderizador disponible, el loop avisa y degrada a revisión solo lógica (no falla la tarea). No necesitas instalar ambas.

Cómo invocarlo

claude-unlimited "<prompt>" [--target-dir DIR] [--url URL] [--viewport desktop|mobile] [--max-iterations N]
  • --target-dir — dónde escribe el coder (default .); el render por defecto de QA visual es <target-dir>/index.html.
  • --url — renderiza una URL en lugar del archivo local (QA visual).
  • --max-iterations — tope por tarea; si no, usa el del Blueprint.
  • Salida: eventos a stderr, tokens de los modelos a stdout; exit 0 (todo aprobado), 2 (algo sin aprobar), 1 (error de arranque).

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 113 lines · 0 tokens per session scan A 8b7b8f6c7472

Subscribe to this mod's changes

claude-unlimited is a skill published in the GitHub repository luisxavierxd/claude-unlimited (1 stars, last pushed 26d ago), licensed MIT. It adds 141 tokens to every session and 1,504 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

chief-revenue-officer

Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…

cbrock84/headcount · 80 tokens

chief-strategy-officer

Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…

cbrock84/headcount · 93 tokens

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

ceo-advisor

Pressure-tests a decision, plan, or idea before it is committed to — surfacing the assumption it rests on, the case against it, and what would have to be true for it to work. Use this when weighing options, when a plan needs challenging before commitment, when you have already decided and want a genuine gut check…

cbrock84/headcount · 106 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens