fazer

fazer is a command for Claude Code from luanpdd/kit-mcp. It costs 27 tokens per session (853 once invoked), scanned A, original, MIT.

A command dispatcher that reads a free-form request and sends it to the framework command best suited to the task, with confirmation.

In plain words
What is it for?
Use it as the default entry point when you are unsure which command to run or what the next framework step should be.
Why use it?
It removes the need to remember which command handles each kind of work. It also helps choose between quick tasks, planned work, database tasks, debugging, and other workflows.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it as the default entry point when you are unsure which command to run or what the next framework step should be.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/luanpdd/kit-mcp/fazer
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.

Clone the repo
git clone --depth 1 https://github.com/luanpdd/kit-mcp

Made for: Claude Code.

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 fazer

README.md
[![agentmods](https://agentmods.dev/badge/commands/luanpdd/kit-mcp/fazer.svg)](https://agentmods.dev/commands/luanpdd/kit-mcp/fazer)
Your own site
<a href="https://agentmods.dev/commands/luanpdd/kit-mcp/fazer"><img src="https://agentmods.dev/badge/commands/luanpdd/kit-mcp/fazer.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 853 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.00027 $0.00853
Opus 5 $0.00014 $0.00426
Sonnet 5 $0.00005 $0.00171
Haiku 4.5 $0.00003 $0.00085

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

Security

Grade A, and why

fazer 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 4d 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.

kit/commands/fazer.md · 58 lines

How it starts

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

/fazer é um despachante inteligente — nunca faz o trabalho diretamente; combina a intenção com o melhor comando e transfere com confirmação.

Árvore de decisão

Sua intenção Comando recomendado Quando usar
Tarefa trivial (rename, ajuste pontual) /rapido Sem necessidade de plano formal; commit atômico, sem subagentes
Tarefa rápida com garantias (commit limpo, rastreamento de estado) /expresso Algo concreto mas pequeno; pula agentes opcionais mas mantém disciplina
Trabalho estruturado (multi-arquivo, requer planejamento) /discutir-fase/planejar-fase/executar-fase Fase real de milestone; usa agentes completos
Tarefa Supabase (DB/Auth/Realtime/Edge/Storage/RLS/migration) /supabase <subcomando> Roteia para agent especializado: arquiteto / migration / rls / edge / realtime / auth / storage / rag / cron / check
Próximo passo ambíguo no fluxo atual /proximo Avança no roadmap automaticamente
Capturar ideia sem agir agora /nota ou /adicionar-tarefa Salva pra depois sem interromper o foco
Investigar bug com método científico /depurar Hipótese → teste → fix com checkpoints

Detecção de intenção Supabase

Se a descrição do user menciona qualquer destes termos, considere rotear para /supabase em vez de /discutir-fase ou /expresso:

  • DB: "migration", "RLS", "policy", "schema", "tabela Postgres", "supabase/migrations", "supabase/schemas"
  • Auth: "Supabase auth", "Next.js auth", "@supabase/ssr", "magic link", "OAuth", "MFA TOTP"
  • Realtime: "broadcast Supabase", "presence", "postgres_changes", "channel"
  • Edge Functions: "Edge Function", "Deno + Supabase", "supabase/functions"
  • Storage: "bucket", "signed URL", "upload Supabase"
  • AI/RAG: "pgvector", "embeddings + Supabase", "RAG with permissions"
  • Background: "pg_cron", "pgmq", "scheduled job Supabase"

Read the full file on GitHub · 58 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. 4d ago First seen · 58 lines · 27 tokens per session scan A ac0c6c4af0d8

Subscribe to this mod's changes

fazer is a command published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 7d ago), licensed MIT. It adds 27 tokens to every session and 853 once invoked, about $0.0001 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-09-03.